Releases: m-mizutani/zenv
Releases · m-mizutani/zenv
v0.1.6
What's Changed
- feat(cli): Allow to override variable by @m-mizutani in #12
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Update build to only include linux binary by @m-mizutani in #10
- Publish the build for MacOS by @yukukotani in #11
New Contributors
- @yukukotani made their first contribution in #11
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
Changes
- Update packages
- Use https://github.com/m-mizutani/gt for unit test instead of https://github.com/stretchr/testify
v0.1.2
New feature
- Replace a value of environment variable having
%
prefix with existing other variable
v0.1.1
v0.1.0
- New
.env
file features- BREAKING CHANGE: Use
&
instead of@
to read a file as value of environment variable - backquote
`
produces subcommand in.env
file. It can use to retrieve short live token for example
- BREAKING CHANGE: Use
- New commands
secure list
: lists namespace in keychainsecure delete
: deletes secret value in keychainsecure export
andsecure import
: dumps and loads encrypted backup file of saved secret
- Refactoring directory structure and code