Noodle Seed
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
CommandDescription
noodle helpPrint CLI usage and per-command help.
noodle versionPrint the installed CLI version.
noodle commandsPrint the machine-readable command catalog, or a compact human list.
noodle featuresShow the public Claude, ChatGPT, and embedded-host compatibility registry.
noodle startGuided first-run: sign in, scaffold, then deploy or run locally.
noodle initCreate a local Noodle project from a template.
noodle setupReconcile project config and local coding-agent files.
noodle linkBind this directory to a Noodle Seed Cloud deploy target (org/app/env).
noodle doctorCheck login, service, project, validation, and config.
noodle agentsPreview or install project-local Noodle and app product skills.
noodle authManage service identities and diagnose downstream auth readiness.
noodle docsExport the docs for LLM and coding-agent consumption.
noodle connectPrint connection setup for an MCP client host.
noodle importScaffold starter code from an OpenAPI spec.
noodle exportCompile locally and export a portable manifest or host plugin.
noodle validateAuthor-time compile check (schema, expressions, connector refs); no service.
noodle checkCheck tool design and MCP Apps/widget readiness; no service.
noodle testLocal compile plus an open-MCP or protected-auth boundary smoke.
noodle toolsList or call local tools via a loopback MCP smoke.
noodle resourcesRead local resources via a loopback MCP smoke.
noodle promptsGet local prompts via a loopback MCP smoke.
noodle devRun a local runtime with hot reload (no Noodle account; customer sign-in when declared).
noodle devtoolsPreview tools and widgets with direct, federated OIDC, Firebase, or Microsoft customer sign-in.
noodle designInspect the latest finalized local widget design brief.
noodle updateCheck for, install, or safely repair the global CLI install.
noodle platform-authRun the super-admin WorkOS platform-auth migration, rollout, and account-reset workflow.
noodle billingInspect billing accounts, buy a plan, and manage billing.
noodle assistantConfigure and validate the customer-branded embedded assistant boundary.
noodle auditOperator governance audit status and event queries.
noodle logsTenant-safe app logs (redacted, newest-first).
noodle metricsMCP analytics: volume, sessions, latency percentiles, errors, tools, clients for a deployed server.
noodle eventsThe MCP request stream; --session replays one session in order.
noodle alertsAnalytics alert rules: POST a webhook when error share, error count, calls, or p95 latency breaches.
noodle policyManage policy admission and commercial plans.
noodle deployPreflight required config, deploy your server, and verify its governed MCP URL is ready.
noodle openOpen or print the latest linked deployment URL.
noodle statusShow hosted deployment status.
noodle inspectInspect hosted deployment metadata without secret material.
noodle smokeRun hosted readiness diagnostics and print external smoke commands.
noodle rollbackReactivate a historical deployment.
noodle archiveArchive the whole app: endpoints answer 410 Gone; hard-deleted after the retention window.
noodle restoreRestore an archived app within the retention window.
noodle accessSet the identity access mode for a hosted deployment.
noodle appsList, inspect, or open hosted apps for an org.
noodle envsList or inspect environments for an app.
noodle deploymentsList, inspect, or read packages for individual deployments.
noodle serviceQuery hosted service capabilities, scaffold a service config, or diagnose it.
noodle loginSign in to Noodle Seed Cloud.
noodle logoutSign out and clear saved credentials.
noodle whoamiShow the signed-in identity.
noodle feedbackSend product feedback (bug, idea, docs gap) to the Noodle Seed team.
noodle orgsList, create, rename, switch, or inspect organizations.
noodle membersList, add, remove, or manage invitations for org members.
noodle githubConnect, inspect, or disconnect the GitHub repository behind GitHub-native deploys.
noodle targetShow or set the deploy target (runtime, service, org, app, env).
noodle secretsManage secrets (set/list/delete/reveal/resolve), scoped to org/app/env.
noodle variablesManage 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.