Skip to content

Releases: m-mizutani/zenv

v0.1.6

22 Jun 01:36
c72b5cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

13 Jun 05:48
f0c8abf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

13 Jun 04:04
c7c13cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

23 Feb 02:26
Compare
Choose a tag to compare

Changes

v0.1.2

13 Aug 00:42
Compare
Choose a tag to compare

New feature

  • Replace a value of environment variable having % prefix with existing other variable

v0.1.1

21 May 23:10
bbe59cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

27 Mar 04:56
9518e3f
Compare
Choose a tag to compare
  • 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
  • New commands
    • secure list: lists namespace in keychain
    • secure delete: deletes secret value in keychain
    • secure export and secure import: dumps and loads encrypted backup file of saved secret
  • Refactoring directory structure and code