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

Provide a way to clean up vms obtained by a token #11

Closed
briancain opened this issue Nov 10, 2015 · 0 comments
Closed

Provide a way to clean up vms obtained by a token #11

briancain opened this issue Nov 10, 2015 · 0 comments

Comments

@briancain
Copy link
Contributor

Now that you can get information about a token, it would be nice to have some sort of way to delete all vms used by the token when you're done. Workflow could look like:

floaty delete --all --token tOkEnStRiNg

vms:
  - vm1
  - vm2
  - ...

Are you sure you want to delete all vms? [y/N] y

Cleaning up vms...
briancain added a commit that referenced this issue Nov 13, 2015
This commit adds a way for a user to delete all vms that were obtained
by a specific token. It will ask the user if they are sure before
deleting everything.
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