diff --git a/CHANGELOG.md b/CHANGELOG.md index 794eb66bb8..4f4d5709ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ From version 2.6.0, the sections in this file adhere to the [keep a changelog](https://keepachangelog.com/en/1.0.0/) specification. ## [Unreleased] -* [#2051](https://github.com/Shopify/shopify-cli/pull/2051): Update `theme serve` to accept `root` argument ### Added * [#1866](https://github.com/Shopify/shopify-cli/pull/1866): Enforce git dependency * [#2009](https://github.com/Shopify/shopify-cli/pull/2009): Add localization support for Checkout Extensions * [#2076](https://github.com/Shopify/shopify-cli/pull/2076): Release Wasm Script Projects +* [#2051](https://github.com/Shopify/shopify-cli/pull/2051): Update `theme serve` to accept `root` argument +* [#2025](https://github.com/Shopify/shopify-cli/pull/2025): Improve `theme pull`/`push` help messages to indicate multiple `--only`/`--ignore` flags are allowed. ### Fixed * [#2030](https://github.com/Shopify/shopify-cli/pull/2030): Fix Theme::Syncer handling of file deletions in `download_file!` diff --git a/lib/project_types/theme/messages/messages.rb b/lib/project_types/theme/messages/messages.rb index c8e7005522..a469f79f14 100644 --- a/lib/project_types/theme/messages/messages.rb +++ b/lib/project_types/theme/messages/messages.rb @@ -65,8 +65,8 @@ module Messages {{command:-j, --json}} Output JSON instead of a UI. {{command:-a, --allow-live}} Allow push to a live theme. {{command:-p, --publish}} Publish as the live theme after uploading. - {{command:-o, --only}} Upload only the specified files. - {{command:-x, --ignore}} Skip uploading the specified files. + {{command:-o, --only}} Upload only the specified files (Multiple flags allowed). + {{command:-x, --ignore}} Skip uploading the specified files (Multiple flags allowed). Run without options to select theme from a list. HELP @@ -202,8 +202,8 @@ module Messages {{command:-l, --live}} Pull theme files from your remote live theme. {{command:-d, --development}} Pull theme files from your remote development theme. {{command:-n, --nodelete}} Runs the pull command without deleting local files. - {{command:-o, --only}} Download only the specified files. - {{command:-x, --ignore}} Skip downloading the specified files. + {{command:-o, --only}} Download only the specified files (Multiple flags allowed). + {{command:-x, --ignore}} Skip downloading the specified files (Multiple flags allowed). Run without options to select theme from a list. HELP