Noodle Seed
ReferenceCLI reference

noodle target

Show or set the deploy target (runtime, service, org, app, env).

Show or set the deploy target (runtime, service, org, app, env).

Usage

noodle target show|set

Subcommands

  • show — Show the resolved effective target, annotated with each field’s source.
    • --json — Emit JSON output.
  • set — Set one or more default target fields.
    • --runtime local|cloud|other — Default runtime target.
    • --service <url> — Control-plane service URL.
    • --org <slug> — Organization slug.
    • --app <slug> — Application slug.
    • --env <slug> — Environment slug.
    • --json — Emit JSON output.

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

On this page