CLI Installation

The Hyperfile CLI is distributed as an npm package.

Requirements

  • Node.js 20 or later
  • npm, pnpm, or yarn

Install

npm install -g hyperfile

Or with pnpm:

pnpm add -g hyperfile

Verify

hyperfile --version

Update

npm update -g hyperfile

Next Steps