truss jurisdiction

Query jurisdictions and regulations across 139 jurisdictions.

Subcommands

truss jurisdiction list

List all jurisdictions with regulation counts.

OptionDescription
--jsonOutput as JSON
truss jurisdiction list
truss jurisdiction list --json

truss jurisdiction evaluate

Evaluate obligations for a jurisdiction.

OptionDescription
-j, --jurisdiction <code>Jurisdiction code (required)
--risk-categoryRisk category filter
--sectorSector filter
--jsonOutput as JSON

Shows applicable obligations, conflict warnings, and regulation version.

truss jurisdiction evaluate -j us
truss jurisdiction evaluate -j eu --risk-category high --json
truss jurisdiction evaluate -j de --sector finance

truss jurisdiction frameworks <jurisdiction-code>

List regulatory frameworks for a jurisdiction with obligation counts.

OptionDescription
--jsonOutput as JSON
truss jurisdiction frameworks us
truss jurisdiction frameworks eu --json

truss jurisdiction profile

Manage custom compliance profiles.

truss jurisdiction profile list

OptionDescription
--jsonOutput as JSON
truss jurisdiction profile list
truss jurisdiction profile list --json

truss jurisdiction profile create

OptionDescription
--nameProfile name (required)
--jurisdictionsComma-separated jurisdiction codes
--frameworksComma-separated framework codes
--priority-frameworksComma-separated priority framework codes
truss jurisdiction profile create --name "Global Compliance"
truss jurisdiction profile create --name "EU Focus" --jurisdictions eu,de,fr --frameworks gdpr

truss jurisdiction profile delete <id>

truss jurisdiction profile delete profile_abc123

truss jurisdiction snapshot

Manage point-in-time regulation snapshots.

truss jurisdiction snapshot create <jurisdiction>

Create a point-in-time snapshot.

truss jurisdiction snapshot create us
truss jurisdiction snapshot create eu

truss jurisdiction snapshot list

OptionDescription
-j, --jurisdictionFilter by jurisdiction code
--jsonOutput as JSON
truss jurisdiction snapshot list
truss jurisdiction snapshot list -j us --json