Tags: sorah/envchain
Tags
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.
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.