Releases: cloudfoundry/credhub-cli
Releases · cloudfoundry/credhub-cli
2.3.0
Features
- CredHub CLI interpolates credentials to file
- CredHub CLI interpolate now supports the
--skip-missing
flag to skip missing credentials - CredHub CLI now allows users to use CLI commands to add, get, update, and delete permissions
Tarball SHAs
- Linux sha256:
9018881e1e43794243b6618e675f6f5ab3ac1b2c1f303a8558c1b22e1d1f54eb
- OSX sha256:
5f979ceb8677e4e8bd85f5ab83ddbc07c817a4b31a30cefdd722fd0d06a6f9a8
- Windows sha256:
527378a8324141b59ce6e690aa116947a0a8b3afc034b11264994bf8419b1e95
2.2.1
2.2.0
Bug Fixes
- Fixes a bug where extra arguments in commands were ignored; we now abort the command and print the correct usage
Features
- Added a --quiet flag to return the secret alone and none of its corresponding metadata
2.1.0
Features
- Introduces the
credhub interpolate
command, which takes a file and fills out credhub references within double parens (((...))
). Seecredhub interpolate -h
for a more detailed description.
2.0.1
Bug Fixes and Minor Improvements
- CredHub CLI v2 is now backwards compatible with CredHub server versions 1.9 and 1.7. A few commands no longer work (documented below); if you rely on these behaviors, please use a 1.x version of the CLI.
- The
--no-overwrite
flag has been removed from theset
command. - The
--find-all-paths
flag has been removed from thefind
command.
- The
2.0.0
Features
- Removes find --all-paths flag.
- Remove no-overwrite flag
Bug Fixes and Minor Improvements
- Enable HTTP Keepalive's to reduce number of TLS handshakes
Notes
- The CredHub CLI 2.x.x is only compatible with CredHub Server versions 2.0.0 and greater.
1.7.7
Features
- Obscures the values being typed in during
credhub set
operations.
Bug Fixes and Minor Improvements
- Resolves error where the CLI was not properly using available UAA refresh tokens to extend authentication lifetimes.
1.7.6
Features
- Obscures the value of credentials in the output from
set
,generate
andregenerate
operations.
Bug Fixes and Minor Improvements
- Updates dependencies
1.7.5
- Adds a new bulk export command to complement the bulk import functionality, courtesy of @archgrove (#38)
1.7.4
- Reverts a backwards-incompatible change that was made to CredHub's error responses to authorization endpoints. This regression was causing clients expecting the older JSON structure to fail to refresh their access tokens.