mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
42 lines
888 B
Text
42 lines
888 B
Text
NAME
|
|
gcloud iot devices credentials - manage credentials for Cloud IoT devices
|
|
|
|
SYNOPSIS
|
|
gcloud iot devices credentials COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Commands for managing credentials for Google Cloud IoT devices.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
clear
|
|
Delete all credentials from a device.
|
|
|
|
create
|
|
Add a new credential to a device.
|
|
|
|
delete
|
|
Delete a credential from a device.
|
|
|
|
describe
|
|
Show details about a specific device credential.
|
|
|
|
list
|
|
List credentials for a device.
|
|
|
|
update
|
|
Update a specific device credential.
|
|
|
|
NOTES
|
|
These variants are also available:
|
|
|
|
$ gcloud alpha iot devices credentials
|
|
|
|
$ gcloud beta iot devices credentials
|
|
|