Skip to content

CLI

Bundle and pre-initialize a worker.

Terminal window
kyu build [config]

If no config path is provided, defaults are used. Pass an explicit path to override.

Terminal window
kyu build
kyu build path/to/kyushu.build.toml

Run a built worker.

Terminal window
kyu run [config]

If no config path is provided, defaults are used. Pass an explicit path to override.

Terminal window
kyu run
kyu run path/to/kyushu.run.toml

Print the installed CLI version.

Terminal window
kyu --version