Run your stack, documented
Everything you need to declare, run, and supervise your stack with kordrun.
Full docs are being migrated to a dedicated docs site. In the meantime, the essentials are below.
Install
$ curl -fsSL kordrun.mohitkadwe.tech/install | shQuick start
- Write a
Kordfileat your project root. - Run
kordrun start— apps boot in dependency order. - Manage everything from the live TUI dashboard.
Common commands
- kordrun start — start the whole stack
- kordrun status — health & status of each app
- kordrun logs <app> — tail aggregated logs
- kordrun restart <app> — restart an app + dependents
- kordrun stop — stop everything
Kordfile syntax
Looking for the file format? See the Kordfile syntax section on the home page.