Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.27 KB

installation.md

File metadata and controls

46 lines (30 loc) · 1.27 KB

Installation

Installation through RubyGems

The easiest method to install the Shopify CLI is through RubyGems:

$ gem install shopify-cli

Installation for macOS Users

  • Make sure you have Homebrew installed
  • Open your terminal app
  • Run brew tap shopify/shopify
  • Run brew install shopify-cli
  • After the installation is completed, run shopify version, if this outputs a version number you've successfully installed the CLI.

To upgrade Shopify CLI

Homebrew (Mac OS)

$ brew update
$ brew upgrade shopify-cli

Installation for Debian and Ubuntu users through apt

1.- Download the latest .deb binary for Shopify CLI from the releases page.

2.- Install the downloaded file and make sure to replace /path/to/download/shopify-cli-x.y.z.deb with the path to your file's location:

$ sudo apt install /path/to/downloaded/shopify-cli-x.y.z.deb

Installation for CentOS 8+, Fedora, Red Hat, and SUSE users through yum

1.- Download the latest .rpm file for Shopify App CLI from the releases page.

2.- Install the downloaded file and make sure to replace /path/to/downloaded/shopify-cli-x.y.x.rpm with the path to your file's location:

 $ sudo yum install /path/to/downloaded/shopify-cli-x.y.x.rpm