mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
44 lines
1,021 B
Text
44 lines
1,021 B
Text
NAME
|
|
gcloud beta iot devices credentials - manage credentials for Cloud IoT
|
|
devices
|
|
|
|
SYNOPSIS
|
|
gcloud beta iot devices credentials COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) 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
|
|
(BETA) Delete all credentials from a device.
|
|
|
|
create
|
|
(BETA) Add a new credential to a device.
|
|
|
|
delete
|
|
(BETA) Delete a credential from a device.
|
|
|
|
describe
|
|
(BETA) Show details about a specific device credential.
|
|
|
|
list
|
|
(BETA) List credentials for a device.
|
|
|
|
update
|
|
(BETA) Update a specific device credential.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. These
|
|
variants are also available:
|
|
|
|
$ gcloud iot devices credentials
|
|
|
|
$ gcloud alpha iot devices credentials
|
|
|