Releases: cloudfoundry/bosh-cli
Releases · cloudfoundry/bosh-cli
v0.0.64
- Bump go-patch so that operations option (
-o) requires all keys to be present by default- See usage examples
v0.0.63
- Automatically create and upload releases when version is
create- works in
deployandupdate-runtime-configcommands
- works in
releases:
- name: capi
url: file:///tmp/capi-release
version: create
v0.0.62
- Support
--ops-file(-o) for manifest operations (via https://github.com/cppforlife/go-patch)
v0.0.61
- Renamed
bosh vm-resurrection ...tobosh update-resurrection ...- Eventually will be replaced with
bosh enable/disable-resurrection
- Eventually will be replaced with
v0.0.60
- Added
bosh vms -d my-depto filter by deployment create-env/delete-envcommands provide unique enoughspec.idduring template rendering- Using
-h/-vflags results in output being sent to stdout and exit code 0- Previously output was being sent to stderr and exit code was 1
bosh init-releasestrips off-releaseoff of final name
v0.0.53
- Fixed orphaned disks time formatting
- Fixed
--no-color bosh deploy --fix(though Director version with --fix has not been released yet)
v0.0.52
- Allow filtering of tasks by deployment via
bosh tasks -r --deployment dep - Show 'Last Activity At' column for tasks
v0.0.51
- Fixes 'invalid cross-device link' error in a few places
- Switched over
bosh instancesto use Director's /deployments/x/instances endpoint