Installation
This guide will walk you through the process of installing the MARY CLI tool on your system.
Prerequisites
Before installing the MARY CLI, ensure you have the following prerequisites:
- Node.js (version 22 or higher)
- npm or pnpm (we recommend pnpm v10.10.0 or higher)
Installation Methods
Using npm
npm install -g @missmaryio/cli
Using pnpm
pnpm add -g @missmaryio/cli
Verifying Installation
To verify that the MARY CLI has been installed correctly, run:
mary --version
This should display the current version of the CLI.
Configuration
After installation, you might want to configure your CLI with your MARY account:
mary login
This will guide you through the authentication process to connect your CLI with your MARY account.