dockercloud-cli icon indicating copy to clipboard operation
dockercloud-cli copied to clipboard

Node Tags in List Command

Open revett opened this issue 8 years ago • 3 comments

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! 👍

revett avatar Jul 20 '16 13:07 revett

@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 avatar Jul 20 '16 13:07 revett

@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 avatar Jul 20 '16 13:07 tifayuki

@tifayuki Yep the following worked, thanks! 👍

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

We don't use Node Clusters because of BYO.

revett avatar Jul 20 '16 13:07 revett