safe-chains 0.221.0

Auto-allow safe bash commands in agentic coding tools
Documentation
[[command]]
name = "exo"
description = "Command-line interface for managing Exoscale cloud resources (compute, storage, DNS, DBaaS). The full CLI can create, modify, and destroy instances and other infrastructure. Authenticated via API key and secret stored in config. Open-source Go project with moderate release velocity."
url = "https://community.exoscale.com/documentation/tools/exoscale-cli/"
bare_flags = ["--help", "-h"]
[command.wrapper]
standalone = ["--quiet", "-q"]
valued = ["--account", "--output-format", "--output-template", "-O"]

[[command.sub]]
name = "version"

[[command.sub]]
name = "status"

[[command.sub]]
name = "limits"

[[command.sub]]
name = "zone"

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

[[command.sub]]
name = "compute"
[[command.sub.sub]]
name = "instance"
first_arg = ["list", "show"]
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "instance-type"
first_arg = ["list", "show"]
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "security-group"
first_arg = ["list", "show"]
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "elastic-ip"
first_arg = ["list", "show"]
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "ssh-key"
first_arg = ["list", "show"]
standalone = ["--help", "-h"]

[[command.sub]]
name = "dbaas"
[[command.sub.sub]]
name = "list"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "show"
bare = false
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "type"
first_arg = ["list"]
standalone = ["--help", "-h"]

[[command.sub]]
name = "dns"
[[command.sub.sub]]
name = "list"
standalone = ["--help", "-h"]
[[command.sub.sub]]
name = "show"
bare = false
standalone = ["--help", "-h"]