mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Mar 16 08:47:18 UTC 2022
This commit is contained in:
parent
7d82d0fc32
commit
971306823a
187 changed files with 3248 additions and 630 deletions
31
gcloud/transfer/agents/help
Normal file
31
gcloud/transfer/agents/help
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
NAME
|
||||
gcloud transfer agents - manage Transfer Service agents
|
||||
|
||||
SYNOPSIS
|
||||
gcloud transfer agents COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage agents. Agents arre lightweight applications that enable Transfer
|
||||
Service users to transfer data to or from POSIX filesystems, such as
|
||||
on-premises filesystems. Agents are installed locally on your machine and
|
||||
run within Docker containers.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
delete
|
||||
Delete a Transfer Service transfer agents.
|
||||
|
||||
install
|
||||
Install Transfer Service agents.
|
||||
|
||||
NOTES
|
||||
This variant is also available:
|
||||
|
||||
$ gcloud alpha transfer agents
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue