kvarnctl

Communication with Kvarn from the command line.

kvarnctl takes a command from you and sends it to Kvarn.

The Kvarn instance listening for commands may implement arbitrary commands through the plugin interface.

See the CI on GitHub for Linux downloads.

Custom ctl path

If you configured Kvarn to listen to a custom path, you can specify it using the -p flag. If the path is relative, its base is /tmp/.

Common commands

Platform support

This isn't supported on Windows as it relies on UNIX socket. It's unfeasible we get this working on Windows, as handover isn't possible and the need for remote management on Windows is a very slim market. PRs to kvarn-socket with named pipe support is however welcome :)