@pushkey/cli
v2.1.0
Published
Encrypted API key manager for developers — AES-256-GCM vault, zero-knowledge sync
Maintainers
Readme
pushkey (npm)
This is the npm distribution package for the Pushkey CLI.
Install
npm install -g @pushkey/clior for one-off use:
npx @pushkey/cli listWhat it does
Downloads the correct pre-built binary for your platform (Windows/macOS/Linux) from GitHub Releases.
Falls back to pip install pushkey if no binary is available for your architecture.
Usage
pushkey init # create encrypted vault
pushkey add OPENAI_API_KEY sk-... # store a key
pushkey list # list all keys + health
pushkey inject # write to .env
pushkey --help # full command referenceFull docs: github.com/Push-Key/pushkey
