mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Aug 24 09:45:53 UTC 2022
This commit is contained in:
parent
c614d893da
commit
978ed239f6
127 changed files with 2957 additions and 251 deletions
|
|
@ -10,8 +10,7 @@ SYNOPSIS
|
|||
[--content-type=CONTENT_TYPE] [--continue-on-error, -c]
|
||||
[--custom-time=CUSTOM_TIME] [--daisy-chain, -D]
|
||||
[--decryption-keys=[DECRYPTION_KEY,...]] [--do-not-decompress]
|
||||
[--encryption-key=ENCRYPTION_KEY] [--if-generation-match=GENERATION]
|
||||
[--if-metageneration-match=METAGENERATION] [--ignore-symlinks]
|
||||
[--encryption-key=ENCRYPTION_KEY] [--ignore-symlinks]
|
||||
[--manifest-path=MANIFEST_PATH, -L MANIFEST_PATH]
|
||||
[--preserve-posix, -P] [--print-created-message, -v]
|
||||
[--read-paths-from-stdin, -I] [--recursive, -R, -r]
|
||||
|
|
@ -27,7 +26,9 @@ SYNOPSIS
|
|||
[--gzip-in-flight=[FILE_EXTENSIONS,...], -j [FILE_EXTENSIONS,...]
|
||||
| --gzip-in-flight-all, -J
|
||||
| --gzip-local=[FILE_EXTENSIONS,...], -z [FILE_EXTENSIONS,...]
|
||||
| --gzip-local-all, -Z] [GCLOUD_WIDE_FLAG ...]
|
||||
| --gzip-local-all, -Z]
|
||||
[--if-generation-match=GENERATION
|
||||
--if-metageneration-match=METAGENERATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Copy data between your local file system and the cloud, within the
|
||||
|
|
@ -136,14 +137,6 @@ FLAGS
|
|||
a new location. Using this flag in an objects update command triggers a
|
||||
rewrite of target objects.
|
||||
|
||||
--if-generation-match=GENERATION
|
||||
Execute only if the generation matches the generation of the requested
|
||||
object.
|
||||
|
||||
--if-metageneration-match=METAGENERATION
|
||||
Execute only if the metageneration matches the metageneration of the
|
||||
requested object.
|
||||
|
||||
--ignore-symlinks
|
||||
Ignore file symlinks instead of copying what they point to. Symlinks
|
||||
pointing to directories will always be ignored.
|
||||
|
|
@ -300,6 +293,15 @@ FLAGS
|
|||
binary data, using this option may result in files taking up more
|
||||
space in the cloud than they would if left uncompressed.
|
||||
|
||||
PRECONDITION FLAGS
|
||||
--if-generation-match=GENERATION
|
||||
Execute only if the generation matches the generation of the requested
|
||||
object.
|
||||
|
||||
--if-metageneration-match=METAGENERATION
|
||||
Execute only if the metageneration matches the metageneration of the
|
||||
requested object.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue