Skip to content

Releases: cloudfoundry/credhub-cli

0.3.0

17 Oct 23:40
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

CLI version 0.3.0 is only compatible with server version 0.3.x

New features -

  • RSA credential type (e.g. UAA JWT keys)
  • SSH credential type
  • Optionally output json in CLI

0.2.0

23 Sep 00:51
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

New features -

  • Ability to enter password credentials interactively to avoid bash history
  • Support for aliased short commands
  • Support for short command parameters
  • Dependencies are now vendored to static versions
  • Ability to find credentials by partial name or path search
  • Bug fixes

Initial Release for Alpha Testing

08 Sep 21:28
Compare
Choose a tag to compare
Pre-release

Initial release of the CredHub CLI for alpha testing. Backward compatibility may be broken during alpha testing period, so you should check back for a new release before reporting issues.

Available commands:

  • api - Set the API server to use
  • login - Authenticates user with CredHub
  • logout - Discard authenticated user session
  • get - Get a credential value
  • set - Set a credential value
  • generate - Generate a credential value
  • delete - Delete a credential value
  • ca-get - Get a certificate authority
  • ca-set - Set a certificate authority for generating signed certificates
  • ca-generate - Configures a certificate authority with a generated key pair