Sha256: acedeb960b519e76b0a417b6e8a96d5a6c64cab4a2817d96bb95d143766fe4ae

Contents?: true

Size: 1.27 KB

Versions: 13

Compression:

Stored size: 1.27 KB

Contents

# Installation

## Installation through RubyGems

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

```shell
$ gem install shopify-cli
```

## Installation for macOS Users

- Make sure you have [Homebrew](https://brew.sh/) 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)

```shell
$ 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:

```shell
$ 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:

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
shopify-cli-2.11.2 docs/users/installation.md
shopify-cli-2.11.1 docs/users/installation.md
shopify-cli-2.11.0 docs/users/installation.md
shopify-cli-2.10.2 docs/users/installation.md
shopify-cli-2.10.1 docs/users/installation.md
shopify-cli-2.10.0 docs/users/installation.md
shopify-cli-2.9.0 docs/users/installation.md
shopify-cli-2.8.0 docs/users/installation.md
shopify-cli-2.7.4 docs/users/installation.md
shopify-cli-2.7.3 docs/users/installation.md
shopify-cli-2.7.2 docs/users/installation.md
shopify-cli-2.7.1 docs/users/installation.md
shopify-cli-2.7.0 docs/users/installation.md