You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user uninstalls our package, config files like .cli-m365-all-connections.json are not automatically removed. These leftover files should be cleaned up to maintain a tidy environment and prevent potential issues. We need to explore a solution that ensures these files are properly deleted during the uninstallation process, avoiding unnecessary data persistence.
Good find. We might need to consider a separate command that does the cleanup such as m365 uninstall. After cleaning up, it would show a message to run npm uninstall.
When a user uninstalls our package, config files like
.cli-m365-all-connections.json
are not automatically removed. These leftover files should be cleaned up to maintain a tidy environment and prevent potential issues. We need to explore a solution that ensures these files are properly deleted during the uninstallation process, avoiding unnecessary data persistence.Ref: #6601 (comment)
The text was updated successfully, but these errors were encountered: