kool
Cloud and docker environments made easy
Subcommands
Name | Description |
---|---|
create | Create a new project using a preset |
deploy | Deploy a local application to a Kool Cloud environment |
docker | Create a new container (a powered up 'docker run') |
exec | Execute a command inside a running service container |
info | Print out information about the local environment |
logs | Display log output from running service containers |
preset | Install configuration files customized for Kool in the current directory |
recipe | Adds configuration for some recipe in the current work directory |
restart | Restart running service containers (the same as 'kool stop' followed by 'kool start') |
run | Execute a script defined in kool.yml |
self-update | Update kool to the latest version |
share | Live share your local environment on the Internet using an HTTP tunnel |
start | Start service containers defined in docker-compose.yml |
status | Show the status of all service containers |
stop | Stop and destroy running service containers |
Options
Name | Description |
---|---|
--verbose | Increases output verbosity |
--help, -h | Help for kool |