Open revett opened 8 years ago
@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.
Feature Request
Problem
STAGING
tagged nodes to a new version of Docker.Solution
Add another column to output table that includes the tags for each node listed.
Thanks! 👍