Harmont docs
Getting started

Getting started

Install hm, sign in, and run your first pipeline.

Three steps:

Install hm

See Install for your OS.

Sign in

hm login

Opens a browser. Issues a bearer token, stored in ~/.config/harmont/credentials.toml.

Run a pipeline

hm run

Reads .harmont-pipeline.py (or .scm) from the working tree, ships the code to a sandbox, streams the result back. See Your first run.

On this page