Imagine a world where all your tedious tasks on your tech projects are automated. In this tutorial you will learn how to use the Conotion CLI and get the most out of it for your workflows.
Before using the CLI, it is strongly recommended that you create an account on Conotion because you will be asked to log in with an API key when you first launch the CLI
You also need a Mistral API key that you create on Mistral
It's done !
In your profile picture on the top right you will find API Keys section
Now we can get down to business. 😎
Install Conotion AI CLI globally using npm. The CLI provides powerful commands for intelligent code analysis and documentation generation.
npm install -g @conotion/cli
If you want to setup a project for more precision you can run the following command
conotion init
This will create a .json file that will contain your usage preferences on Conotion CLI but you can skip this step
Initialize your project and run your first AI-powered documentation generation. The CLI will analyze your codebase and create comprehensive docs.
conotion --smart
This mode allows you to link your files if certain functions or elements are shared between the files, but the generation takes a little longer.
conotion
Basic mode, fast and efficient
Conotion AI follows a systematic approach to generate high-quality documentation. The process is fully automated but allows for customization at every step. Each time you launch Conotion CLI you will see your remaining token quota linked to your previously created Conotion account.
Select the type of documentation that fits your project needs
Select the type of documentation that fits your project needs
Complete CLI process execution with real-time feedback
Conotion AI leverages powerful cloud infrastructure to process your codebase and generate professionally formatted documentation. Our cloud ecosystem seamlessly integrates with your development environment for optimal results.
Conotion AI Cloud Interface: Seamless integration with your development environment through our powerful cloud ecosystem
Once the cloud AI processing is complete, you'll receive professionally formatted documentation files directly in your project directory, all powered by our robust cloud infrastructure.
High-quality documentation generated by AI with clear explanations and examples
Clean markdown files organized in your project directory, ready for version control