Skip to content

Tags: sorah/envchain

Tags

Verified

This tag was signed with the committer’s verified signature.
sorah Sorah Fukumori

v1.0.1

Toggle v1.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
sorah Sorah Fukumori
v1.0.1

== Bug fixes

* Fix SEGV when there's no default collection #10
* Fix build error on a compiler with --as-needed turned on by default #11
* Workaround for occasionally secret retrieval error with libsecret #9
* $LDFLAGS was not honored properly, due to a typo #12

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sorah Sorah Fukumori
v1.0.0

= New feature

- Linux support with libsecret (#7 @eagletmt)

  libsecret commuicates with D-Bus secret service; for instance,
  gnome-keyring implements it.

= New feature in v0.2.0 (forgot to note..)

- `--list` command

  On OS X keychain, values have to be set after envchain v0.2.0 or later
  due to data structure change, in prior to be listed.

v0.3.0

Toggle v0.3.0's commit message
Add `envchain --list [namespace]`

- Without namespace, envchain shows list of namespaces
  * it searches keychain items where item description is 'envchain'.
  * Before d7e5731, doesn't set
    item description. So we have to set description manually for older
    items.
- With namespace, envchain shows lists of environment variable names in
  the specified namespace. You can use `--show-values` (`-v`) option to expose
  values too.

v0.2.0

Toggle v0.2.0's commit message
Version v0.2.0

= new feature

- You can now pass multiple namespaces at once
  (commit 3c1a87f)

  $ envchain --set foo TEST_A
  foo.TEST_A: 1
  $ envchain --set bar TEST_B
  bar.TEST_B: 2
  $ envchain foo,bar env | grep TEST_
  TEST_A=1
  TEST_B=2

v0.0.2

Toggle v0.0.2's commit message
oops:

v0.0.1

Toggle v0.0.1's commit message
clean up