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 agentsGenerate or refresh project-local Codex and Claude Code files.
noodle authDiagnose customer OIDC/provider and delegated-credential 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 write the portable manifest JSON (no service — the eject path).
noodle validateAuthor-time compile check (schema, expressions, connector refs); no service.
noodle checkCheck MCP Apps/widget readiness; no service.
noodle testLocal compile plus a loopback MCP 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, serve + hot-reload the manifest, and exercise tools (no account/login).
noodle devtoolsThree-pane widget preview: tool list, live in-iframe render, MCP call log.
noodle updateCheck for, install, or safely repair the global CLI install.
noodle billingInspect billing accounts, entitlements, metering, and enforcement classification.
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: status/list/show/effective/simulate/suspend/resume/deny/quota/rate/usage/apply/delete/plan.
noodle deployCompile and deploy your server to a governed, identity-gated MCP URL.
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 or inspect 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 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 an app’s GitHub-native deploys.
noodle targetShow or set the deploy target (runtime, service, org, app, env).
noodle secretsManage secrets (set/list/delete/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.