CLI v2 is Here
We've completely rewritten the Qommity CLI from the ground up. It's faster, more reliable, and comes with an interactive setup wizard that gets you running in under 60 seconds.
Interactive Setup
Run qommity init and let the wizard guide you:
- 1.Detects your repository type (GitHub, GitLab, Bitbucket)
- 2.Discovers your tech stack automatically
- 3.Creates an optimized configuration file
- 4.Validates your API key and connection
Performance Improvements
- •**3x faster** deploy tracking
- •**50% smaller** bundle size
- •**Instant** command feedback with progress indicators
Better Error Messages
No more cryptic stack traces. When something goes wrong, you'll get:
- •Clear explanations of what failed
- •Suggested fixes
- •Links to relevant documentation
Breaking Changes
⚠️ Note: CLI v2 requires Node.js 18 or later. If you're on Node 16, you'll need to upgrade first.
Upgrade
npm install -g @qommity/cli@latest
# or
yarn global add @qommity/cli@latestRun qommity --version to verify you're on v2.0.0 or later.
Documentation
See the [CLI reference](/docs/cli) for all available commands.