Skip to main content

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:export [options]

Aliases

You can also use these shorthand aliases:
  • prv poset:export

Options

OptionDescription
-f, --format[=<value>]Output format (csv|json|yaml)
--api(Debug) Show the API endpoint and query string in the command header

Examples

Export rulesets to CSV

prv policy-ruleset:export --format=csv

Export rulesets to JSON

prv policy-ruleset:export --format=json

Export rulesets to YAML

prv policy-ruleset:export --format=yaml