Documentation Index
Fetch the complete documentation index at: https://docs.provisionr.io/llms.txt
Use this file to discover all available pages before exploring further.
Usage
prv policy-ruleset:update [options]
Aliases
You can also use these shorthand aliases:
prv policy-ruleset:edit
prv poset:update
prv poset:edit
Options
| Option | Description |
|---|
-i, --id[=<value>] | The ULID of the rule |
-k, --key[=<value>] | The key to update |
-r, --value[=<value>] | The replacement value for the key |
--api | (Debug) Show the API endpoint and query string in the command header |
Examples
Temporarily disable sync
prv policy-ruleset:update --id=poset_01hq8xyzabc123def456ghi789 --key=sync_enabled --value=false
Re-enable sync
prv policy-ruleset:update --id=poset_01hq8xyzabc123def456ghi789 --key=sync_enabled --value=true
Enable authoritative sync
prv policy-ruleset:update --id=poset_01hq8xyzabc123def456ghi789 --key=is_authoritative --value=true
Disable authoritative sync
prv policy-ruleset:update --id=poset_01hq8xyzabc123def456ghi789 --key=is_authoritative --value=false
Update expiration days
prv policy-ruleset:update --id=poset_01hq8xyzabc123def456ghi789 --key=expires_after_days --value=30
Interactive update
Opens an interactive form to select which field to update.
prv policy-ruleset:update --id=poset_01hq8xyzabc123def456ghi789