mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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
|
|
@ -5,7 +5,11 @@ SYNOPSIS
|
|||
gcloud beta iot registries GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Commands for managing Google Cloud IoT Registries.
|
||||
(BETA) (DEPRECATED) Manage Cloud IoT Registries.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
Commands for managing Google Cloud IoT Registries.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -16,37 +20,37 @@ GROUPS
|
|||
GROUP is one of the following:
|
||||
|
||||
credentials
|
||||
(BETA) Manage credentials for Cloud IoT devices.
|
||||
(BETA) (DEPRECATED) Manage credentials for Cloud IoT devices.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
add-iam-policy-binding
|
||||
(BETA) Add IAM policy binding to a device registry.
|
||||
(BETA) (DEPRECATED) Add IAM policy binding to a device registry.
|
||||
|
||||
create
|
||||
(BETA) Create a new device registry.
|
||||
(BETA) (DEPRECATED) Create a new device registry.
|
||||
|
||||
delete
|
||||
(BETA) Delete a device registry.
|
||||
(BETA) (DEPRECATED) Delete a device registry.
|
||||
|
||||
describe
|
||||
(BETA) Show details about a device registry.
|
||||
(BETA) (DEPRECATED) Show details about a device registry.
|
||||
|
||||
get-iam-policy
|
||||
(BETA) Get the IAM policy for a device registry.
|
||||
(BETA) (DEPRECATED) Get the IAM policy for a device registry.
|
||||
|
||||
list
|
||||
(BETA) List device registries.
|
||||
(BETA) (DEPRECATED) List device registries.
|
||||
|
||||
remove-iam-policy-binding
|
||||
(BETA) Remove IAM policy binding of a device registry.
|
||||
(BETA) (DEPRECATED) Remove IAM policy binding of a device registry.
|
||||
|
||||
set-iam-policy
|
||||
(BETA) Set IAM policy for a device registry.
|
||||
(BETA) (DEPRECATED) Set IAM policy for a device registry.
|
||||
|
||||
update
|
||||
(BETA) Update a device registry.
|
||||
(BETA) (DEPRECATED) Update a device registry.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue