You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
It would be preferable for us to support multiple ignore flags (either as opposed to or in addition to multiple args for a single flag if that is the new syntax)
Please confirm that you have:
What type of project are you working on?
theme
Expected behavior
I have a pull script that looks similar to the following:
previously, this worked.
new syntax needed:
shopify theme pull src --ignore assets/theme.scss assets/css.css assets/component-*.css
Actual behavior
all the specified ignored files were in fact pulled except those in the first ignore flag
This broke from 2.11.0 -> 2.13.0 confirmed by downgrading shopify CLI.
Stack trace
No response
Reproduction steps
shopify theme push
shopify --ignore file1 --ignore file2
shopify --ignore file1 file2
Operating System
Mac os monterey
CLI version (run
shopify version
if you're not sure)2.13.0
Shell
zsh, bash
Ruby version (run
ruby -v
if you're not sure)ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.x86_64-darwin21]
What language and version are you using in your application?
NA
The text was updated successfully, but these errors were encountered: