mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-23 00:02:45 +00:00
gcloud: Wed May 10 11:35:23 UTC 2023
This commit is contained in:
parent
a4643b613a
commit
14441c7ea7
154 changed files with 6649 additions and 164 deletions
89
gcloud/alpha/looker/instances/help
Normal file
89
gcloud/alpha/looker/instances/help
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
NAME
|
||||
gcloud alpha looker instances - manage Looker instances
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha looker instances COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To create an instance with the name my-looker-instance, with an edition of
|
||||
"LOOKER_CORE_STANDARD", run:
|
||||
|
||||
$ gcloud alpha looker instances create my-looker-instance \
|
||||
--oauth-client-id='looker' --oauth-client-secret='looker' \
|
||||
--edition="core-standard" --async
|
||||
|
||||
Note: It is recommended that the --async argument is provided when creating
|
||||
a Looker instance.
|
||||
|
||||
To delete an instance with the name my-looker-instance, run:
|
||||
|
||||
$ gcloud alpha looker instances delete my-looker-instance --async
|
||||
|
||||
To display the details for an instance with name my-looker-instance, run:
|
||||
|
||||
$ gcloud alpha looker instances describe my-looker-instance
|
||||
|
||||
To restart an instance with the name my-looker-instance, run:
|
||||
|
||||
$ gcloud alpha looker instances restart my-looker-instance --async
|
||||
|
||||
To update an instance with the name my-looker-instance, run:
|
||||
|
||||
$ gcloud alpha looker instances update my-looker-instance --async
|
||||
|
||||
To export an instance with the name my-looker-instance, run:
|
||||
|
||||
$ gcloud alpha looker instances export my-looker-instance \
|
||||
--target-gcs-uri='gs://bucketName/folderName' \
|
||||
--kms-key='projects/my-project/locations/us-central1/keyRings/my\
|
||||
-key-ring/cryptoKeys/my-key'
|
||||
|
||||
To import an instance with the name my-looker-instance, run:
|
||||
|
||||
$ gcloud alpha looker instances import my-looker-instance \
|
||||
--source-gcs-uri='gs://bucketName/folderName'
|
||||
|
||||
To list all the instances, run:
|
||||
|
||||
$ gcloud alpha looker instances list
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(ALPHA) Create a Looker instance.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a Looker instance.
|
||||
|
||||
describe
|
||||
(ALPHA) Show metadata for a Looker.
|
||||
|
||||
export
|
||||
(ALPHA) Export a Looker instance.
|
||||
|
||||
import
|
||||
(ALPHA) Import a Looker instance.
|
||||
|
||||
list
|
||||
(ALPHA) List Looker instances.
|
||||
|
||||
restart
|
||||
(ALPHA) Restart a Looker instance.
|
||||
|
||||
update
|
||||
(ALPHA) Update a Looker instance.
|
||||
|
||||
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. This variant is also available:
|
||||
|
||||
$ gcloud looker instances
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue