Install

This guide shows you how to install Shoplazza CLI on macOS, Windows, or Linux. You can use your computer's command line to install Shoplazza CLI from one of the supported package managers.

Requirements

To install and run Shoplazza CLI, you need to have the following installed on your computer:

Install Shoplazza CLI

Shoplazza CLI is managed as a set of Node.js packages:

You can install the package using npm install on macOS, Windows, or Linux.

npm install -g shoplazza-cli

Verify the installation

To verify that Shoplazza CLI is installed properly, run the following command:

shoplazza version

The command returns a version number.

Next steps