Skip to content

Instantly share code, notes, and snippets.

@yanana
Last active June 10, 2017 01:39
Show Gist options
  • Select an option

  • Save yanana/3073a50b54b052d5d5b5 to your computer and use it in GitHub Desktop.

Select an option

Save yanana/3073a50b54b052d5d5b5 to your computer and use it in GitHub Desktop.
Create and query project-wide metadata on Google Compute Engine.
# Set project-wide metadata
gcloud compute project-info add-metadata --metadata foo=bar,baz=bat
# Query set metadata based on a key
curl 'http://metadata/computeMetadata/v1/project/attributes/foo' -H 'Metadata-Flavor: Google' # => bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment