dockercloud-cli
dockercloud-cli copied to clipboard
Node Tags in List Command
Feature Request
Problem
- I am trying to upgrade my
STAGING
tagged nodes to a new version of Docker. - I am unable to see the tags each of my nodes have unless I inspect each in turn.
Solution
Add another column to output table that includes the tags for each node listed.
Thanks! 👍
@tifayuki what do you think of this?
I would have attempted to add the feature myself, but the CLI still hasn't moved to Go! 🎉
@revett
I think you can do docker-cloud tag ls $(docker-cloud nodecluster ls -q)
to see the tags of all your node clusters
@tifayuki Yep the following worked, thanks! 👍
docker-cloud tag ls $(docker-cloud node ls -q)
We don't use Node Clusters because of BYO.