Skip to content

Instantly share code, notes, and snippets.

@bdha
Created May 14, 2015 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdha/aa4e3ff25434ab20624b to your computer and use it in GitHub Desktop.
Save bdha/aa4e3ff25434ab20624b to your computer and use it in GitHub Desktop.
[root@gp3 ~]# vmadm update 2f5a2302-6ca2-4f82-bade-34afdd8487ec <<EOF
> {"set_tags": {"hello": "world"}}
> EOF
Successfully updated VM 2f5a2302-6ca2-4f82-bade-34afdd8487ec
[root@gp3 ~]# vmadm get 2f5a2302-6ca2-4f82-bade-34afdd8487ec | json -aH tags
{
"hello": "world"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment