Skip to contentAboutThe people and vision powering ProboBlogThe latest news from ProboStoriesHear from our customersChangelogLatest product updatesDocsDocumentation for ProboGitHubExplore our open-source compliance tools

CLI: Frameworks

The prb framework commands let you create, list, view, update, and delete compliance frameworks.

Terminal window
prb framework create --name "SOC 2" --description "SOC 2 Type II compliance framework"
Flag Required Description
--name Yes Framework name
--org No Organization ID (uses default if omitted)
--description No Framework description
Terminal window
prb framework list
Flag Default Description
--org Organization ID
--limit, -L 30 Maximum number of results
--order-by CREATED_AT Sort field
--order-direction DESC Sort direction: ASC or DESC
--output, -o Output format (e.g., json)
Terminal window
prb framework view FRAMEWORK_ID
Flag Description
--output, -o Output format
Terminal window
prb framework update FRAMEWORK_ID --name "SOC 2 Type II"
Terminal window
prb framework delete FRAMEWORK_ID