This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Releases: secrethub/secrethub-cli
Releases · secrethub/secrethub-cli
v0.24.1
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
Added
- ARM builds
v0.22.0
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 ofsettings
dashboard page from account-init command
Deprecated
- Deprecated set functionality:
set
,clear
andrun --env
Removed
- Removed hidden
audit repo
andaudit secret
commands
Fixed
- Don't send signals to
secrethub run
process that is already finished.
v0.21.3
Added
- Prompt for trial start on org init
Fixed
- Fix various typos
v0.21.2
Fixed
- Request the home interface on the snap release
- Publish the scoop release as
secrethub-cli
v0.21.1
Changed
- Move snap from
secrethub
tosecrethub-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
v0.20.1
Fixed
- Release as
secrethub-cli
on brew