Command Reference

Complete qctl command reference

Global Commands

CommandDescription
qctl init <name>Create new project
qctl runStart dev server
qctl buildProduction build
qctl testRun tests
qctl --helpShow help
qctl --versionShow version

qBit Commands

CommandDescription
qctl qbit listList 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_

Powered by qqq