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
No instance supplied, use '\*' if you want to delete all instances
I was expecting that this would only delete any fleet created beforehand. Unfortunately I've learned the hard way that on DigitalOcean (at least) this deletes all fleets BUT ALSO ANY OTHER DROPLETS 😅
I would suggest to change the error message to warn the user about this.
The text was updated successfully, but these errors were encountered:
@joaopfcruz lol for what it’s worth you’re not the first one to do this. The error message does say use '\*' if you want to delete all instances, you also likely added -f so you didn’t see any confirmation prompts. This happens with all providers. If you want to submit a PR to change the warning, I’ll merge it. :)
axiom-rm can sometimes produce this error:
No instance supplied, use '\*' if you want to delete all instances
I was expecting that this would only delete any fleet created beforehand. Unfortunately I've learned the hard way that on DigitalOcean (at least) this deletes all fleets BUT ALSO ANY OTHER DROPLETS 😅
I would suggest to change the error message to warn the user about this.
The text was updated successfully, but these errors were encountered: