Skip to content
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 delete command #1

Closed
alexellis opened this issue Oct 29, 2019 · 1 comment
Closed

Add delete command #1

alexellis opened this issue Oct 29, 2019 · 1 comment

Comments

@alexellis
Copy link
Member

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.

inletsctl rm --ip 157.245.42.195 --provider digitalocean --access-key-file ~/do-access

Current Behaviour

Simply use doctl compute droplet ls/rm or the equivalent

Possible Solution

Copy the approach of create.go and call it delete.go

The provisioning libraries already support delete as an operation.

@alexellis
Copy link
Member Author

Help needed for #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant