Sha256: e30e41dee47d6dc8714fcc26bec3800693f02663cc72ae68998c6bc7767d2a12
Contents?: true
Size: 1.33 KB
Versions: 8
Compression:
Stored size: 1.33 KB
Contents
--- title: Upgrade Shopify App CLI section: getting-started toc: false redirect_from: "/upgrade/" --- You can manage upgrades to Shopify App CLI with the package manager for your platform. **Note** that it's important to use the same package manager to upgrade that you originally used to install Shopify App CLI. ### Homebrew (macOS) ```console $ brew update $ brew upgrade shopify-cli ``` ### apt (Debian, Ubuntu) On Debian-based Linux distributions, download the latest `.deb` file for Shopify App CLI from the [releases page](https://github.com/Shopify/shopify-app-cli/releases) and install it to update. 1. Download the `.deb` file from the [releases page](https://github.com/Shopify/shopify-app-cli/releases) 1. Install the downloaded file ```console $ sudo apt install /path/to/downloaded/shopify-cli-x.y.z.deb ``` ### yum (CentOS 8+, Fedora, Red Hat, SUSE) On Red Hat–based Linux distributions, download the latest `.rpm` file for Shopify App CLI from the [releases page](https://github.com/Shopify/shopify-app-cli/releases) and install it to update. 1. Download the `.rpm` file from the [releases page](https://github.com/Shopify/shopify-app-cli/releases) 1. Install the downloaded file ```console $ sudo yum install /path/to/downloaded/shopify-cli-x.y.x.rpm ``` ### RubyGems (macOS, Linux, Windows 10) ```console $ gem update shopify-cli ```
Version data entries
8 entries across 8 versions & 1 rubygems