--- title: "Shopify CLI: Preview your theme changes using any theme - 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/shopify-cli-preview-your-theme-changes-using-any-theme md: https://shopify.dev/changelog/shopify-cli-preview-your-theme-changes-using-any-theme.md --- [Back to Developer changelog](https://shopify.dev/changelog) June 7, 2022 Tags: * Tools # Shopify CLI: Preview your theme changes using any theme When developing a theme using Shopify CLI, you can now preview your local changes using any theme in a store. To specify a theme, run the Shopify CLI [`theme serve`](https://shopify.dev/themes/tools/cli/theme-commands#serve) command with the new `-t` or `--theme` flag: ```bash shopify theme serve -t my-unpublished-theme ``` Previously, developers could only preview changes using [development themes](https://shopify.dev/themes/tools/cli#development-themes). **Caution:** Before running `shopify theme serve`, pull your remote theme to ensure that any recent changes don't get overwritten by your local development files. Learn more about [previewing your theme using Shopify CLI](https://shopify.dev/themes/tools/cli/getting-started#preview-test-and-share-your-theme).