Closed jonathanmoore closed 1 month ago
👋 hey @jonathanmoore thanks for reporting this issue, we're taking a look but in the meantime can you add the --legacy
flag to your command and let us know if that works as a workaround? thanks in advance
The legacy flag does work, and in this case adding --nodelete also works. Still I don't think the unrelated removal when using --only makes sense
Our team is also experiencing this issue. Reverting to 3.66.1 resolves it
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
I have a script that pulls the latest template .json and config json files that I have used for over a year without any issues.
shopify theme pull --live --store STORE-NAME --path theme --only templates/*.json config/settings_data.json --verbose
The expectation is that this will pull any changed template and config JSON files.
Actual behavior
The files are pulling as expected, however it has a side effect of removing some of the built asset/ js and css files.
Verbose output
Reproduction steps
Operating System
Mac OS 14.5
Shopify CLI version (check your project's
package.json
if you're not sure)3.67.0
Shell
zsh
Node version (run
node -v
if you're not sure)20.14.0
What language and version are you using in your application?
No response