Noodle Seed
ReferenceCLI reference

noodle envs

List or inspect environments for an app.

List or inspect environments for an app.

Usage

noodle envs list|inspect|set-production

Subcommands

  • list — List environments for an app.
    • --org <slug> — Organization slug.
    • --app <slug> — Application slug.
    • --service <url> — Control-plane service URL.
    • --auth-token <token> — Control-plane authentication token.
    • --json — Emit JSON output.
    • --archived — Include archived resources.
  • inspect <env> — Show one environment.
    • --org <slug> — Organization slug.
    • --app <slug> — Application slug.
    • --service <url> — Control-plane service URL.
    • --auth-token <token> — Control-plane authentication token.
    • --json — Emit JSON output.
  • set-production <env> — Designate an app's production environment.
    • --org <slug> — Organization slug.
    • --app <slug> — Application slug.
    • --service <url> — Control-plane service URL.
    • --auth-token <token> — Control-plane authentication token.
    • --json — Emit JSON output.

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

On this page