Upgrade and uninstallation

This guide walks you through the upgrade and uninstallation of the SHOPLINE CLI.

Upgrade the SHOPLINE CLI

To upgrade the SHOPLINE CLI to the latest version, run the appropriate command based on your chosen package manager.

npm

npm install --global @shoplineos/cli

yarn

yarn global add @shoplineos/cli

Uninstall the SHOPLINE CLI

To uninstall the SHOPLINE CLI, run the appropriate command based on your chosen package manager.

npm

npm uninstall --global @shoplineos/cli

yarn

yarn global remove @shoplineos/cli
Was this article helpful to you?