Skip to main content

Examples

npx veryfront dev

Commands

The CLI groups commands by category. Each command supports --help for its full usage, options, and examples (veryfront <command> --help). For machine-readable output use veryfront schema --json.

Development

CommandDescription
veryfront analyze-chunksAnalyze bundle chunks and sizes
veryfront buildBuild your application for production
veryfront cleanClean build artifacts and caches
veryfront completionsGenerate shell completion scripts
veryfront devStart development server with hot module replacement
veryfront doctorCheck system requirements and project health
veryfront extensionScaffold and validate veryfront extensions
veryfront generateGenerate code scaffolds
veryfront lintRun linter with optional structured JSON output
veryfront routesList all discovered routes in your application
veryfront schemaShow CLI command schema for agent discovery
veryfront serveStart production server
veryfront stylesBuild project CSS artifacts
veryfront testRun tests with optional structured JSON output

Deploy & Sync

CommandDescription
veryfront deployCreate a release and deploy to an environment
veryfront lockManage remote import lockfile for reproducible builds
veryfront mergeMerge a branch into main (or another branch)
veryfront pullDownload project files from Veryfront remote
veryfront pushCreate a branch and upload local files to Veryfront
veryfront upDeploy your app with one command (login, create, push, deploy)

Project

CommandDescription
veryfront configShow effective project configuration
veryfront demoInteractive guided tour of Veryfront CLI
veryfront initInitialize a new Veryfront project
veryfront installInstall AI assistant integrations (Cursor, Claude Code, etc.)
veryfront openOpen project URLs in the browser
veryfront startStart the production dashboard and proxy server
veryfront studioOpen Veryfront Studio in browser
veryfront uninstallRemove AI assistant integrations

Files & Data

CommandDescription
veryfront filesList, read, write, and delete project files
veryfront knowledgeIngest documents into the project knowledge base
veryfront uploadsList, pull, upload, and delete project uploads

AI & Automation

CommandDescription
veryfront issuesFile-based issue tracking (SDLC conventions)
veryfront mcpStart MCP server for coding agents
veryfront skillsList and inspect available agent skills
veryfront taskRun a task from the tasks/ directory
veryfront workerStart workflow run worker
veryfront workflowRun a workflow from the workflows directory

Auth

CommandDescription
veryfront loginAuthenticate with Veryfront
veryfront logoutClear stored authentication credentials
veryfront whoamiShow current authenticated user