Installation
This guide walks you through the installation of the SHOPLINE CLI on Windows and macOS. You can use your computer's command line to install the SHOPLINE CLI via one of the supported package managers.
Requirements
To install and run the SHOPLINE CLI, ensure that the following are installed on your computer:Install the SHOPLINE CLI
The SHOPLINE CLI can be installed on both Windows and macOS. You have two methods for installation, using npm or yarn.npm
npm install --global @shoplineos/cli
yarn
yarn global add @shoplineos/cli
Verify the installation
Once the installation is complete, you can verify it by checking the current version of SHOPLINE CLI with the following command:sl --version
This command will return the installed version number, confirming that the installation is successful.
Was this article helpful to you?