Releases: cloudfoundry/credhub-cli
Releases · cloudfoundry/credhub-cli
0.3.0
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
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
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