Noodle Seed
ReferenceCLI reference

noodle knowledge

Operator-only knowledge components: list, status, and refresh (ADR 0202).

Operator-only knowledge components: list, status, and refresh (ADR 0202).

Usage

noodle knowledge list|status|refresh

Subcommands

  • list — List the active deployment knowledge components for an org/app/env.
    • --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.
  • status <name> — Show one knowledge component: revision, lifecycle, provisioning, budget.
    • --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.
  • refresh <name> — Crawl the component sites now and report the resulting crawl state.
    • --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.

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

On this page