CLI
Troubleshooting common CLI issues
Command not found
Verify the CLI is installed and in your PATH:
If not found, reinstall:
Or add to PATH:
Authentication errors
Check current authentication:
Re-authenticate if needed:
For CI/CD, use environment variable:
Type generation issues
Project type not detected
Use language-specific commands:
Output directory missing
Specify output directory explicitly:
Debug CLI issues
Enable debug logging:
Check version compatibility:
Common issues
- API key not found: Run composio login
- Project type detection fails: Use language-specific commands or ensure you’re in project root
- Network timeout: Check internet connection and proxy settings
- Permission denied: Check directory write permissions
Getting help
- Email: support@composio.dev
- Discord: #support-form
- GitHub: Create an issue