mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
40 lines
1 KiB
Text
40 lines
1 KiB
Text
NAME
|
|
gcloud alpha looker operations - manage Looker operations
|
|
|
|
SYNOPSIS
|
|
gcloud alpha looker operations COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
EXAMPLES
|
|
To display the details for an operation with name my-looker-op, run:
|
|
|
|
$ gcloud alpha looker operations describe my-looker-op
|
|
|
|
To list all the operations, run:
|
|
|
|
$ gcloud alpha looker operations list
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
cancel
|
|
(ALPHA) Cancel a Looker import or export operation.
|
|
|
|
describe
|
|
(ALPHA) Show metadata for a Looker operation.
|
|
|
|
list
|
|
(ALPHA) List Looker operations.
|
|
|
|
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 operations
|
|
|