Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Improve theme pull/push help messages: indicate multiple only/`…
Browse files Browse the repository at this point in the history
…ignore` flags are allowed (#2025)
  • Loading branch information
John Royall authored Feb 21, 2022
1 parent 30ab048 commit 0230b1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!`
Expand Down
8 changes: 4 additions & 4 deletions lib/project_types/theme/messages/messages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0230b1b

Please sign in to comment.