Install the Staplehire CLI globally with npm, then verify theDocumentation Index
Fetch the complete documentation index at: https://staplehire.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
staplehire binary before logging in.
Prerequisites
| Requirement | Notes |
|---|---|
| Node.js | Node.js 18 or newer |
| npm | Used for global installation |
| Staplehire account | Required for staplehire login |
Install with npm
staplehire binary.
Install from source
Use source installation only when contributing to the CLI.Verify the install
doctor checks the CLI version, API key source, API URL, and GET /v1/me API roundtrip.
FAQ
What package do I install?
Install@staplehire/staplehire-cli.
What binary does the package provide?
The binary isstaplehire.
Should CI run staplehire login?
No. Set STAPLEHIRE_KEY as a secret and use staplehire doctor -q to verify it.
Related: Authenticate the Staplehire CLI · Use the Staplehire CLI in CI · Command reference