Troubleshooting the CLI
Common Issues
Command not found
# Check installation
pip show chutes
# Try with Python module
python -m chutes --helpAuthentication errors
# Re-register if needed
chutes register
# Check config file
cat ~/.chutes/config.iniBuild failures
# Try local build for debugging
chutes build my_app:chute --local --debug
# Check image syntax
python -c "from my_app import chute; print(chute.image)"Deployment issues
# Verify image exists and is built
chutes images list --name my-image
chutes images get my-image
# Check chute status
chutes chutes get my-chuteDebug Mode
Enable debug logging for detailed output:
chutes build my_app:chute --debugGetting Help
Built-in Help
# General help
chutes --help
# Command-specific help
chutes build --help
chutes deploy --help
chutes chutes list --helpSupport Resources
- 📖 Documentation: Complete Docs
- 💬 Discord: Community Chat
- 📨 Support: Email
- 🐛 Issues: GitHub Issues
Continue to specific command documentation:
- Account Management - Detailed account commands
- Building Images - Advanced build options
- Deploying Chutes - Deployment strategies
- Managing Resources - Resource management