mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Mar 27 09:52:07 UTC 2024
This commit is contained in:
parent
5b4fac9106
commit
4ade1b44cc
148 changed files with 5765 additions and 482 deletions
|
|
@ -5,7 +5,7 @@ SYNOPSIS
|
|||
gcloud storage mv [SOURCE ...] DESTINATION
|
||||
[--additional-headers=HEADER=VALUE] [--all-versions, -A]
|
||||
[--no-clobber, -n] [--content-md5=MD5_DIGEST] [--continue-on-error, -c]
|
||||
[--daisy-chain, -D] [--do-not-decompress]
|
||||
[--daisy-chain, -D] [--do-not-decompress] [--include-managed-folders]
|
||||
[--manifest-path=MANIFEST_PATH, -L MANIFEST_PATH]
|
||||
[--preserve-posix, -P] [--print-created-message, -v]
|
||||
[--read-paths-from-stdin, -I] [--skip-unsupported, -U]
|
||||
|
|
@ -130,6 +130,12 @@ FLAGS
|
|||
--do-not-decompress
|
||||
Do not automatically decompress downloaded gzip files.
|
||||
|
||||
--include-managed-folders
|
||||
Includes managed folders in command operations. For transfers, gcloud
|
||||
storage will set up managed folders in the destination with the same
|
||||
IAM policy bindings as the source. Managed folders are only included
|
||||
with recursive cloud-to-cloud transfers.
|
||||
|
||||
--manifest-path=MANIFEST_PATH, -L MANIFEST_PATH
|
||||
Outputs a manifest log file with detailed information about each item
|
||||
that was copied. This manifest contains the following information for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue