docker-archive / dockercloud-cli

CLI for Docker Cloud
https://cloud.docker.com/
Apache License 2.0
74 stars 40 forks source link

Node Tags in List Command #31

Open revett opened 8 years ago

revett commented 8 years ago

Feature Request

Problem

Add another column to output table that includes the tags for each node listed.

Thanks! 👍

revett commented 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! 🎉

tifayuki commented 8 years ago

@revett I think you can do docker-cloud tag ls $(docker-cloud nodecluster ls -q) to see the tags of all your node clusters

revett commented 8 years ago

@tifayuki Yep the following worked, thanks! 👍

docker-cloud tag ls $(docker-cloud node ls -q)

We don't use Node Clusters because of BYO.