CLI Reference

Complete documentation for all 24 Bootspring CLI commands.

Launch-Critical Update (March 2026)

Build workflow recovery and queue controls were expanded. If you are preparing production launch, use this sequence:

Loading code block...

Backfill aliases:

Loading code block...

Backfill flags:

FlagDescription
--quickSkip deep analysis
--interactiveAllow prompts
--no-onboardSkip onboard-assisted detection
--forceRefresh existing artifacts

If you run Bootspring from a source checkout, rebuild compiled CLI runtime before validation:

Loading code block...

Installation

Loading code block...

Command Categories

CategoryCommandsDescription
Core4init, generate, doctor, update
Agents2agent list, agent invoke
Skills3skill list, skill search, skill show
Business5mvp, business, fundraise, legal, seed
Development5dashboard, quality, todo, context, log
Advanced5mcp, orchestrator, loop, plugin, memory

Core Commands

bootspring init

Initialize Bootspring in your project with guided setup.

Loading code block...

What it does:

  • Detects your project type (Next.js, React, Node.js, etc.)
  • Creates bootspring.config.js configuration file
  • Generates initial CLAUDE.md context file
  • Sets up .bootspring/ directory for local data

bootspring generate

Generate or update the CLAUDE.md context file.

Loading code block...

Generated sections:

  • Project overview and structure
  • Dependencies and tech stack
  • Development guidelines
  • Agent recommendations
  • Skill suggestions

bootspring doctor

Diagnose and fix common setup issues.

Loading code block...

Checks performed:

  • Configuration file validity
  • Required dependencies
  • File permissions
  • MCP server connectivity

bootspring update

Check for and install Bootspring updates.

Loading code block...

Agent Commands

bootspring agent list

List all 36 available expert agents.

Loading code block...

Categories:

  • technical - 14 agents (database, security, frontend, backend, api, testing, devops, architecture, performance, ui-ux, code-review, ai-integration, mobile, infrastructure)
  • platform - 5 agents (vercel, railway, auth, payment, email)
  • data - 3 agents (data-modeling, monitoring, research)
  • content - 1 agent (content)
  • business - 13 agents (product, business-strategy, financial, fundraising, growth, marketing, sales, legal, investor-relations, private-equity, partnerships, operations, competitive-analysis)

bootspring agent invoke <agent>

Invoke a specific expert agent.

Loading code block...

All 36 Agents:

IDNameExpertise
database-expertDatabase ExpertSQL, Prisma, PostgreSQL
security-expertSecurity ExpertAuth, OWASP, Encryption
frontend-expertFrontend ExpertReact, Next.js, TypeScript
backend-expertBackend ExpertAPIs, Node.js, Architecture
testing-expertTesting ExpertJest, Vitest, E2E
devops-expertDevOps ExpertCI/CD, Docker, AWS
api-expertAPI ExpertREST, GraphQL, tRPC
performance-expertPerformance ExpertCaching, Optimization
architecture-expertArchitecture ExpertSystem Design, DDD
ui-ux-expertUI/UX ExpertDesign Systems, A11y
code-review-expertCode Review ExpertQuality, Standards
ai-integration-expertAI Integration ExpertLLMs, RAG, Agents
vercel-expertVercel ExpertEdge, Serverless
railway-expertRailway ExpertContainers, Databases
auth-expertAuth ExpertJWT, Auth.js, OAuth
payment-expertPayment ExpertStripe, Subscriptions
email-expertEmail ExpertTransactional, Deliverability
data-modeling-expertData Modeling ExpertERD, Normalization
monitoring-expertMonitoring ExpertAPM, Observability
research-expertResearch ExpertAnalysis, Documentation
business-strategy-expertBusiness StrategyPlanning, Markets
financial-expertFinancial ExpertModeling, Projections
fundraising-expertFundraising ExpertPitch Decks, VCs
growth-expertGrowth ExpertAcquisition, Retention
marketing-expertMarketing ExpertGTM, Content, SEO
sales-expertSales ExpertPipeline, CRM
legal-expertLegal ExpertContracts, Compliance
investor-relations-expertInvestor RelationsUpdates, Board
private-equity-expertPrivate EquityM&A, Valuations
partnerships-expertPartnerships ExpertBD, Alliances
operations-expertOperations ExpertProcesses, Scaling
competitive-analysis-expertCompetitive AnalysisResearch, Intelligence

Skill Commands

bootspring skill list

List all 101 available code patterns.

Loading code block...

21 Categories:

CategoryCountExamples
ui13forms, modals, tables, navigation, tooltips
database9prisma, queries, migrations, pooling
api9route-handler, graphql, rate-limiting
testing9unit, integration, e2e, mocking
auth6jwt, nextauth, oauth, session, rbac
security7validation, csrf, encryption, audit-logging
ai7openai, embeddings, rag, streaming
payments6stripe, subscriptions, webhooks
performance5caching, lazy-loading, optimization
state4zustand, react-query, url-state
email4templates, transactional, queues
deployment4docker, ci-cd, monitoring
utils4dates, formatting, validation, errors
search2full-text, algolia
realtime2websockets, sse
notifications2push, in-app
files2upload, s3
seo1meta, sitemap
logging1structured
i18n1translations
analytics1tracking

Search patterns by keyword.

Loading code block...

bootspring skill show <pattern>

Display a specific code pattern.

Loading code block...

Business Commands

bootspring mvp

MVP definition and validation tools.

Loading code block...

bootspring business

Business strategy and planning tools.

Loading code block...

bootspring fundraise

Fundraising workflow automation.

Loading code block...

Legal document generation.

Loading code block...

bootspring seed

Database seeding utilities.

Loading code block...

Development Commands

bootspring dashboard

Launch the real-time project dashboard.

Loading code block...

Dashboard features:

  • Project status overview
  • Todo list management
  • Git status monitoring
  • Agent quick-access
  • Quality gate results

bootspring quality <gate>

Run quality gates and checks.

Loading code block...

bootspring todo <action>

Manage development tasks.

Loading code block...

bootspring context

View and manage project context.

Loading code block...

bootspring log

View activity logs.

Loading code block...

Advanced Commands

bootspring mcp

Start the MCP server for AI assistant integration.

Loading code block...

bootspring orchestrator

Workflow orchestration for complex tasks.

Loading code block...

bootspring loop

Autonomous task execution loop.

Loading code block...

bootspring plugin <action>

Manage Bootspring plugins.

Loading code block...

bootspring memory

Context memory management.

Loading code block...

bootspring telemetry

Usage analytics management.

Loading code block...

bootspring auth

Authentication management (for Pro/Team features).

Loading code block...

bootspring task

Task lifecycle management.

Loading code block...

Global Options

These options work with all commands:

Loading code block...

Exit Codes

CodeDescription
0Success
1General error
2Invalid arguments
3Configuration error
4Quality gate failed

Environment Variables

Loading code block...

Configuration File

Configuration is stored in bootspring.config.js:

Loading code block...

Next Steps