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
% civo apikey remove civo-admin
Warning: The API key "civo-admin" is the current one, please change it before removing it
But why? What if it's the only api key and you want to delete it for any reason? I know this can be done by deleting ~/.civo.json but the user has no way of knowing this, and I can totally see scenarios where you would want to delete all api keys.
Acceptance Criteria
Allow the user to delete current API key, or at least provide a flag that lets you do it.
The text was updated successfully, but these errors were encountered:
Issue
You cannot delete the current API key
% civo apikey remove civo-admin Warning: The API key "civo-admin" is the current one, please change it before removing it
But why? What if it's the only api key and you want to delete it for any reason? I know this can be done by deleting
~/.civo.json
but the user has no way of knowing this, and I can totally see scenarios where you would want to delete all api keys.Acceptance Criteria
The text was updated successfully, but these errors were encountered: