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: Statements of Applicability

The prb soa commands let you manage statements of applicability (SoA) and their individual applicability statements.

Terminal window
prb soa create --name "ISO 27001 SoA" --owner USER_ID
Flag Required Description
--name Yes SoA name
--owner Yes Owner (user ID)
--org No Organization ID
Terminal window
prb soa list
Flag Default Description
--org Organization ID
--limit, -L 30 Maximum number of results
--order-by CREATED_AT Sort field: NAME, CREATED_AT
--order-direction DESC Sort direction: ASC or DESC
--output Output format
Terminal window
prb soa view SOA_ID
Flag Description
--output, -o Output format
Terminal window
prb soa update SOA_ID
Terminal window
prb soa delete SOA_ID
Terminal window
prb soa statement add --soa SOA_ID --control CONTROL_ID --applicable

In interactive mode, you’ll be prompted to choose whether the control is applicable or not.

Flag Required Description
--soa Yes SoA ID
--control Yes Control ID to add
--applicable No Mark the control as applicable
--not-applicable No Mark the control as not applicable
--justification No Justification (required when not applicable)
Terminal window
prb soa statement list
Terminal window
prb soa statement update STATEMENT_ID
Terminal window
prb soa statement remove STATEMENT_ID