mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
42 lines
978 B
Text
42 lines
978 B
Text
|
|
NAME
|
||
|
|
gcloud beta iot registries credentials - manage credentials for Cloud IoT
|
||
|
|
devices
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud beta iot registries 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 registry.
|
||
|
|
|
||
|
|
create
|
||
|
|
(BETA) Add a new credential to a registry.
|
||
|
|
|
||
|
|
delete
|
||
|
|
(BETA) Delete a credential from a registry.
|
||
|
|
|
||
|
|
describe
|
||
|
|
(BETA) Show details about a specific registry credential.
|
||
|
|
|
||
|
|
list
|
||
|
|
(BETA) List credentials for a registry.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in beta and might change without notice. These
|
||
|
|
variants are also available:
|
||
|
|
|
||
|
|
$ gcloud iot registries credentials
|
||
|
|
|
||
|
|
$ gcloud alpha iot registries credentials
|
||
|
|
|