Noodle Seed
ReferenceCLI reference

noodle service

Query hosted service capabilities, scaffold a service config, or diagnose it.

Query hosted service capabilities, scaffold a service config, or diagnose it.

Usage

noodle service capabilities|init|doctor

Subcommands

  • capabilities — List enabled capabilities for the target service.
    • --service <url> — Control-plane service URL.
    • --auth-token <token> — Control-plane authentication token.
    • --capability identity|access|controls|audit|observability|secrets|connectors|apps — Filter to a capability. (repeatable)
    • --advanced — Include module-level detail.
    • --json — Emit JSON output.
  • init — Write a noodle.service.yaml from a named profile.
    • --profile noodle-cloud-managed|open-core|enterprise-governed|public-saas|agency-managed — Service operating profile. (required)
    • --force — Overwrite a changed existing config.
  • doctor — Diagnose service config source, or hosted asset preflight with --assets.
    • --config <source> — Service configuration source to inspect.
    • --assets — Run hosted asset preflight checks.
    • --org <slug> — Organization slug for hosted asset checks. (default local)
    • --app <slug> — Application slug for hosted asset checks. (default app)
    • --env <slug> — Environment slug for hosted asset checks. (default prod)
    • --service <url> — Control-plane service URL.
    • --auth-token <token> — Control-plane authentication token.
    • --json — Emit JSON output.

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

On this page