safe-chains 0.136.0

Auto-allow safe bash commands in agentic coding tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[command]]
name = "@openapitools/openapi-generator-cli"
description = "Node wrapper around OpenAPI Generator, which generates API client SDKs, server stubs, and documentation from OpenAPI specs. The validate subcommand is read-only, parsing a spec file and reporting errors without writing any output. The generate subcommand (not exposed here) writes files to disk. Actively maintained with frequent releases."
url = "https://openapi-generator.tech/docs/usage/"
bare_flags = ["--help", "--version", "-h"]

[[command.sub]]
name = "validate"
level = "SafeRead"
bare = false
standalone = [
    "--help", "--recommend",
    "-h",
]
valued = [
    "--auth", "--input-spec",
    "-a", "-i",
]