elfsquad/cli Introduction
The elfsquad/cli is a command-line interface that helps you develop and
manage Elfsquad extensions. It provides a number of commands to create,
update and publish extensions.
Requirements
- Node.js: version 20 or higher
Installation
This installs the Elfsquad CLI globally on your system, so you can run
elfsquad commands from any directory.
bash
npm i -g @elfsquad/cli
Authentication
Before you can use the CLI, you need to authenticate with your Elfsquad environment. You can do this by running the login command.
bash
elfsquad login
elfsquad logout
Help
You can get a list of all available commands by running the help command.
bash
elfsquad help