Install
Get the CLI.
One command to install, one command to authenticate. Your secrets are encrypted within 30 seconds.
Terminal — macOS / Linux / Windows (WSL)
go install github.com/owenHochwald/egg-carton-cli@latest
Quick start
01
Install the CLI
go install github.com/owenHochwald/egg-carton-cli@latest
Requires Go 1.21+
02
Authenticate
egg login
Opens Google OAuth in your browser
03
Store a secret
egg lay OPENAI_KEY sk-…
Encrypted with a fresh DEK + KMS
04
Retrieve it
egg hatch OPENAI_KEY
Decrypts on the fly — key rotated after read
05
Inject into a command
egg run -- python main.py
Injects all your secrets as env vars