ReferenceCLI reference
CLI reference
Every `noodle` command, generated from the CLI's command catalog.
The noodle CLI authors, validates, runs, deploys, and operates Noodle Seed servers. Install it with:
npm install -g @noodleseed/one| Command | Description |
|---|---|
noodle help | Print CLI usage and per-command help. |
noodle version | Print the installed CLI version. |
noodle commands | Print the machine-readable command catalog, or a compact human list. |
noodle features | Show the public Claude, ChatGPT, and embedded-host compatibility registry. |
noodle start | Guided first-run: sign in, scaffold, then deploy or run locally. |
noodle init | Create a local Noodle project from a template. |
noodle setup | Reconcile project config and local coding-agent files. |
noodle link | Bind this directory to a Noodle Seed Cloud deploy target (org/app/env). |
noodle doctor | Check login, service, project, validation, and config. |
noodle agents | Preview or install project-local Noodle and app product skills. |
noodle auth | Manage service identities and diagnose downstream auth readiness. |
noodle docs | Export the docs for LLM and coding-agent consumption. |
noodle connect | Print connection setup for an MCP client host. |
noodle import | Scaffold starter code from an OpenAPI spec. |
noodle export | Compile locally and export a portable manifest or host plugin. |
noodle validate | Author-time compile check (schema, expressions, connector refs); no service. |
noodle check | Check tool design and MCP Apps/widget readiness; no service. |
noodle test | Local compile plus an open-MCP or protected-auth boundary smoke. |
noodle tools | List or call local tools via a loopback MCP smoke. |
noodle resources | Read local resources via a loopback MCP smoke. |
noodle prompts | Get local prompts via a loopback MCP smoke. |
noodle dev | Run a local runtime with hot reload (no Noodle account; customer sign-in when declared). |
noodle devtools | Preview tools and widgets with direct, federated OIDC, Firebase, or Microsoft customer sign-in. |
noodle design | Inspect the latest finalized local widget design brief. |
noodle update | Check for, install, or safely repair the global CLI install. |
noodle platform-auth | Run the super-admin WorkOS platform-auth migration, rollout, and account-reset workflow. |
noodle billing | Inspect billing accounts, buy a plan, and manage billing. |
noodle assistant | Configure and validate the customer-branded embedded assistant boundary. |
noodle audit | Operator governance audit status and event queries. |
noodle logs | Tenant-safe app logs (redacted, newest-first). |
noodle metrics | MCP analytics: volume, sessions, latency percentiles, errors, tools, clients for a deployed server. |
noodle events | The MCP request stream; --session replays one session in order. |
noodle alerts | Analytics alert rules: POST a webhook when error share, error count, calls, or p95 latency breaches. |
noodle policy | Manage policy admission and commercial plans. |
noodle deploy | Preflight required config, deploy your server, and verify its governed MCP URL is ready. |
noodle open | Open or print the latest linked deployment URL. |
noodle status | Show hosted deployment status. |
noodle inspect | Inspect hosted deployment metadata without secret material. |
noodle smoke | Run hosted readiness diagnostics and print external smoke commands. |
noodle rollback | Reactivate a historical deployment. |
noodle archive | Archive the whole app: endpoints answer 410 Gone; hard-deleted after the retention window. |
noodle restore | Restore an archived app within the retention window. |
noodle access | Set the identity access mode for a hosted deployment. |
noodle apps | List, inspect, or open hosted apps for an org. |
noodle envs | List or inspect environments for an app. |
noodle deployments | List, inspect, or read packages for individual deployments. |
noodle service | Query hosted service capabilities, scaffold a service config, or diagnose it. |
noodle login | Sign in to Noodle Seed Cloud. |
noodle logout | Sign out and clear saved credentials. |
noodle whoami | Show the signed-in identity. |
noodle feedback | Send product feedback (bug, idea, docs gap) to the Noodle Seed team. |
noodle orgs | List, create, rename, switch, or inspect organizations. |
noodle members | List, add, remove, or manage invitations for org members. |
noodle github | Connect, inspect, or disconnect the GitHub repository behind GitHub-native deploys. |
noodle target | Show or set the deploy target (runtime, service, org, app, env). |
noodle secrets | Manage secrets (set/list/delete/reveal/resolve), scoped to org/app/env. |
noodle variables | Manage non-secret variables (set/list/delete/resolve), scoped to org/app/env. |
This reference is generated from the CLI's command catalog. Run noodle <command> --help or
noodle commands --json for the latest details.