@venturekit/cli
Installation
Section titled “Installation”# Global installnpm install -g @venturekit/cli@dev
# Or as a project dependencynpm install @venturekit/cli@devCommands
Section titled “Commands”| Command | Description |
|---|---|
vk init | Scaffold a new project |
vk dev | Start development server |
vk deploy | Deploy to AWS |
vk remove | Tear down resources |
vk generate | Generate routes and configs |
vk migrate | Database migrations |
Quick Reference
Section titled “Quick Reference”# Create a new projectvk init my-app --template api
# Start developmentvk dev
# Generate a routevk g route tasks -m post --scopes tasks.write
# Deploy to productionvk deploy --stage prod
# Run migrationsvk migrate generatevk migrate upDependencies
Section titled “Dependencies”@venturekit/core— configuration typescommander— CLI frameworkchalk— terminal colorsora— spinnersprompts— interactive prompts
Related
Section titled “Related”- Quickstart — create your first project
- CLI Reference — full command documentation
- Deployment — deployment guide