@vibeops/cli
v0.0.13
Published
A powerful CLI tool for VibeOps
Readme
VibeOps CLI
A powerful command-line interface for VibeOps deployment platform.
Installation
npm install -g @vibeops/cliUsage
Initialize VibeOps
vibeops init --api-key <your-api-key>This command will:
- Validate your API key
- Prompt you to select your IDE (or use provided editor parameter)
- Create IDE-specific configuration files
- Set up development rules and best practices
Command Reference
vibeops init- Initialize VibeOps CLI with your API key--api-key <key>- Your VibeOps API key (required)--editor <editor>- Editor to configure (optional, prompts if not provided)
Features
- 🔐 Secure API key management
- 🤖 MCP (Model Context Protocol) integration for AI-powered development
- 📝 IDE-specific development rules and best practices
- 🎨 Beautiful CLI interface with helpful prompts
- 🔧 Extensible architecture for multiple IDE support
Supported IDEs
- Cursor - AI-powered IDE built on VS Code
- Creates
.cursor/mcp.jsonfor MCP server configuration - Creates
.cursor/rules/vibeops.mdfor development guidelines
- Creates
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Run tests
npm testLicense
MIT
