CLI
hm CLI
Every hm command, by topic.
hm is the Harmont CLI. Subcommands group by noun, then verb (hm <noun> <verb>).
| Command | Purpose |
|---|---|
hm run | Ship the working tree into a CI pipeline. |
hm login | Sign in. Opens the browser flow. |
hm pipeline | Manage pipeline definitions. |
hm build | Inspect, retry, and cancel builds. |
For the full machine-readable command tree, run hm --help. Exit codes:
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | Build failed |
| 2 | CLI usage error |
| 3 | Auth error |
| 4 | Network error |
| 5 | API error |
| 10 | Canceled |
| 130 | SIGINT |