Noodle Seed
ReferenceCLI reference

noodle capabilities

Inspect, configure and test bounded managed capabilities for an exact app/environment.

Inspect, configure and test bounded managed capabilities for an exact app/environment.

Usage

noodle capabilities inspect|configure|test

Subcommands

  • inspect [<name>] — List capabilities or inspect one with effective policy.
    • --org <slug> — Organization slug.
    • --app <slug> — Application slug.
    • --env <slug> — Environment slug.
    • --service <url> — Control-plane service URL.
    • --auth-token <token> — Control-plane authentication token.
    • --json — Emit JSON output.
  • configure <name> — Replace policy with a revision and retry-safe mutation ID.
    • --org <slug> — Organization slug.
    • --app <slug> — Application slug.
    • --env <slug> — Environment slug.
    • --service <url> — Control-plane service URL.
    • --auth-token <token> — Control-plane authentication token.
    • --json — Emit JSON output.
    • --policy-file <path> — Bounded JSON policy file. (required)
    • --expected-revision <revision> — Current policy revision; zero creates it. (required)
    • --mutation-id <id> — Stable ID reused for identical retries. (required)
  • test <name> — Run a governed diagnostic without returning page bodies.
    • --org <slug> — Organization slug.
    • --app <slug> — Application slug.
    • --env <slug> — Environment slug.
    • --service <url> — Control-plane service URL.
    • --auth-token <token> — Control-plane authentication token.
    • --json — Emit JSON output.
    • --request-file <path> — JSON request containing explicit public URLs. (required)
    • --mode <fixture|live> — Fixture performs no website I/O; live fetches the specified pages. (required)

Run noodle capabilities --help for the latest options and details.

On this page