1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Tue Jan 20 11:05:01 UTC 2026

This commit is contained in:
Automated 2026-01-20 11:05:01 +00:00
parent bdd724fcf3
commit 582f364023
247 changed files with 5698 additions and 1205 deletions

View file

@ -16,7 +16,7 @@ SYNOPSIS
--schedule-repeats-every=SCHEDULE_REPEATS_EVERY
--schedule-repeats-until=SCHEDULE_REPEATS_UNTIL]
[--include-prefixes=[INCLUDED_PREFIXES,...]
--exclude-prefixes=[EXCLUDED_PREFIXES,...]
--exclude-prefixes=[EXCLUDED_PREFIXES,...] --match-glob=MATCH_GLOB
--include-modified-before-absolute=INCLUDE_MODIFIED_BEFORE_ABSOLUTE
--include-modified-after-absolute=INCLUDE_MODIFIED_AFTER_ABSOLUTE
--include-modified-before-relative=INCLUDE_MODIFIED_BEFORE_RELATIVE
@ -261,6 +261,11 @@ FLAGS
multiple prefixes with commas, omitting spaces after the commas
(e.g., --exclude-prefixes=foo,bar).
--match-glob=MATCH_GLOB
Include only objects that match the specified glob pattern. For more
information about glob patterns, see
https://docs.cloud.google.com/storage-transfer/docs/filter-by-glob-pattern
--include-modified-before-absolute=INCLUDE_MODIFIED_BEFORE_ABSOLUTE
Include objects last modified before an absolute date/time. Ex. by
specifying '2020-01-01', the transfer would include objects last

View file

@ -18,13 +18,13 @@ SYNOPSIS
[--clear-schedule --schedule-starts=SCHEDULE_STARTS
--schedule-repeats-every=SCHEDULE_REPEATS_EVERY
--schedule-repeats-until=SCHEDULE_REPEATS_UNTIL]
[--clear-include-prefixes --clear-exclude-prefixes
[--clear-include-prefixes --clear-exclude-prefixes --clear-match-glob
--clear-include-modified-before-absolute
--clear-include-modified-after-absolute
--clear-include-modified-before-relative
--clear-include-modified-after-relative
--include-prefixes=[INCLUDED_PREFIXES,...]
--exclude-prefixes=[EXCLUDED_PREFIXES,...]
--exclude-prefixes=[EXCLUDED_PREFIXES,...] --match-glob=MATCH_GLOB
--include-modified-before-absolute=INCLUDE_MODIFIED_BEFORE_ABSOLUTE
--include-modified-after-absolute=INCLUDE_MODIFIED_AFTER_ABSOLUTE
--include-modified-before-relative=INCLUDE_MODIFIED_BEFORE_RELATIVE
@ -279,6 +279,9 @@ FLAGS
Remove the list of object prefixes to exclude from the object
conditions.
--clear-match-glob
Remove the glob pattern from the object conditions.
--clear-include-modified-before-absolute
Remove the maximum modification datetime from the object conditions.
@ -303,6 +306,11 @@ FLAGS
multiple prefixes with commas, omitting spaces after the commas
(e.g., --exclude-prefixes=foo,bar).
--match-glob=MATCH_GLOB
Include only objects that match the specified glob pattern. For more
information about glob patterns, see
https://docs.cloud.google.com/storage-transfer/docs/filter-by-glob-pattern
--include-modified-before-absolute=INCLUDE_MODIFIED_BEFORE_ABSOLUTE
Include objects last modified before an absolute date/time. Ex. by
specifying '2020-01-01', the transfer would include objects last