pandastrike / huxley

API and CLI for Docker Deployment
9 stars 1 forks source link

Implement Command `huxley cluster ls` #44

Closed freeformflow closed 9 years ago

freeformflow commented 9 years ago

According to the product sketch, there should be a command that gives the user a view of what clusters they currently have active. Similar to a shell ls command, this is a subcommand of cluster that lists any clusters associated with the user's token. The clusters are listed by name.

Example

$ huxley cluster ls
ornery-rhino
development
staging
production
freeformflow commented 9 years ago

@peterlnguyen, this is another CLI ticket I'm assigning to you.