mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +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,9 @@ SYNOPSIS
|
|||
gcloud alpha iot devices commands COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage commands for Cloud IoT devices.
|
||||
(ALPHA) (DEPRECATED) Manage commands for Cloud IoT devices.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -16,7 +18,7 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
send
|
||||
(ALPHA) Sends a command to a device.
|
||||
(ALPHA) (DEPRECATED) Sends a command to a device.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -8,7 +8,10 @@ SYNOPSIS
|
|||
[--subfolder=SUBFOLDER] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Sends a command to a device.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
Sends a command to a device.
|
||||
|
||||
EXAMPLES
|
||||
To send a simple command to a device in 'my-registry' and region
|
||||
|
|
|
|||
|
|
@ -8,7 +8,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Show details about the latest configuration for a device.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
Show details about the latest configuration for a device.
|
||||
|
||||
EXAMPLES
|
||||
To show the details of the latest configuration for a device in region
|
||||
|
|
|
|||
|
|
@ -8,7 +8,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Show the binary data of a device's latest configuration.
|
||||
(ALPHA) (DEPRECATED) Show the binary data of a device's latest
|
||||
configuration.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
EXAMPLES
|
||||
To show the binary data of the latest configuration of a device in region
|
||||
|
|
|
|||
|
|
@ -6,7 +6,11 @@ SYNOPSIS
|
|||
gcloud alpha iot devices configs COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Commands for managing configurations for Google Cloud IoT devices.
|
||||
(ALPHA) (DEPRECATED) Manage configurations for Cloud IoT devices.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
Commands for managing configurations for Google Cloud IoT devices.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -17,16 +21,18 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
(ALPHA) Show details about the latest configuration for a device.
|
||||
(ALPHA) (DEPRECATED) Show details about the latest configuration for a
|
||||
device.
|
||||
|
||||
get-value
|
||||
(ALPHA) Show the binary data of a device's latest configuration.
|
||||
(ALPHA) (DEPRECATED) Show the binary data of a device's latest
|
||||
configuration.
|
||||
|
||||
list
|
||||
(ALPHA) List configs for a device.
|
||||
(ALPHA) (DEPRECATED) List configs for a device.
|
||||
|
||||
update
|
||||
(ALPHA) Update a specific device configuration.
|
||||
(ALPHA) (DEPRECATED) Update a specific device configuration.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -8,8 +8,11 @@ SYNOPSIS
|
|||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command lists all available configurations in the history of
|
||||
the device. Up to 10 are kept; you may restrict the output to fewer via the
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
This command lists all available configurations in the history of the
|
||||
device. Up to 10 are kept; you may restrict the output to fewer via the
|
||||
--limit flag.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -9,7 +9,11 @@ SYNOPSIS
|
|||
[--version-to-update=VERSION_TO_UPDATE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command updates the current configuration of the device.
|
||||
(ALPHA) (DEPRECATED) Update a specific device configuration.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
This command updates the current configuration of the device.
|
||||
|
||||
It always creates a new config with a new version number; if
|
||||
--version-to-update is provided, the config at that version is used as a
|
||||
|
|
|
|||
|
|
@ -12,7 +12,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a new device.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
Create a new device.
|
||||
|
||||
EXAMPLES
|
||||
To create a new device 'my-device' in device registry 'my-registry' and
|
||||
|
|
|
|||
|
|
@ -8,7 +8,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete all credentials from a device.
|
||||
(ALPHA) (DEPRECATED) Delete all credentials from a device.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
EXAMPLES
|
||||
To delete all credentials from a device in region 'us-central1', run:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,11 @@ SYNOPSIS
|
|||
[--expiration-time=EXPIRATION_TIME] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) A device may have at most 3 credentials.
|
||||
(ALPHA) (DEPRECATED) Add a new credential to a device.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
A device may have at most 3 credentials.
|
||||
|
||||
EXAMPLES
|
||||
To add an RSA public key wrapped in an X.509v3 certificate to a device,
|
||||
|
|
|
|||
|
|
@ -8,7 +8,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a credential from a device.
|
||||
(ALPHA) (DEPRECATED) Delete a credential from a device.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
EXAMPLES
|
||||
To delete the first credential from a device in region 'us-central1', run:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Show details about a specific device credential.
|
||||
(ALPHA) (DEPRECATED) Show details about a specific device credential.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
EXAMPLES
|
||||
To describe the first credential of a device in region 'us-central1', run:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,11 @@ SYNOPSIS
|
|||
gcloud alpha iot devices credentials COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Commands for managing credentials for Google Cloud IoT devices.
|
||||
(ALPHA) (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
|
||||
(ALPHA) Delete all credentials from a device.
|
||||
(ALPHA) (DEPRECATED) Delete all credentials from a device.
|
||||
|
||||
create
|
||||
(ALPHA) Add a new credential to a device.
|
||||
(ALPHA) (DEPRECATED) Add a new credential to a device.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a credential from a device.
|
||||
(ALPHA) (DEPRECATED) Delete a credential from a device.
|
||||
|
||||
describe
|
||||
(ALPHA) Show details about a specific device credential.
|
||||
(ALPHA) (DEPRECATED) Show details about a specific device credential.
|
||||
|
||||
list
|
||||
(ALPHA) List credentials for a device.
|
||||
(ALPHA) (DEPRECATED) List credentials for a device.
|
||||
|
||||
update
|
||||
(ALPHA) Update a specific device credential.
|
||||
(ALPHA) (DEPRECATED) Update a specific device credential.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -8,7 +8,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List credentials for a device.
|
||||
(ALPHA) (DEPRECATED) List credentials for a device.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
EXAMPLES
|
||||
To list the credentials of a device in region 'us-central1', run:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,9 @@ SYNOPSIS
|
|||
[--expiration-time=EXPIRATION_TIME] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update a specific device credential.
|
||||
(ALPHA) (DEPRECATED) Update a specific device credential.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
EXAMPLES
|
||||
To update the expiration time of the first credential of a device in region
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ SYNOPSIS
|
|||
(DEVICE : --region=REGION --registry=REGISTRY) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a device.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
Delete a device.
|
||||
|
||||
EXAMPLES
|
||||
To delete a device from device registry 'my-registry', run:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ SYNOPSIS
|
|||
(DEVICE : --region=REGION --registry=REGISTRY) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Show details about a device.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
Show details about a device.
|
||||
|
||||
EXAMPLES
|
||||
To show details about a device, run:
|
||||
|
|
|
|||
|
|
@ -9,7 +9,10 @@ SYNOPSIS
|
|||
--gateway-registry=GATEWAY_REGISTRY) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Associate a device with a gateway.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
Associate a device with a gateway.
|
||||
|
||||
EXAMPLES
|
||||
To associate 'my-device' with 'my-gateway' in region 'us-central1', run:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,9 @@ SYNOPSIS
|
|||
gcloud alpha iot devices gateways COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage Cloud IoT Core Gateway Associations.
|
||||
(ALPHA) (DEPRECATED) Manage Cloud IoT Core Gateway Associations.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -17,13 +19,14 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
bind
|
||||
(ALPHA) Associate a device with a gateway.
|
||||
(ALPHA) (DEPRECATED) Associate a device with a gateway.
|
||||
|
||||
list-bound-devices
|
||||
(ALPHA) Lists all of the devices bound to the gateway.
|
||||
(ALPHA) (DEPRECATED) Lists all of the devices bound to the gateway.
|
||||
|
||||
unbind
|
||||
(ALPHA) Remove the association between a device and a gateway.
|
||||
(ALPHA) (DEPRECATED) Remove the association between a device and a
|
||||
gateway.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -9,7 +9,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Lists all of the devices bound to the gateway.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
Lists all of the devices bound to the gateway.
|
||||
|
||||
EXAMPLES
|
||||
To list all of the devices bound to the gateway 'my-gateway' in region
|
||||
|
|
|
|||
|
|
@ -10,7 +10,10 @@ SYNOPSIS
|
|||
--gateway-registry=GATEWAY_REGISTRY) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Remove the association between a device and a gateway.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
Remove the association between a device and a gateway.
|
||||
|
||||
EXAMPLES
|
||||
To remove the association between 'my-device' and 'my-gateway' in region
|
||||
|
|
|
|||
|
|
@ -5,7 +5,11 @@ SYNOPSIS
|
|||
gcloud alpha iot devices GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Commands for managing Google Cloud IoT Devices.
|
||||
(ALPHA) (DEPRECATED) Manage Cloud IoT Devices.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
Commands for managing Google Cloud IoT Devices.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -16,37 +20,37 @@ GROUPS
|
|||
GROUP is one of the following:
|
||||
|
||||
commands
|
||||
(ALPHA) Manage commands for Cloud IoT devices.
|
||||
(ALPHA) (DEPRECATED) Manage commands for Cloud IoT devices.
|
||||
|
||||
configs
|
||||
(ALPHA) Manage configurations for Cloud IoT devices.
|
||||
(ALPHA) (DEPRECATED) Manage configurations for Cloud IoT devices.
|
||||
|
||||
credentials
|
||||
(ALPHA) Manage credentials for Cloud IoT devices.
|
||||
(ALPHA) (DEPRECATED) Manage credentials for Cloud IoT devices.
|
||||
|
||||
gateways
|
||||
(ALPHA) Manage Cloud IoT Core Gateway Associations.
|
||||
(ALPHA) (DEPRECATED) Manage Cloud IoT Core Gateway Associations.
|
||||
|
||||
states
|
||||
(ALPHA) Manage states for Cloud IoT devices.
|
||||
(ALPHA) (DEPRECATED) Manage states for Cloud IoT devices.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(ALPHA) Create a new device.
|
||||
(ALPHA) (DEPRECATED) Create a new device.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a device.
|
||||
(ALPHA) (DEPRECATED) Delete a device.
|
||||
|
||||
describe
|
||||
(ALPHA) Show details about a device.
|
||||
(ALPHA) (DEPRECATED) Show details about a device.
|
||||
|
||||
list
|
||||
(ALPHA) List devices.
|
||||
(ALPHA) (DEPRECATED) List devices.
|
||||
|
||||
update
|
||||
(ALPHA) Update an existing device.
|
||||
(ALPHA) (DEPRECATED) Update an existing device.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -10,7 +10,10 @@ SYNOPSIS
|
|||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List devices.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
List devices.
|
||||
|
||||
EXAMPLES
|
||||
To list all devices in the device registry 'my-registry' and region
|
||||
|
|
|
|||
|
|
@ -5,7 +5,11 @@ SYNOPSIS
|
|||
gcloud alpha iot devices states COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Commands for managing states for Google Cloud IoT devices.
|
||||
(ALPHA) (DEPRECATED) Manage states for Cloud IoT devices.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
Commands for managing states for Google Cloud IoT devices.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -16,7 +20,7 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
list
|
||||
(ALPHA) List states for a device.
|
||||
(ALPHA) (DEPRECATED) List states for a device.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -8,9 +8,11 @@ SYNOPSIS
|
|||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command lists all available states in the history of the
|
||||
device. Up to 10 are kept; you may restrict the output to fewer via the
|
||||
--limit flag.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
This command lists all available states in the history of the device. Up to
|
||||
10 are kept; you may restrict the output to fewer via the --limit flag.
|
||||
|
||||
EXAMPLES
|
||||
To list states for the device 'my-device' in region 'us-central1' and in
|
||||
|
|
|
|||
|
|
@ -9,7 +9,12 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update an existing device.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
(ALPHA) (DEPRECATED) Update an existing device.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
EXAMPLES
|
||||
The following command updates the device 'my-device' in device registry
|
||||
|
|
|
|||
|
|
@ -5,7 +5,11 @@ SYNOPSIS
|
|||
gcloud alpha iot GROUP [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Commands for managing Google Cloud IoT resources.
|
||||
(ALPHA) (DEPRECATED) Manage Cloud IoT resources.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
Commands for managing Google Cloud IoT resources.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -16,10 +20,10 @@ GROUPS
|
|||
GROUP is one of the following:
|
||||
|
||||
devices
|
||||
(ALPHA) Manage Cloud IoT Devices.
|
||||
(ALPHA) (DEPRECATED) Manage Cloud IoT Devices.
|
||||
|
||||
registries
|
||||
(ALPHA) Manage Cloud IoT Registries.
|
||||
(ALPHA) (DEPRECATED) Manage Cloud IoT Registries.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -9,8 +9,11 @@ SYNOPSIS
|
|||
| --condition-from-file=CONDITION_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Add an IAM policy binding to the IAM policy of a device registry.
|
||||
One binding consists of a member, a role, and an optional condition.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
Add an IAM policy binding to the IAM policy of a device registry. One
|
||||
binding consists of a member, a role, and an optional condition.
|
||||
|
||||
EXAMPLES
|
||||
To add an IAM policy binding for the role of 'roles/editor' for the user
|
||||
|
|
|
|||
|
|
@ -9,7 +9,10 @@ SYNOPSIS
|
|||
[--state-pubsub-topic=STATE_PUBSUB_TOPIC] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a new device registry.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
Create a new device registry.
|
||||
|
||||
EXAMPLES
|
||||
To create a new device registry 'my-registry' in region 'us-central1', run:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@ SYNOPSIS
|
|||
(--registry=REGISTRY : --region=REGION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete all credentials from a registry.
|
||||
(ALPHA) (DEPRECATED) Delete all credentials from a registry.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
EXAMPLES
|
||||
To delete all credentials from a registry in region 'us-central1', run:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,14 @@ SYNOPSIS
|
|||
(--registry=REGISTRY : --region=REGION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) A registry may have at most 10 credentials.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
(ALPHA) (DEPRECATED) Add a new credential to a registry.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
A registry may have at most 10 credentials.
|
||||
|
||||
EXAMPLES
|
||||
To add a credential located in '/path/to/cert.pem' to a registry, run:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@ SYNOPSIS
|
|||
(--registry=REGISTRY : --region=REGION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a credential from a registry.
|
||||
(ALPHA) (DEPRECATED) Delete a credential from a registry.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
EXAMPLES
|
||||
To delete the first credential from a registry, run:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@ SYNOPSIS
|
|||
(--registry=REGISTRY : --region=REGION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Show details about a specific registry credential.
|
||||
(ALPHA) (DEPRECATED) Show details about a specific registry credential.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
EXAMPLES
|
||||
To describe the first credential of a registry in region 'us-central1',
|
||||
|
|
|
|||
|
|
@ -6,7 +6,11 @@ SYNOPSIS
|
|||
gcloud alpha iot registries credentials COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Commands for managing credentials for Google Cloud IoT devices.
|
||||
(ALPHA) (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,19 +21,19 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
clear
|
||||
(ALPHA) Delete all credentials from a registry.
|
||||
(ALPHA) (DEPRECATED) Delete all credentials from a registry.
|
||||
|
||||
create
|
||||
(ALPHA) Add a new credential to a registry.
|
||||
(ALPHA) (DEPRECATED) Add a new credential to a registry.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a credential from a registry.
|
||||
(ALPHA) (DEPRECATED) Delete a credential from a registry.
|
||||
|
||||
describe
|
||||
(ALPHA) Show details about a specific registry credential.
|
||||
(ALPHA) (DEPRECATED) Show details about a specific registry credential.
|
||||
|
||||
list
|
||||
(ALPHA) List credentials for a registry.
|
||||
(ALPHA) (DEPRECATED) List credentials for a registry.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -8,7 +8,9 @@ SYNOPSIS
|
|||
[--limit=LIMIT] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List credentials for a registry.
|
||||
(ALPHA) (DEPRECATED) List credentials for a registry.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
EXAMPLES
|
||||
To list the credentials of a registry, run:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete a device registry.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
Delete a device registry.
|
||||
|
||||
EXAMPLES
|
||||
To delete a device registry, run:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Show details about a device registry.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
Show details about a device registry.
|
||||
|
||||
EXAMPLES
|
||||
To show details about a device registry, run:
|
||||
|
|
|
|||
|
|
@ -8,8 +8,11 @@ SYNOPSIS
|
|||
[--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command gets the IAM policy for a device registry. If
|
||||
formatted as JSON, the output can be edited and used as a policy file for
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
This command gets the IAM policy for a device registry. If formatted as
|
||||
JSON, the output can be edited and used as a policy file for
|
||||
set-iam-policy. The output includes an "etag" field identifying the version
|
||||
emitted and allowing detection of concurrent policy updates; see $ gcloud
|
||||
iot registries set-iam-policy for additional details.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,11 @@ SYNOPSIS
|
|||
gcloud alpha iot registries GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Commands for managing Google Cloud IoT Registries.
|
||||
(ALPHA) (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
|
||||
(ALPHA) Manage credentials for Cloud IoT devices.
|
||||
(ALPHA) (DEPRECATED) Manage credentials for Cloud IoT devices.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
add-iam-policy-binding
|
||||
(ALPHA) Add IAM policy binding to a device registry.
|
||||
(ALPHA) (DEPRECATED) Add IAM policy binding to a device registry.
|
||||
|
||||
create
|
||||
(ALPHA) Create a new device registry.
|
||||
(ALPHA) (DEPRECATED) Create a new device registry.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a device registry.
|
||||
(ALPHA) (DEPRECATED) Delete a device registry.
|
||||
|
||||
describe
|
||||
(ALPHA) Show details about a device registry.
|
||||
(ALPHA) (DEPRECATED) Show details about a device registry.
|
||||
|
||||
get-iam-policy
|
||||
(ALPHA) Get the IAM policy for a device registry.
|
||||
(ALPHA) (DEPRECATED) Get the IAM policy for a device registry.
|
||||
|
||||
list
|
||||
(ALPHA) List device registries.
|
||||
(ALPHA) (DEPRECATED) List device registries.
|
||||
|
||||
remove-iam-policy-binding
|
||||
(ALPHA) Remove IAM policy binding of a device registry.
|
||||
(ALPHA) (DEPRECATED) Remove IAM policy binding of a device registry.
|
||||
|
||||
set-iam-policy
|
||||
(ALPHA) Set the IAM policy for a device registry.
|
||||
(ALPHA) (DEPRECATED) Set the IAM policy for a device registry.
|
||||
|
||||
update
|
||||
(ALPHA) Update a device registry.
|
||||
(ALPHA) (DEPRECATED) Update a device registry.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List device registries.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
List device registries.
|
||||
|
||||
EXAMPLES
|
||||
To list all device registries in a project and region 'us-central1', run:
|
||||
|
|
|
|||
|
|
@ -9,9 +9,11 @@ SYNOPSIS
|
|||
| --condition-from-file=CONDITION_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Remove an IAM policy binding from the IAM policy of a device
|
||||
registry. One binding consists of a member, a role, and an optional
|
||||
condition.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
Remove an IAM policy binding from the IAM policy of a device registry. One
|
||||
binding consists of a member, a role, and an optional condition.
|
||||
|
||||
EXAMPLES
|
||||
To remove an IAM policy binding for the role of 'roles/editor' for the user
|
||||
|
|
|
|||
|
|
@ -7,14 +7,17 @@ SYNOPSIS
|
|||
POLICY_FILE [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) This command replaces the existing IAM policy for a device
|
||||
registry, given a REGISTRY and a file encoded in JSON or YAML that contains
|
||||
the IAM policy. If the given policy file specifies an "etag" value, then
|
||||
the replacement will succeed only if the policy already in place matches
|
||||
that etag. (An etag obtained via $ gcloud iot registries get-iam-policy
|
||||
will prevent the replacement if the policy for the device registry has been
|
||||
subsequently updated.) A policy file that does not contain an etag value
|
||||
will replace any existing policy for the device registry.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
This command replaces the existing IAM policy for a device registry, given
|
||||
a REGISTRY and a file encoded in JSON or YAML that contains the IAM policy.
|
||||
If the given policy file specifies an "etag" value, then the replacement
|
||||
will succeed only if the policy already in place matches that etag. (An
|
||||
etag obtained via $ gcloud iot registries get-iam-policy will prevent the
|
||||
replacement if the policy for the device registry has been subsequently
|
||||
updated.) A policy file that does not contain an etag value will replace
|
||||
any existing policy for the device registry.
|
||||
|
||||
EXAMPLES
|
||||
The following command will read an IAM policy defined in a JSON file
|
||||
|
|
|
|||
|
|
@ -9,7 +9,12 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update a device registry.
|
||||
(ALPHA) (DEPRECATED) This command is deprecated. Google Cloud IoT Core has
|
||||
been retired.
|
||||
|
||||
(ALPHA) (DEPRECATED) Update a device registry.
|
||||
|
||||
This command is deprecated. Google Cloud IoT Core has been retired.
|
||||
|
||||
EXAMPLES
|
||||
The following command updates the device registry 'my-registry' in region
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue