Releases: cloudfoundry/bosh-cli
Releases · cloudfoundry/bosh-cli
v0.0.93
- Use
~/.boshdirectory to keep create/delete-env installation files bosh logs -fnow usessudoto read root owned logs- Show better error message when blob is not found
- Show errors in non-tty mode in addition to exiting with 1
v0.0.91
Misc:
- Support UAA server under a path (not just at the root of the server)
v0.0.87
- Fixes potential problem with sync-blobs parallelism
- Ensures that
create-envanddelete-envcommand error when interpolation variables are missing
v0.0.85
- Updated vendored s3cli to the latest version
- Brings support for GCS for managing releases
v0.0.84
- Downloads release blobs via
sync-blobsin parallel (default is 5 workers)
v0.0.79
- Stop hiding
build-manifestcommand since it helps with showing interpolations/operations
v0.0.73
- Switched to using verbs instead of nouns for several commands (log-in, back-up, log-out, etc.)
- Note that
bosh log-inhas an aliasbosh l
- Note that
- First final release starts with version
1instead of0
v0.0.70
- Compiled with 1.7.1 go to support latest macOS
- Fixed
Internal inconsistency: version '...' vs '2' errorswhich should allow CLI to create releases from older repos
v0.0.67
- allow interpolated variable to contain
=(e.g.-v public_key="ssh-rsa ...G4/+VHa1aw==") - now built with go/1.7.1
v0.0.64
- Bump go-patch so that operations option (
-o) requires all keys to be present by default- See usage examples