ReferenceCLI reference
noodle deploy
Preflight required config, deploy your server, and verify its governed MCP URL is ready.
Preflight required config, deploy your server, and verify its governed MCP URL is ready.
Usage
noodle deploy [<server.ts>]Options
--org <slug>— Organization slug.--app <slug>— Application slug.--env <slug>— Environment slug.--version <version>— Publish or overwrite an exact server version. Omit it and deploy reuses this project’s last version, a vN/ entrypoint folder, or the version the hosted app already runs — a brand-new app starts at 1.--private— Shorthand for --access owner-only.--access owner-only|org-members|authenticated|public|mixed|customers— Identity access mode for the deployment.--connectors <file>— Connector catalog override file.--service <url>— Control-plane service URL.--auth-token <token>— Control-plane authentication token.--save— Also append to ~/.noodle/servers.json.--no-save— Do not persist deployment metadata.--no-prompt— Never prompt to set missing variables or secrets; return the complete checklist.--json— Emit JSON output.
Run noodle deploy --help for the latest options and details.