Feature: Allow Auth0 Deploy CLI updating it’s current auth(config) application
Description: I was told by the Auth0 Support: “The Auth0 Deploy CLI does not allow updating or deleting it’s current auth(config) application, as doing so could cause problems if the grants are deleted or updated unintentionally.”, so the grant of the M2M application “auth0-deploy-cli” can only be updated through the UI (Auth0 Portal).
I think It’s more likely for someone unintentionally update the permissions in the UI rather than through the code (Auth0 Deploy CLI). Restriction on deleting the application makes sense, but there’s more accountability in making updates using the code rather than the UI because we can at least track who made those changes using the CI/CD pipeline.