Update secrets in the vault. The single subcommand edit value
updates secrets matching a filter spec; with --all every match is
updated without prompting.
Example
jseeqreteditvaluemyapp:prod:DB_PASSWORDnewsecret
Example
// Rotate a key across all environments without prompting jseeqreteditvalue'myapp:*:API_TOKEN'$NEW_TOKEN --all
Update secrets in the vault. The single subcommand
edit valueupdates secrets matching a filter spec; with--allevery match is updated without prompting.