@boltapp/bolt-cli
v0.1.27
Published
CLI for initializing, syncing, and managing Bolt apps.
Downloads
2,324
Readme
Bolt CLI
CLI for initializing, syncing, checking status, and running the local Bolt dashboard.
Commands
bolt init
Initialize Bolt in the current app directory.
bolt init [options]--appName <name>--type <type>(client|cloud)--source <source>(new-project|existing-project|existing-app, cloud only)--organizationId <id>--projectId <id>--appId <id>--framework <framework>(next|astro|nuxt|manual, client only)--route-root <routeRoot>(auto|src|root, client only)--no-install
bolt sync
Regenerate .bolt/generated/* types.
bolt syncbolt status
Show app and resource status.
bolt statusbolt dashboard
Run local Bolt dashboard.
bolt dashboard [options]--port <port>--host <host>--project <path>
Short Notes
--source existing-appexpectsappId(or prompts for it).--source existing-projectexpectsprojectIdand a new app name (or prompts).--source new-projectexpectsappName.initadds aboltscript to your app package so you can runpnpm bolt <command>.
