Home | History | Annotate | Download | only in addlhelp

Lines Matching refs:gsutil

15 """Additional help about gsutil command-level options."""
23 Top-level gsutil Options
27 gsutil supports separate options for the top-level gsutil command and
29 control behavior of gsutil that apply across commands. For example, in
32 gsutil -m cp -p file gs://bucket/obj
34 the -m option applies to gsutil, while the -p option applies to the cp
47 gsutil -h "Cache-Control:public,max-age=3600" \\
72 if it was not specified. See 'gsutil help apis' for more
73 information on gsutil's interaction with APIs.
75 See also "gsutil help setmeta" for the ability to set metadata
83 gsutil performs the specified operation using a combination of
95 locally (e.g., gsutil rsync, where both source and desination URLs
110 <section>:<name>=<value>, e.g. gsutil -o "Boto:proxy=host" ...
111 This will not pass the option to gsutil integration tests, which
114 -q Causes gsutil to perform operations quietly, i.e., without
117 running gsutil from a cron job that logs its output to a file, for
123 """Additional help about gsutil command-level options."""