Command Reference
Complete qctl command reference
Global Commands
| Command | Description |
|---|---|
qctl init <name> | Create new project |
qctl run | Start dev server |
qctl build | Production build |
qctl test | Run tests |
qctl --help | Show help |
qctl --version | Show version |
qBit Commands
| Command | Description |
|---|---|
qctl qbit list | List available qBits |
qctl qbit add <name> | Add a qBit |
qctl qbit remove <name> | Remove a qBit |
qctl qbit info <name> | Show qBit details |
Configuration
qctl reads configuration from:
1. qctl.config.json in project root
2. ~/.qctl/config.json for global settings
3. Environment variables prefixed with QCTL_