Skip to content

Commit

Permalink
add cache-cleanup flag to download-product
Browse files Browse the repository at this point in the history
  • Loading branch information
kcboyle committed Aug 28, 2020
1 parent 08f2c22 commit d85df9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/download-product/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Flags:
(aliases: --s3-product-path, --gcs-product-path, --azure-product-path)
--blobstore-stemcell-path string specify the lookup path where the s3|gcs|azure stemcell artifacts are stored
(aliases: --s3-stemcell-path, --gcs-stemcell-path, --azure-stemcell-path)
--cache-cleanup, CACHE_CLEANUP string Delete everything except the latest artifact in output-dir and stemcell-output-dir, set to 'I acknowledge this will delete files in the output directories' to accept these terms
--check-already-uploaded bool Check if product is already uploaded on Ops Manager before downloading. This command is authenticated.
--config, -c string path to yml file for configuration (keys must match the following command line flags)
--file-glob, -f string (required) glob to match files within Pivotal Network product to be downloaded.
Expand Down Expand Up @@ -52,7 +53,6 @@ Flags:
--var, -v string (variadic) load variable from the command line. Format: VAR=VAL
--vars-env, OM_VARS_ENV string (variadic) load variables from environment variables matching the provided prefix (e.g.: 'MY' to load MY_var=value)
--vars-file, -l string (variadic) load variables from a YAML file
CACHE_CLEANUP string Delete everything except the latest artifact in output-dir and stemcell-output-dir, set to 'I acknowledge this will delete files in the output directories' to accept these terms
Global Flags:
--ca-cert, OM_CA_CERT string OpsManager CA certificate path or value
Expand Down

0 comments on commit d85df9b

Please sign in to comment.