Quickstart
Install the Pipemason CLI, pair a runner, and ship your first run in minutes.
Install the CLI
Install the Pipemason CLI globally using npm:
npm install -g @pipemason/cli
Authenticate
Log in to your Pipemason account from the terminal:
pipemason login
Verify installation
Confirm the CLI is installed and authenticated:
pipemason --version
Run your first program
Start a run from a spec file in your repository:
pipemason start .pipeline/spec.md