ReferenceCLI reference
noodle deployments
List, inspect, or read packages for individual deployments.
List, inspect, or read packages for individual deployments.
Usage
noodle deployments list|inspect|package|lock|unlockSubcommands
list— List hosted deployments, or the local deployment cache when signed out.--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.--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 <id>— Show one deployment by id.--org <slug>— Organization slug.--service <url>— Control-plane service URL.--auth-token <token>— Control-plane authentication token.--json— Emit JSON output.
package <id>— Read the immutable App Package snapshot for one deployment.--org <slug>— Organization slug.--service <url>— Control-plane service URL.--auth-token <token>— Control-plane authentication token.--json— Emit JSON output.
lock— Freeze an active server version against deploys and rollbacks.--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.--version <version>— Exact deployed server version. (required)--json— Emit JSON output.
unlock— Allow an active server version to be changed again.--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.--version <version>— Exact deployed server version. (required)--yes— Confirm non-interactively.--json— Emit JSON output.
Run noodle deployments --help for the latest options and details.