@fusionauth/cli (v1.2.4) is a command-line tool for interacting with FusionAuth, an OIDC/OAuth authentication server. It enables downloading, uploading, and managing email templates, lambdas, and themes. This fork specifically fixes compatibility with Node.js 22, as the original package broke under that version. It is written in TypeScript and distributed as an npm package. Maintenance appears minimal (rare releases). Differentiators include watch functionality for live theme/email updates and environment variable support for API key and host.
npm install fusionauth-cliVerified import paths — ran on the pinned version, not inferred.
Shows how to set environment variables and download all email templates using npx.
Update Node.js to v19 or later (tested on 19 and 22).
Use npx @fusionauth/cli instead of global install.
Check the documentation for the latest command list.
Set the environment variables before running commands.
Use the original FusionAuth CLI if you need the official version; this fork only fixes Node 22 compatibility.
Run 'npm install' in the project directory or use npx to auto-install.
Set FUSIONAUTH_API_KEY environment variable or use -k option.
Ensure FusionAuth is running and FUSIONAUTH_HOST is correctly set.
No dependency data recorded yet.