Harmont docs
CLI

hm CLI

Every hm command, by topic.

hm is the Harmont CLI. Subcommands group by noun, then verb (hm <noun> <verb>).

CommandPurpose
hm runShip the working tree into a CI pipeline.
hm loginSign in. Opens the browser flow.
hm pipelineManage pipeline definitions.
hm buildInspect, retry, and cancel builds.

For the full machine-readable command tree, run hm --help. Exit codes:

CodeMeaning
0Success
1Build failed
2CLI usage error
3Auth error
4Network error
5API error
10Canceled
130SIGINT