1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:42:07 +02:00
tldr/pages/common/kool.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

28 lines
594 B
Markdown

# kool
> Build software development environments.
> More information: <https://kool.dev/docs/>.
- 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 status`
- Update to the latest version:
`kool self-update`
- Print the completion script for the specified shell:
`kool completion {{bash|fish|powershell|zsh}}`