Kitware / cumulus

A REST API for creating and using cloud clusters
Apache License 2.0
27 stars 9 forks source link

cumulus cli: Allow user delete cluster by name #305

Open cjh1 opened 7 years ago

cjh1 commented 7 years ago

Currently we have to add a section to the configuration file

cumulus cluster --cluster_section=traditional delete

It would be nice to be able to do:

cumulus cluster list
Listing clusters:
Name                 Status    Cluster ID                Profile
-------------------  --------  ------------------------  ---------
home                running   58501b470640fd0a7c6ce2e2
NewtIntegrationTest  running   586e61cc0640fd2d5441901b

then

cumulus cluster home delete 

or something similar