Usage
key <command> [arguments]
Commands
get <name>- Print a secret.
copy <name>- Copy a secret to the clipboard.
add <name>- Add a new secret from stdin or prompt.
edit <name>- Update a secret from stdin or prompt.
duplicate <src> <dst> [--force]- Duplicate an entry.
rename <src> <dst> [--force]- Rename an entry.
remove <name> [--force]- Remove a secret.
list- List stored secrets.
unlock- Warm the helper session.
lock- Clear the helper session and stop the helper.
version [--json]- Print the CLI version.
help- Show this help.
Options
--force- Skip overwrite or removal confirmation.
--json- Print version info as JSON.