# shopify-cli-example-app
**Repository Path**: mirrors_Shopify/shopify-cli-example-app
## Basic Information
- **Project Name**: shopify-cli-example-app
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-12-17
- **Last Updated**: 2026-03-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Shopify CLI Example App
This repository contains an example Shopify App that uses [shopify/shopify-cli-action](https://github.com/Shopify/shopify-cli-action) to build, test, and deploy an app to the Shopify platform using Shopify CLI 2.0.
## CLI 2.0 deprecation
Note that Shopify CLI 2.0 is deprecated. We encourage using [Shopify CLI 3.0](https://github.com/Shopify/cli) to develop apps, custom storefronts, and themes.
Documentation about Shopify CLI 3.0 and CI/CD:
- https://shopify.dev/apps/tools/cli/ci-cd
- https://shopify.dev/themes/tools/cli/ci-cd
## Blocks
| Block | Description | CI | CD |
| --- | ---- | --- | --- |
| [home](/home) | An block that's loaded in the admin | [](https://github.com/Shopify/shopify-cli-example-app/actions/workflows/home.yml) | |
| [scripts/payment_method](/scripts/payment_method) | A payment method script | [](https://github.com/Shopify/shopify-cli-example-app/actions/workflows/payment-method.yml) | [](https://github.com/Shopify/shopify-cli-example-app/actions/workflows/payment-method-deploy.yml) |
| [ui-extensions/checkout_post_purchase](ui-extensions/checkout_post_purchase) | A checkout post-purchase UI extension | [](https://github.com/Shopify/shopify-cli-example-app/actions/workflows/checkout-post-purchase.yml) | [](https://github.com/Shopify/shopify-cli-example-app/actions/workflows/checkout-post-purchase-deploy.yml) |