The easiest method to install the Shopify CLI is through RubyGems:
$ gem install shopify-cli
- 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.
$ brew update
$ brew upgrade shopify-cli
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
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