-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --force
option to spo site appcatalog remove
command
#6091
Comments
TBH since this is a typical thing we have I wonder if we shouldn't consider this as bug and resolve this before v8. |
Scripts that currently are using this command will break, so it is a breaking change imo. |
That is exactly what I was thinking. Existing scripts will fail if we don't treat this as a breaking change. You can use this command just fine as it's documented right now. We have another example in our v5.0.0 release: https://pnp.github.io/cli-microsoft365/v5-upgrade-guidance#extended-entra-oauth2grant-remove-with-confirm |
Since we have v8 branch we may now start working on it! |
Can I work on it? |
merged to v9 |
Noticed that the command spo site appcatalog remove doesn't have a force parameter. Destructive commands should ask for confirmation.
Let's add option:
-f, --force
The text was updated successfully, but these errors were encountered: