Skip to content About The people and vision powering Probo Blog The latest news from Probo Stories Hear from our customers Changelog Latest product updates Docs Documentation for Probo GitHub Explore 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"
FlagRequiredDescription
--nameYesFramework name
--orgNoOrganization ID (uses default if omitted)
--descriptionNoFramework description
Terminal window
prb framework list
FlagDefaultDescription
--orgOrganization ID
--limit, -L30Maximum number of results
--order-byCREATED_ATSort field
--order-directionDESCSort direction: ASC or DESC
--output, -oOutput format (e.g., json)
Terminal window
prb framework view FRAMEWORK_ID
FlagDescription
--output, -oOutput format
Terminal window
prb framework update FRAMEWORK_ID --name "SOC 2 Type II"
Terminal window
prb framework delete FRAMEWORK_ID