mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
40 lines
828 B
Text
40 lines
828 B
Text
NAME
|
|
gcloud transfer operations - manage transfer operations
|
|
|
|
SYNOPSIS
|
|
gcloud transfer operations COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage transfer operations.
|
|
|
|
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 transfer operation.
|
|
|
|
describe
|
|
Get configuration and latest transfer operation details.
|
|
|
|
list
|
|
List Transfer Service transfer operations.
|
|
|
|
monitor
|
|
Track progress in real time for a transfer operation.
|
|
|
|
pause
|
|
Pause a currently running transfer operation.
|
|
|
|
resume
|
|
Resume a currently paused transfer operation.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha transfer operations
|
|
|