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 loginOpens a browser. Issues a bearer token, stored in ~/.config/harmont/credentials.toml.
Run a pipeline
hm runReads .harmont-pipeline.py (or .scm) from the working tree, ships
the code to a sandbox, streams the result back. See Your first run.