1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 22:36:52 +00:00

gcloud: Wed Jun 19 09:33:28 UTC 2024

This commit is contained in:
Automated 2024-06-19 09:33:28 +00:00
parent 04a1e3ce77
commit fb3e2aa33b
182 changed files with 3829 additions and 2129 deletions

View file

@ -0,0 +1,91 @@
NAME
gcloud beta spanner instance-partitions create - create a Cloud Spanner
instance partition
SYNOPSIS
gcloud beta spanner instance-partitions create
(INSTANCE_PARTITION : --instance=INSTANCE) --config=CONFIG
--description=DESCRIPTION [--async]
[--nodes=NODES | --processing-units=PROCESSING_UNITS]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Create a Cloud Spanner instance partition.
EXAMPLES
To create a Cloud Spanner instance partition, run:
$ gcloud beta spanner instance-partitions create \
my-instance-partition-id --instance=my-instance-id \
--config=regional-us-east1 \
--description=my-instance-display-name --nodes=3
POSITIONAL ARGUMENTS
Instance partition resource - The Cloud Spanner instance partition to
create. The arguments in this group can be used to specify the attributes
of this resource. (NOTE) Some attributes are not given arguments in this
group but can be set in other ways.
To set the project attribute:
◆ provide the argument instance_partition on the command line with a
fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
INSTANCE_PARTITION
ID of the instance-partition or fully qualified identifier for the
instance-partition.
To set the instance-partition attribute:
▸ provide the argument instance_partition on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--instance=INSTANCE
The Cloud Spanner instance for the instance-partition.
To set the instance attribute:
▸ provide the argument instance_partition on the command line with
a fully specified name;
▸ provide the argument --instance on the command line;
▸ set the property spanner/instance.
REQUIRED FLAGS
--config=CONFIG
Instance configuration defines the geographic placement and replication
used by the instance partition. Available configurations can be found
by running "gcloud spanner instance-configs list"
--description=DESCRIPTION
Description of the instance partition.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
At most one of these can be specified:
--nodes=NODES
Number of nodes for the instance partition.
--processing-units=PROCESSING_UNITS
Number of processing units for the instance partition.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha spanner instance-partitions create

View file

@ -0,0 +1,64 @@
NAME
gcloud beta spanner instance-partitions delete - delete a Cloud Spanner
instance partition
SYNOPSIS
gcloud beta spanner instance-partitions delete
(INSTANCE_PARTITION : --instance=INSTANCE) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Delete a Cloud Spanner instance partition.
EXAMPLES
To delete a Cloud Spanner instance partition, run:
$ gcloud beta spanner instance-partitions delete \
my-instance-partition-id --instance=my-instance-id
POSITIONAL ARGUMENTS
Instance partition resource - The Cloud Spanner instance partition to
delete. The arguments in this group can be used to specify the attributes
of this resource. (NOTE) Some attributes are not given arguments in this
group but can be set in other ways.
To set the project attribute:
◆ provide the argument instance_partition on the command line with a
fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
INSTANCE_PARTITION
ID of the instance-partition or fully qualified identifier for the
instance-partition.
To set the instance-partition attribute:
▸ provide the argument instance_partition on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--instance=INSTANCE
The Cloud Spanner instance for the instance-partition.
To set the instance attribute:
▸ provide the argument instance_partition on the command line with
a fully specified name;
▸ provide the argument --instance on the command line;
▸ set the property spanner/instance.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha spanner instance-partitions delete

View file

@ -0,0 +1,64 @@
NAME
gcloud beta spanner instance-partitions describe - describe a Cloud Spanner
instance partition
SYNOPSIS
gcloud beta spanner instance-partitions describe
(INSTANCE_PARTITION : --instance=INSTANCE) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Describe a Cloud Spanner instance partition.
EXAMPLES
To describe a Cloud Spanner instance partition, run:
$ gcloud beta spanner instance-partitions describe \
my-instance-partition-id --instance=my-instance-id
POSITIONAL ARGUMENTS
Instance partition resource - The Cloud Spanner instance partition to
describe. The arguments in this group can be used to specify the
attributes of this resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument instance_partition on the command line with a
fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
INSTANCE_PARTITION
ID of the instance-partition or fully qualified identifier for the
instance-partition.
To set the instance-partition attribute:
▸ provide the argument instance_partition on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--instance=INSTANCE
The Cloud Spanner instance for the instance-partition.
To set the instance attribute:
▸ provide the argument instance_partition on the command line with
a fully specified name;
▸ provide the argument --instance on the command line;
▸ set the property spanner/instance.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha spanner instance-partitions describe

View file

@ -0,0 +1,40 @@
NAME
gcloud beta spanner instance-partitions - manage Cloud Spanner instance
partitions
SYNOPSIS
gcloud beta spanner instance-partitions COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Manage Cloud Spanner instance partitions.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(BETA) Create a Cloud Spanner instance partition.
delete
(BETA) Delete a Cloud Spanner instance partition.
describe
(BETA) Describe a Cloud Spanner instance partition.
list
(BETA) List the Cloud Spanner instance partitions contained within the
given instance.
update
(BETA) Update a Cloud Spanner instance partition.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha spanner instance-partitions

View file

@ -0,0 +1,77 @@
NAME
gcloud beta spanner instance-partitions list - list the Cloud Spanner
instance partitions contained within the given instance
SYNOPSIS
gcloud beta spanner instance-partitions list [--instance=INSTANCE]
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) List the Cloud Spanner instance partitions contained within the
given instance.
EXAMPLES
To list all Cloud Spanner instances partitions in an instance, run:
$ gcloud beta spanner instance-partitions list \
--instance=my-instance-id
FLAGS
Instance resource - The Cloud Spanner instance in which to list instance
partitions. This represents a Cloud resource. (NOTE) Some attributes are
not given arguments in this group but can be set in other ways.
To set the project attribute:
◆ provide the argument --instance on the command line with a fully
specified name;
◆ set the property spanner/instance with a fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
--instance=INSTANCE
ID of the instance or fully qualified identifier for the instance.
To set the instance attribute:
▸ provide the argument --instance on the command line;
▸ set the property spanner/instance.
LIST COMMAND FLAGS
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha spanner instance-partitions list

View file

@ -0,0 +1,89 @@
NAME
gcloud beta spanner instance-partitions update - update a Cloud Spanner
instance partition
SYNOPSIS
gcloud beta spanner instance-partitions update
(INSTANCE_PARTITION : --instance=INSTANCE) [--async]
[--description=DESCRIPTION]
[--nodes=NODES | --processing-units=PROCESSING_UNITS]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Update a Cloud Spanner instance partition.
EXAMPLES
To update the display name of a Cloud Spanner instance partition, run:
$ gcloud beta spanner instance-partitions update \
my-instance-partition-id --instance=my-instance-id \
--description=my-new-display-name
To update the node count of a Cloud Spanner instance partition, run:
$ gcloud beta spanner instance-partitions update \
my-instance-partition-id --instance=my-instance-id --nodes=1
POSITIONAL ARGUMENTS
Instance partition resource - The Cloud Spanner instance partition to
update. The arguments in this group can be used to specify the attributes
of this resource. (NOTE) Some attributes are not given arguments in this
group but can be set in other ways.
To set the project attribute:
◆ provide the argument instance_partition on the command line with a
fully specified name;
◆ provide the argument --project on the command line;
◆ set the property core/project.
This must be specified.
INSTANCE_PARTITION
ID of the instance-partition or fully qualified identifier for the
instance-partition.
To set the instance-partition attribute:
▸ provide the argument instance_partition on the command line.
This positional argument must be specified if any of the other
arguments in this group are specified.
--instance=INSTANCE
The Cloud Spanner instance for the instance-partition.
To set the instance attribute:
▸ provide the argument instance_partition on the command line with
a fully specified name;
▸ provide the argument --instance on the command line;
▸ set the property spanner/instance.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--description=DESCRIPTION
Description of the instance partition.
At most one of these can be specified:
--nodes=NODES
Number of nodes for the instance partition.
--processing-units=PROCESSING_UNITS
Number of processing units for the instance partition.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha spanner instance-partitions update