DEV Community

Cover image for How to install Shopify CLI 3.0 for themes
Jack Huynh
Jack Huynh

Posted on • Edited on

3

How to install Shopify CLI 3.0 for themes

Shopify CLI (Command Line Interface) is a vital tools for developers when working with Shopify themes. With Shopify CLI you can create, develop, and deploy themes directly from your terminal, allowing for quicker automation and improved workflows.

Let's see how we can set up the Shopify CLI on our computer.

Prerequisites

Installing Shopify CLI ⚡️

macOS

Installing Shopify CLI on macOS is simple with Homebrew

brew tap shopify/shopify
brew install shopify-cli
Enter fullscreen mode Exit fullscreen mode

Windows

Installing Shopify CLI on Windows require you to install RubyInstaller for Windows first.

Then open the Terminal

npm install -g @shopify/cli @shopify/theme
Enter fullscreen mode Exit fullscreen mode

Verify the installation

After the installation is complete, verify that Shopify CLI is installed correctly by running the following command:

shopify version
Enter fullscreen mode Exit fullscreen mode

If the installation was successful, the command should display the version of the installed Shopify CLI.

Image description

Typing in the shopify help will list available Shopify CLI commands.

shopify help
Enter fullscreen mode Exit fullscreen mode

Image description

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read full post →

Top comments (2)

Collapse
 
khoaanh2212 profile image
Ka Nguyen

weldone bro

Collapse
 
huynhmanhnguyen profile image
huynhmanhnguyen

sound good

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more