jseeqret - v1.0.4
    Preparing search index...

    Variable add_commandsConst

    add_commands: Command = ...

    Add a new secret (or multi-line secret via add text) or user to the vault. Use <app>:<env>:<key> scoping with --app / --env; values are encrypted with the vault's symmetric key before storage.

    // Single-line secret
    jseeqret add key DB_PASSWORD hunter2 --app myapp --env prod
    // Multi-line secret from stdin
    cat key.pem | jseeqret add text PRIVATE_KEY --app myapp