fased approvals
Manage exec approvals for the local machine, the gateway host, or a connected node host. By default the command edits the local approvals file on disk. Use --gateway to target the gateway, or --node to target a specific node.
Browser equivalents: Agent > Tools for per-Agent tool access and
Advanced > Nodes for node host diagnostics. The CLI remains the precise way
to inspect or update host approval policies.
Related:
- Exec approvals: Exec approvals
- Nodes: Nodes
Common commands
policy show is read-only. It resolves the current effective host approval
policy for the selected agent and target without rewriting config or approval
files.
Set policy fields
--agent, policy set updates host defaults. With --agent, it writes
only that agent override. It does not rewrite tools.exec.host or other
runtime config.
Policy presets
policy set; they do not rewrite
tools.exec.host or other runtime config. trusted-operator is permissive and
requires --yes.
Replace approvals from a file
Allowlist helpers
Notes
--nodeuses the same resolver asfased nodes(id, name, ip, or id prefix).policy showdefaults tomainwhen--agentis omitted.policy setupdates host defaults when--agentis omitted.allowlist add/removedefaults to"*", which applies to all agents.- The node host must advertise
system.execApprovals.get/set(macOS app or headless node host). - Approvals files are stored per host at
~/.fased/exec-approvals.json.