Conotion AI CLI – generate technical documentation, API references, and security reports for your projects in seconds.
> The AI-powered documentation generator that transforms your code into professional docs in seconds.
``bash`
npm install -g @conotion/cli
Conotion AI is the world's most advanced AI documentation platform that automatically generates comprehensive technical documentation, API references, and security reports for your projects. Our CLI brings the power of AI model (Mistral) directly to your terminal.
- Interactive prompts for guided documentation
- Smart caching for faster subsequent runs
- Team collaboration with shared configurations$3
- Multi-language support: JavaScript, TypeScript, Python, Java, Go, Rust, and more
- On-premise deployment with custom DNS and secure API key management
- Custom branding and styling options
- API access for programmatic usage
- Environment configuration for cloud and on-premise setups---
Quick Start
$3
`bash
Install globally
npm install -g @conotion/cli
`Get your Conotion AI API key here
$3
`bash
Start interactive mode
conotionGenerate docs for current project
conotion docsRun security audit
conotion securityQuick project initialization
conotion init
`Documentation Types
$3
Perfect for rapid prototyping and getting started quickly.$3
Full project documentation with detailed explanations.$3
Target specific areas of your project.$3
Use your own templates and configurations.---
Security Features
$3
The Conotion CLI provides comprehensive security auditing powered by Semgrep Community Edition and enhanced with AI analysis.
$3
Our AI-powered system provides intelligent security fixes with advanced protection mechanisms:
- Line Offset Protection: Prevents code corruption when applying multiple fixes
- Pre-validation: Verifies fix targets before application
- Post-validation: Ensures code integrity after fixes
- Smart Sorting: Applies fixes in descending line order to avoid conflicts
$3
Track and manage security improvements across your project:
`bash
List all security suggestions
conotion suggestions listApply specific suggestion by ID
conotion suggestions apply Ignore suggestion (with reason)
conotion suggestions ignore View security statistics
conotion suggestions stats
`$3
Generate comprehensive security reports for compliance and tracking:
`bash
Export detailed security report to Conotion Cloud
conotion security exportGenerate local security report
conotion security scan --output ./security-report.md
`$3
- JavaScript/TypeScript: React, Node.js, Express, Vue, Angular
- Python: Django, Flask, FastAPI
- Java: Spring Boot, Maven, Gradle
- Go: Gin, Echo, standard library
- PHP: Laravel, Symfony
- C#: .NET Core, ASP.NET
- Ruby: Rails, Sinatra
- And many more...
---
Configuration
Create a
conotion.config.js file in your project root with conotion init :`json
{
"projectName": "Mitchi",
"outputDir": "./docs",
"defaultType": "complete",
"defaultAreas": [
"architecture",
"api",
"setup",
"security",
"performance",
"deployment"
]
}
``---
---
We're building the future of AI-powered documentation. Join our community:
- Report bugs
- Request features
- Improve docs
---
- Documentation: cli.conotion.ai
- Community: Discord
- Email: contact@conotion.ai
---
© 2025 Conotion AI. All rights reserved.
Use is subject to Conotion's Commercial Terms of Service.