Skip to content

Instantly share code, notes, and snippets.

@gguuss
Last active April 5, 2018 07:58
Show Gist options
  • Save gguuss/7d92d699c29cf726527fee721c982165 to your computer and use it in GitHub Desktop.
Save gguuss/7d92d699c29cf726527fee721c982165 to your computer and use it in GitHub Desktop.
gcloud examples
gcloud components update
gcloud iot registries create arduino-test —region=us-central1
gcloud iot devices create test-dev —region=us-central1 —registry=arduino-test \
 —public-key path=ec_public.pem,type=es256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment