Getting Started
Installation
Install the Handoff CLI and sign in in under a minute.
Install the CLI
The quickest path on macOS and Linux:
curl -fsSL https://raw.githubusercontent.com/jtljrdn/handoff-env/main/install.sh | shThe installer drops a compiled binary into ~/.local/bin (override with HANDOFF_INSTALL_DIR). Add that directory to your PATH if it isn't already.
On Windows, install via npm:
npx handoff-env --helpVerify the install:
handoff --helpSign in
handoff loginThis opens your browser, authenticates you against your Handoff account, and stores a token at ~/.config/handoff/auth.json. To skip the browser (handy on a headless box), pass a token directly:
handoff login --token hnd_xxxxxxxxNext up
With the CLI installed and authenticated, you're ready to push your first project.