Sha256: 3973488694a1e4f5d8b4a89d84b41a0971fc65e0565634f6402366fb9a0ada75
Contents?: true
Size: 1012 Bytes
Versions: 3
Compression:
Stored size: 1012 Bytes
Contents
--- title: Install Shopify App CLI section: getting-started toc: false redirect_from: "/install/" --- Shopify App CLI can be installed using a variety of package managers. ### Homebrew (macOS) You’ll need to run `brew tap` first to add Shopify’s third-party repositories to Homebrew. ```console $ brew tap shopify/shopify $ brew install shopify-cli ``` ### apt (Debian, Ubuntu) You’ll need to install a downloaded .deb file with an explicit version number. Check the [releases page](https://github.com/Shopify/shopify-app-cli/releases) to make sure you install the latest package. ```console $ sudo apt install shopify-cli-x.y.z.deb ``` ### yum (CentOS 8+, Fedora, Red Hat, SUSE) You’ll need to install a downloaded .rpm file with an explicit version number. Check the [releases page](https://github.com/Shopify/shopify-app-cli/releases) to make sure you install the latest package. ```console $ sudo yum install shopify-cli-x.y.x.rpm ``` ### Ruby gem ```console $ gem install shopify-cli ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shopify-cli-1.0.1 | docs/getting-started/install/index.md |
shopify-cli-1.0.0 | docs/getting-started/install/index.md |
shopify-cli-0.9.3 | docs/getting-started/install/index.md |