snippetbashTip
kool — Build software development environments. More information: <https://kool.dev/docs/commands-reference
Viewed 0 times
commandbuildenvironmentssoftwaredevelopmentclikoolmore
Problem
How to use the
kool command: Build software development environments. More information: <https://kool.dev/docs/commands-reference/kool>.Solution
kool — Build software development environments. More information: <https://kool.dev/docs/commands-reference/kool>.Create a project using a specific preset:
kool create {{preset}} {{project_name}}Run a specific script defined in the
kool.yml file in the current directory:kool run {{script}}Start/stop services in the current directory:
kool {{start|stop}}Display status of the services in the current directory:
kool statusUpdate to the latest version:
kool self-updatePrint the completion script for the specified shell:
kool completion {{bash|fish|powershell|zsh}}Code Snippets
Create a project using a specific preset
kool create {{preset}} {{project_name}}Run a specific script defined in the `kool.yml` file in the current directory
kool run {{script}}Start/stop services in the current directory
kool {{start|stop}}Display status of the services in the current directory
kool statusUpdate to the latest version
kool self-updateContext
tldr-pages: common/kool
Revisions (0)
No revisions yet.