mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
37 lines
763 B
Text
37 lines
763 B
Text
NAME
|
|
gcloud looker operations - manage Looker operations
|
|
|
|
SYNOPSIS
|
|
gcloud looker operations COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
EXAMPLES
|
|
To display the details for an operation with name my-looker-op, run:
|
|
|
|
$ gcloud looker operations describe my-looker-op
|
|
|
|
To list all the operations, run:
|
|
|
|
$ gcloud 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
|
|
Cancel a Looker import or export operation.
|
|
|
|
describe
|
|
Show metadata for a Looker operation.
|
|
|
|
list
|
|
List Looker operations.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha looker operations
|
|
|