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: 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
FlagRequiredDescription
--nameYesSoA name
--ownerYesOwner (user ID)
--orgNoOrganization ID
Terminal window
prb soa list
FlagDefaultDescription
--orgOrganization ID
--limit, -L30Maximum number of results
--order-byCREATED_ATSort field: NAME, CREATED_AT
--order-directionDESCSort direction: ASC or DESC
--outputOutput format
Terminal window
prb soa view SOA_ID
FlagDescription
--output, -oOutput 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.

FlagRequiredDescription
--soaYesSoA ID
--controlYesControl ID to add
--applicableNoMark the control as applicable
--not-applicableNoMark the control as not applicable
--justificationNoJustification (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