safe-chains 0.167.0

Auto-allow safe bash commands in agentic coding tools
Documentation
[[command]]
name = "orbctl"
description = "Control CLI for OrbStack, functionally identical to the orb command -- both manage OrbStack's Linux VMs and containers on macOS. Read-only subcommands (list, info, status, logs, config get/show, default, doctor, version) query machine and container state. Write subcommands (create, start, stop, delete, run) modify or destroy VMs and containers, and run can execute arbitrary commands inside a VM. Same release cadence as orb -- updates ship roughly weekly with the OrbStack desktop app."
url = "https://docs.orbstack.dev/cli"
bare_flags = ["--help", "--version", "-V", "-h"]

[[command.sub]]
name = "config"
[[command.sub.sub]]
name = "get"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "show"
standalone = ["--help", "-h"]

[[command.sub]]
name = "default"
bare = true
max_positional = 0
standalone = ["--help", "-h"]

[[command.sub]]
name = "doctor"
bare = true
max_positional = 0
standalone = ["--help", "-h"]

[[command.sub]]
name = "info"
bare = false
standalone = ["--help", "-h"]
valued = ["--format", "-f"]

[[command.sub]]
name = "list"
standalone = [
    "--help", "--quiet", "--running",
    "-h", "-q", "-r",
]
valued = ["--format", "-f"]

[[command.sub]]
name = "logs"
bare = false
standalone = ["--all", "--help", "-a", "-h"]

[[command.sub]]
name = "status"
standalone = ["--help", "-h"]

[[command.sub]]
name = "update"
bare = false
guard = "--check"
standalone = ["--check", "--help", "-h"]

[[command.sub]]
name = "version"
standalone = ["--help", "-h"]