Getting Started
This guide will walk you through setting up Qommity in your project and tracking your first deployment. You will be up and running in under 5 minutes.
Prerequisites
Before you begin, make sure you have the following:
- Node.js 18+ or Python 3.9+ installed
- A GitHub, GitLab, or Bitbucket repository
- A Qommity account (sign up at qommity.com)
- Your API key from the Qommity dashboard
Install the CLI
Install the Qommity CLI globally using npm or yarn:
Or use yarn:
Verify the installation:
Initialize Your Project
Navigate to your project directory and run the init command:
The CLI will prompt you for your API key and guide you through the setup. This creates a qommity.config.json file in your project:
Track Your First Deployment
Once configured, track a deployment by running:
The CLI automatically detects your git commit and branch. You can also specify them explicitly:
Your deployment is now being tracked! You will see it appear in the Qommity dashboard within seconds.
Integrate with Your CI/CD
Add Qommity to your CI/CD pipeline to automatically track every deployment. Here is an example for GitHub Actions:
Next Steps
Now that you have Qommity set up, explore these topics to get the most out of the platform: