Skip to content

Releases: cloudfoundry/credhub-cli

2.5.0

12 Jun 15:59
Compare
Choose a tag to compare

Features

  • New functionality for getting certificate metadata in the CredHub client

Bug Fixes

  • Fixes issue #75
  • No longer prints credentials on import
  • Returns error message when using an expired token
  • No longer duplicates access token when refresh token fails

Tarball SHAs

  • Linux sha256: 31d26143b59d0714d92807e8824e1aaeeda587e4a2251721f811e65e9bc01aea
  • OSX sha256: 0a9f31e2e560f953b0c70042370aa5ec53bb79583eda23e1caa5d9344520999a
  • Windows sha256: c745c817f0b9e384fdbd80f2d7ad227150b4267f53d7072b2a4d724effaefc40

2.4.0

02 Apr 16:31
fba821c
Compare
Choose a tag to compare

Release Notes

Tarball SHAs

  • Linux sha256: 73edaf1ee47323c4f0aa455bcc17303a73c0cf2a6d9156542f1f6b7b1b1aa3db
  • OSX sha256: 2f3dd20a0e55e7c9eb3573006f9a06aab08fe11bce736cdd355c08fa92ed4e2e
  • Windows sha256: f82ed339df71013842c3f133937d3118e219f2f30e084a14f896c2e737545423

2.3.0

14 Mar 16:21
Compare
Choose a tag to compare

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

28 Jan 16:21
Compare
Choose a tag to compare

Bug Fixes

  • credhub import command returns non zero exit code on failure. Thanks @jhamon for the issue (#52)!

2.2.0

06 Dec 17:05
Compare
Choose a tag to compare

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

15 Oct 22:57
Compare
Choose a tag to compare

Features

  • Introduces the credhub interpolate command, which takes a file and fills out credhub references within double parens (((...))). See credhub interpolate -h for a more detailed description.

2.0.1

09 Oct 16:33
Compare
Choose a tag to compare

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 the set command.
    • The --find-all-paths flag has been removed from the find command.

2.0.0

02 Aug 18:55
Compare
Choose a tag to compare

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

16 Jul 20:53
Compare
Choose a tag to compare

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

05 Jun 19:04
Compare
Choose a tag to compare

Features

  • Obscures the value of credentials in the output from set, generate and regenerate operations.

Bug Fixes and Minor Improvements

  • Updates dependencies