mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Sep 7 10:42:28 UTC 2023
This commit is contained in:
parent
f9edf67fe5
commit
6c8d2eb024
307 changed files with 4053 additions and 1615 deletions
|
|
@ -6,7 +6,11 @@ SYNOPSIS
|
|||
gcloud beta iot devices credentials COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Commands for managing credentials for Google Cloud IoT devices.
|
||||
(BETA) (DEPRECATED) Manage credentials for Cloud IoT devices.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
Commands for managing credentials for Google Cloud IoT devices.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -17,22 +21,22 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
clear
|
||||
(BETA) Delete all credentials from a device.
|
||||
(BETA) (DEPRECATED) Delete all credentials from a device.
|
||||
|
||||
create
|
||||
(BETA) Add a new credential to a device.
|
||||
(BETA) (DEPRECATED) Add a new credential to a device.
|
||||
|
||||
delete
|
||||
(BETA) Delete a credential from a device.
|
||||
(BETA) (DEPRECATED) Delete a credential from a device.
|
||||
|
||||
describe
|
||||
(BETA) Show details about a specific device credential.
|
||||
(BETA) (DEPRECATED) Show details about a specific device credential.
|
||||
|
||||
list
|
||||
(BETA) List credentials for a device.
|
||||
(BETA) (DEPRECATED) List credentials for a device.
|
||||
|
||||
update
|
||||
(BETA) Update a specific device credential.
|
||||
(BETA) (DEPRECATED) Update a specific device credential.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue