jseeqret - v1.0.4
    Preparing search index...

    Variable edit_commandsConst

    edit_commands: Command = ...

    Update secrets in the vault. The single subcommand edit value updates secrets matching a filter spec; with --all every match is updated without prompting.

    jseeqret edit value myapp:prod:DB_PASSWORD newsecret
    
    // Rotate a key across all environments without prompting
    jseeqret edit value 'myapp:*:API_TOKEN' $NEW_TOKEN --all