Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Releases: secrethub/secrethub-cli

v0.24.1

26 Jun 08:24
6a1fa18
Compare
Choose a tag to compare

Added

  • Add variable support to inject templates and run environment files.
  • Use .env syntax for run env files.
  • Improved error messages for template parsing.
  • Use the secrethub.env run env file when it exists and no other file is specified.
  • Add an --in-file flag to the inject command.
  • Add --out-file flag to the inject command (previously called --file).
  • Add --env-file flag to the run command (previously called --template).
  • Add -o and -i shorthands for specifying an output and/or input file in the inject command.

Deprecated

  • The v1 secret template syntax. See the migration guide.
  • .yml run environment files. See the migration guide.
  • The --file flag of the inject command. Use --out-file instead.
  • The --template flag of the run command. Use --env-file instead.

v0.23.0

29 May 09:49
7eb2f0c
Compare
Choose a tag to compare

Added

  • ARM builds

v0.22.0

28 May 12:29
aaf4ede
Compare
Choose a tag to compare

Added

  • Mask secrets in output of secrethub run
  • Add org purchase command that prints instructions
  • Add contact support if the problem persists to verify email command

Changed

  • Improved --help output
  • Refer to account-init instead of settings dashboard page from account-init command

Deprecated

  • Deprecated set functionality: set, clear and run --env

Removed

  • Removed hidden audit repo and audit secret commands

Fixed

  • Don't send signals to secrethub run process that is already finished.

v0.21.3

26 Apr 15:25
cb00c1c
Compare
Choose a tag to compare

Added

  • Prompt for trial start on org init

Fixed

  • Fix various typos

v0.21.2

11 Apr 06:41
b60d6a7
Compare
Choose a tag to compare

Fixed

  • Request the home interface on the snap release
  • Publish the scoop release as secrethub-cli

v0.21.1

09 Apr 16:08
5a9b597
Compare
Choose a tag to compare

Changed

  • Move snap from secrethub to secrethub-cli

Fixed

  • Add the binary in a bin dir in the archive for windows (as was the case before v0.21.0)
  • Request network access for the snap

v0.21.0

08 Apr 14:56
v0.21.0
6aa2d46
Compare
Choose a tag to compare

Added

Changed

  • Signup command now prints that the email address should be verified.

v0.20.1

02 Apr 11:03
2fc56f8
Compare
Choose a tag to compare

Fixed

  • Release as secrethub-cli on brew

v0.20.0

02 Apr 09:34
fc1401c
Compare
Choose a tag to compare

Added

  • Release binaries on GitHub
  • Brew release
  • Lots of package documentation

Changed

  • Errors are no longer logged to Sentry