Getting started
Install the WordPress CLI
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 (recommended)
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. Track progress on the issue tracker.
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: authenticate the CLI.