Skip to content

CLI

The gokazi CLI has these user-facing commands. All of them share the same config-loading flag (-c, repeatable, accepts - for stdin).

CommandPurpose
gokaziRoot command. Without arguments prints help.
listMatch every configured task against running processes and print status as JSON.
stopKill the process matched by a single task ID.
configPrint the merged, expanded configuration.
versionPrint the binary version.
completionGenerate a shell completion script.

Generated pages

The per-command pages below are generated from cobra command metadata by cmd/docgen. Run make docs.cli to regenerate them after changing flags or short/long descriptions.