Skip to content

Commit

Permalink
Update cli-v2.md
Browse files Browse the repository at this point in the history
For bosh deploy cmd SAP bosh team is introducing the new flag "skip-upload-releases". If flagged no upload of releases is going to be triggered during bosh deploy. This flag was introduced for edge case customer with no internet connection. The have compiled releases available but during bosh deploy releases were redownloaded.

Please see also PR cloudfoundry/bosh-cli#679. Here new flag was introduced into deploy.go.
  • Loading branch information
Sascha-Stoj authored Jan 21, 2025
1 parent 87c094f commit 3a535d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/cli-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ See [CPI config](cpi-config.md).
#### Deploy {: #deploy }
- `bosh [GLOBAL-CLI-OPTIONS] deploy [-v ...] [--var-file=VAR=PATH] [-l ...] [--vars-env=PREFIX] [--vars-store=PATH] [-o ...] [--no-redact] [--recreate] [--recreate-persistent-disks] [--fix] [--skip-drain=[INSTANCE-GROUP[/INSTANCE-ID]]] [--canaries=NUMBER or PERCENTAGE] [--max-in-flight=NUMBER or PERCENTAGE] [--dry-run] [--force-latest-variables] PATH`
- `bosh [GLOBAL-CLI-OPTIONS] deploy [-v ...] [--var-file=VAR=PATH] [-l ...] [--vars-env=PREFIX] [--vars-store=PATH] [-o ...] [--no-redact] [--recreate] [--recreate-persistent-disks] [--fix] [--skip-drain=[INSTANCE-GROUP[/INSTANCE-ID]]] [--canaries=NUMBER or PERCENTAGE] [--max-in-flight=NUMBER or PERCENTAGE] [--dry-run] [--force-latest-variables] [--skip-upload-releases] PATH`
Create or update specified deployment according to the provided manifest. Operation files and variables can be provided to adjust and fill in manifest before deploy begins.
Expand All @@ -967,6 +967,7 @@ See [CPI config](cpi-config.md).
- `--max-in-flight=NUMBER or PERCENTAGE` Override manifest values for max_in_flight
- `--dry-run` Renders job templates without altering a deployment. It will save some state in the director database (like ip reservations) which will be reused on the next deploy
- `--force-latest-variables` Causes the director to retreive the latest value of all variables from the config server, overriding their update strategies. Available as of director version v279.0.0
- `--skip-upload-releases` Prevents uploads of releases. Available as of director version v279.0.0
- `PATH` Path to a manifest file
```shell
Expand Down

0 comments on commit 3a535d4

Please sign in to comment.