--- name: kool-cli description: Docker development environment CLI. Use for managing containers (start/stop/restart), executing commands in services, viewing logs, and running project scripts from kool.yml. --- # Kool CLI Kool simplifies Docker-based development with commands for container lifecycle, service execution, and custom scripts. ## Quick Reference ```bash kool start # Start all services from docker-compose.yml kool stop # Stop all services kool restart --rebuild # Restart and rebuild images kool status # Show running containers kool exec # Run command in service container kool logs -f # Follow service logs kool run --json # List available scripts as JSON kool run