Harmont docs
CLI

hm login

Sign in. Opens the browser flow.

Synopsis

hm login

What it does

hm login opens the dashboard's CLI handoff page in your browser. The dashboard mints a fresh bearer and hands it to a localhost listener over a single-use, 60-second channel. The token lands in your OS keyring when available, otherwise a hardened file at ~/.hm/credentials. On a headless host, paste the printed URL into a browser elsewhere and the handoff still completes.

Flags

hm login takes no flags. The browser carries the flow.

Examples

hm login

On this page