mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -79,7 +79,7 @@ FLAGS
|
|||
|
||||
--resource-format=RESOURCE_FORMAT
|
||||
Format of the configuration to export. Available configuration formats
|
||||
are Kubernetes Resource Model (krm) or Terraform HCL (terraform).
|
||||
are Kubernetes Resource Model YAML (krm) or Terraform HCL (terraform).
|
||||
Command defaults to "krm". RESOURCE_FORMAT must be one of: krm,
|
||||
terraform.
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ FLAGS
|
|||
|
||||
--resource-format=RESOURCE_FORMAT
|
||||
Format of the configuration to export. Available configuration formats
|
||||
are Kubernetes Resource Model (krm) or Terraform HCL (terraform).
|
||||
are Kubernetes Resource Model YAML (krm) or Terraform HCL (terraform).
|
||||
Command defaults to "krm". RESOURCE_FORMAT must be one of: krm,
|
||||
terraform.
|
||||
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ FLAGS
|
|||
|
||||
--resource-format=RESOURCE_FORMAT
|
||||
Format of the configuration to export. Available configuration formats
|
||||
are Kubernetes Resource Model (krm) or Terraform HCL (terraform).
|
||||
are Kubernetes Resource Model YAML (krm) or Terraform HCL (terraform).
|
||||
Command defaults to "krm". RESOURCE_FORMAT must be one of: krm,
|
||||
terraform.
|
||||
|
||||
|
|
|
|||
|
|
@ -122,5 +122,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud bigtable instances tables create
|
||||
|
||||
$ gcloud beta bigtable instances tables create
|
||||
|
||||
|
|
|
|||
|
|
@ -57,5 +57,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud bigtable instances tables delete
|
||||
|
||||
$ gcloud beta bigtable instances tables delete
|
||||
|
||||
|
|
|
|||
|
|
@ -58,6 +58,9 @@ FLAGS
|
|||
Only populates name and fields related to the table's replication.
|
||||
schema
|
||||
Only populates name and fields related to the table's schema.
|
||||
stats
|
||||
Only populates name and fields related to the table's statistics
|
||||
(e.g. TableStats and ColumnFamilyStats).
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
|
|
@ -21,12 +21,13 @@ EXAMPLES
|
|||
--source=backup1 --destination-instance=instance1 \
|
||||
--destination=table2
|
||||
|
||||
To restore table 'table2' from backup 'backup1' using relative names, run:
|
||||
To restore table 'table2' from backup 'backup1' in a different project,
|
||||
run:
|
||||
|
||||
$ gcloud alpha bigtable instances tables restore \
|
||||
--source=projects/project1/instances/instance1/clusters/\
|
||||
cluster1/backups/backup1 \
|
||||
--destination=projects/project1/instances/instance1/tables/\
|
||||
--destination=projects/project2/instances/instance2/tables/\
|
||||
table2
|
||||
|
||||
REQUIRED FLAGS
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha bigtable instances tables update (TABLE : --instance=INSTANCE)
|
||||
[--deletion-protection] [GCLOUD_WIDE_FLAG ...]
|
||||
[--async] [--deletion-protection] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update an existing new Cloud Bigtable table with the specified
|
||||
|
|
@ -48,6 +48,10 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --instance on the command line.
|
||||
|
||||
FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--deletion-protection
|
||||
Once specified, the table is deletion protected.
|
||||
|
||||
|
|
@ -67,5 +71,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud bigtable instances tables update
|
||||
|
||||
$ gcloud beta bigtable instances tables update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue