We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The delete command could take an ID or an IP address plus a provider, then iterate your instances and delete anything that matched.
inletsctl rm --ip 157.245.42.195 --provider digitalocean --access-key-file ~/do-access
Simply use doctl compute droplet ls/rm or the equivalent
doctl compute droplet ls/rm
Copy the approach of create.go and call it delete.go
create.go
delete.go
The provisioning libraries already support delete as an operation.
delete
The text was updated successfully, but these errors were encountered:
227bd6a
Help needed for #2
Sorry, something went wrong.
No branches or pull requests
Expected Behaviour
The delete command could take an ID or an IP address plus a provider, then iterate your instances and delete anything that matched.
Current Behaviour
Simply use
doctl compute droplet ls/rm
or the equivalentPossible Solution
Copy the approach of
create.go
and call itdelete.go
The provisioning libraries already support
delete
as an operation.The text was updated successfully, but these errors were encountered: