envy icon indicating copy to clipboard operation
envy copied to clipboard

Use envy to securely manage environment variables with your OS keychain

Results 11 envy issues
Sort by recently updated
recently updated
newest added

It would be really convenient to support joining multiple namespaces together when doing an exec. Right now, I either have to duplicate environment variables between namespaces or chain functions together.....

E.g. I want to remove `CONSUL_HTTP_TOKEN` from ```bash [NUC10 consul-tls-connect (master)] $ envy show --decrypt test CONSUL_CACERT=consul-agent-ca.pem CONSUL_CLIENT_CERT=dc1-server-consul-0.pem CONSUL_CLIENT_KEY=dc1-server-consul-0-key.pem CONSUL_HTTP_ADDR=https://127.0.0.1:8500 CONSUL_HTTP_SSL=true CONSUL_HTTP_TOKEN=e7de65c5-16b8-5f4d-0570-77cdde93ea64 CONSUL_PORT=8500 CONSUL_SCHEME=https ``` after disabling ACLs, but I...

Currently `envy` will die immediately when sending a signal (e.g. ctrl-C for `SIGTERM`). This is awkward for the exec-d process, who is likely the intended target. We should be able...

I sometimes use `read PASSWORD` to put a password into an environment variable without entering it into my shell history. (Sometimes I `export PASSWORD` afterwards, depending on what I'm passing...

Bumps [github.com/hashicorp/go-set](https://github.com/hashicorp/go-set) from 0.1.13 to 0.1.14. Commits f8f011a build: update to Go 1.21.0 (#68) 02f6da1 build(deps): bump github.com/shoenig/test from 0.6.4 to 0.6.6 See full diff in compare view [![Dependabot compatibility...

theme/dependencies

Bumps [github.com/shoenig/test](https://github.com/shoenig/test) from 0.6.6 to 0.6.7. Release notes Sourced from github.com/shoenig/test's releases. v0.6.7 What's Changed Changes test: add assertion for Close by @​shoenig in shoenig/test#138 Full Changelog: https://github.com/shoenig/test/compare/v0.6.6...v0.6.7 Commits 8ca162c...

theme/dependencies

Bumps [github.com/shoenig/go-conceal](https://github.com/shoenig/go-conceal) from 0.5.0 to 0.5.1. Release notes Sourced from github.com/shoenig/go-conceal's releases. v0.5.1 What's Changed Changes deps: update dependencies by @​shoenig in shoenig/go-conceal#16 Full Changelog: https://github.com/shoenig/go-conceal/compare/v0.5.0...v0.5.1 Commits 113ae98 deps: update...

theme/dependencies

Instead of typing out a whole command would be nice if `envy -- ` would execute command without needing the `exec `, using the previously used or perhaps one set...

enhancement

Bumps [github.com/shoenig/test](https://github.com/shoenig/test) from 1.9.1 to 1.11.0. Release notes Sourced from github.com/shoenig/test's releases. v1.11.0 What's Changed Changes test: add ErrorAs helper and fix up examples by @​brandondyck in shoenig/test#174 Full Changelog:...

theme/dependencies

Bumps [github.com/hashicorp/go-set/v3](https://github.com/hashicorp/go-set) from 3.0.0-alpha.1 to 3.0.0. Release notes Sourced from github.com/hashicorp/go-set/v3's releases. v3.0.0 What's Changed Changes readme: fix go pkg links for v2 by @​shoenig in hashicorp/go-set#79 build(deps): bump github.com/shoenig/test...

theme/dependencies