--- title: "Coming soon: New way to deploy app configuration 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/coming-soon-new-way-to-deploy-app-configuration-using-shopify-cli md: https://shopify.dev/changelog/coming-soon-new-way-to-deploy-app-configuration-using-shopify-cli.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 31, 2024 Tags: * Action Required * Tools # Coming soon: New way to deploy app configuration using Shopify CLI An upcoming release affects the [app configuration](https://shopify.dev/docs/apps/tools/cli/configuration) deployment process using Shopify CLI, which includes breaking changes that require your attention. Effective **January 31, 2024**, we're introducing an improved way to release your app configuration and extensions together using the `shopify app deploy` command. With this update, you can version and roll back changes to your app configuration as part of app versions! **Upcoming Breaking Change Details**: The Shopify CLI `shopify app config push` command will no longer be supported in any CLI version. Instead, you should use the [`shopify app deploy` command](https://shopify.dev/docs/apps/tools/cli/commands#deploy) to release your app configurations and extensions. **Next steps starting January 31, 2024**: * Developers using `shopify app config push` to release app configuration need to update to the latest Shopify CLI version and use `shopify app deploy` instead. * Developers using `shopify app config push` in CI/CD workflows need to update their deployment scripts to remove this command. Detailed migration instructions will be provided in [app configuration documentation](https://shopify.dev/docs/apps/tools/cli/configuration#migrate-from-config-push) at the time of release on January 31.