CLI (Command Line)Installation

Install the Respira CLI

Install Respira CLI for WordPress via npm, pnpm, or yarn. Requires Node.js 18 or later.

Respira CLI ships as an npm package. Install it globally and you get a respira command on your PATH.

Requirements

  • Node.js 18 or later
  • npm, pnpm, or yarn
  • macOS, Linux, or Windows
npm install -g @respira/cli

pnpm

pnpm add -g @respira/cli

yarn

yarn global add @respira/cli

Homebrew

A Homebrew tap is on the roadmap.

Standalone binaries

Self-contained binaries for macOS, Linux, and Windows are on the roadmap for v0.5.

Verify the install

respira --version
respira --help

Next steps