1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Wed Oct 8 11:07:39 UTC 2025

This commit is contained in:
Automated 2025-10-08 11:07:39 +00:00
parent a0434a4d7a
commit 6f9bb9a0f0
137 changed files with 5133 additions and 291 deletions

View file

@ -8,7 +8,7 @@ SYNOPSIS
--source-agent-pool=SOURCE_AGENT_POOL
--destination-agent-pool=DESTINATION_AGENT_POOL
--intermediate-storage-path=INTERMEDIATE_STORAGE_PATH
--manifest-file=MANIFEST_FILE]
--manifest-file=MANIFEST_FILE] [--replication]
[--event-stream-name=EVENT_STREAM_NAME
--event-stream-starts=EVENT_STREAM_STARTS
--event-stream-expires=EVENT_STREAM_EXPIRES]
@ -171,6 +171,14 @@ FLAGS
destination://path/to/manifest.csv). For manifest file formatting,
see https://cloud.google.com/storage-transfer/docs/manifest.
REPLICATION OPTIONS
--replication
Enable replication to automatically copy all new and existing objects
from the source to the destination. Note: Objects deleted from the
source bucket will not be deleted from the destination bucket. Please
note that it is an event-driven transfer.
EVENT STREAM
Configure an event stream to transfer data whenever it is added or changed

View file

@ -5,7 +5,7 @@ SYNOPSIS
gcloud transfer jobs list [--limit=LIMIT]
[--page-size=PAGE_SIZE; default=256] [--job-names=[JOB_NAMES,...]]
[--job-statuses=[JOB_STATUSES,...]] [--expand-table]
[GCLOUD_WIDE_FLAG ...]
[--job-type=JOB_TYPE; default="transfer"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
List Transfer Service transfer jobs in a given project to show their
@ -55,6 +55,10 @@ FLAGS
frequency, lastest operation name, job status) in command output. Tip:
increase the size of your terminal before running the command.
--job-type=JOB_TYPE; default="transfer"
The type of the job you want to list. JOB_TYPE must be one of:
transfer, replication.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,