Noodle Seed
ReferenceCLI reference

noodle apps

List, inspect, or open hosted apps for an org.

List, inspect, or open hosted apps for an org.

Usage

noodle apps list|inspect|open

Subcommands

  • list — List apps in an org.
    • --org <slug> — Organization slug.
    • --service <url> — Control-plane service URL.
    • --auth-token <token> — Control-plane authentication token.
    • --archived — Include archived resources.
    • --json — Emit JSON output. (conflicts: --watch)
    • --watch — Live-refresh the human-readable view. (conflicts: --json)
    • --interval <seconds> — Set the live-refresh interval. (default 5; minimum 2)
  • inspect <app> — Show one app across every environment.
    • --org <slug> — Organization slug.
    • --service <url> — Control-plane service URL.
    • --auth-token <token> — Control-plane authentication token.
    • --json — Emit JSON output.
  • open <app> — Open or print the app's endpoint URL.
    • --org <slug> — Organization slug.
    • --service <url> — Control-plane service URL.
    • --auth-token <token> — Control-plane authentication token.
    • --json — Emit JSON output.
    • --env <slug> — Environment slug.
    • --print — Print the URL instead of opening it.

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

On this page