Share feedback
Answers are generated based on the documentation.

sbx policy ls

内容説明List sandbox policies
利用方法sbx 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

オプションデフォルト内容説明
--typeallFilter policies by type: "all" or "network" (default "all")

Global options

オプションデフォルト内容説明
-D, --debugEnable debug logging

Examples

# List all policies
sbx policy ls

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