Share feedback
Answers are generated based on the documentation.

sbx policy ls

DescriptionList sandbox policies
Usagesbx policy ls [flags]

Description

List all active policies.

Displays the policy name (or ID if no name is set), type, decision (allow/deny), and the associated resources for each rule.

Options

OptionDefaultDescription
--typeallFilter policies by type: "all" or "network" (default "all")

Global options

OptionDefaultDescription
-D, --debugEnable debug logging

Examples

# List all policies
sbx policy ls

# List only network policies
sbx policy ls --type network