bosh-cli
bosh-cli copied to clipboard
BOSH CLI v2+
Move code used only in tests out of `completion` package, and use `GinkgoWriter` for STDERR to reduce noise when running specs.
Previously, if the patch version of the CLI was bumped due to the `check-for-updated-binary-version` task returning successfully, then the `check-for-patched-cves` task afterward would fail because it would try to look...
I've tried to use the `--column` option to only display the instance name and IP addresses: ``` bosh -d cf vms --column="instance,ips" ``` which yields a panic: ``` [CLI] 2023/12/04...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. Release notes Sourced from actions/setup-go's releases. v5.0.0 What's Changed In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover,...
Hi community, we've faced the case that currently the [`create-env`](https://github.com/cloudfoundry/bosh-cli/issues/278#issuecomment-324267183) parameter is [not](https://github.com/cloudfoundry/bosh-utils/blame/v0.0.385/system/exec_cmd_runner.go#L87-L89) supported by the bosh cli. **How we've identified the case?** We've faced the case thats it's not...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
## Expected behavior As a bosh user, In order to work with certificate generated by bosh interpolate I need the certificates to be compliant to specs where country code should...
This code snip is the end of a bosh create-env run where it's trying to clean up an unused stemcell. I'm not sure why it's trying to clean up a...
The bosh-cli sometimes compiles releases, e.g. for `bosh create-env`. It therefore [requires]() compilation tools that may need certain environment-variables, e.g. to find dynamically linked libraries and header-files. [installation/pkg/compiler.go:95-108]() prohibits the...
When using `bosh create-env`, the cli may start quite some sub-processes to compile releases. It works on some temporary directories looking like `${HOME}/.bosh/installations//tmp/`. Folders in there get cleaned-up after the...