---
title: >-
  Online Store 2.0: Create and manage themes using Shopify CLI - Shopify
  developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/online-store-2-0-create-and-manage-themes-using-shopify-cli
  md: >-
    https://shopify.dev/changelog/online-store-2-0-create-and-manage-themes-using-shopify-cli.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: Tools
    handle: tools
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2021-06-25T16:41:27-04:00'
  postedAt: '2021-06-29T00:00:00-04:00'
  updatedAt: '2024-02-02T10:05:01-05:00'
  effectiveAt: '2021-06-29T00:00:00-04:00'
---

June 29, 2021

Tags:

* Tools

# Online Store 2.0: Create and manage themes using Shopify CLI

Theme developers can now use Shopify CLI to build themes.

You can now do the following:

* Develop, preview, and test changes using development themes
* Hot-reload CSS and Liquid section changes as you’re developing
* Initialize a new theme project using our reference theme, [Dawn](https://shopify.dev/themes/tools/dawn), as a starting point
* Push and publish themes from the command line
* Lint your theme’s code using [Theme Check](https://shopify.dev/themes/tools/theme-check)
* Populate test data for your theme, including products, customers, and draft orders

[Learn more about developing themes using Shopify CLI](https://shopify.dev/themes/tools/cli/getting-started).
