[Bug]: Pulling only (-o) specific folder doesn't work as expected #4855
Labels
Area: @shopify/theme
@shopify/theme package issues
moderate
lowest severity for theme related bug
Type: Bug
Something isn't working
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
When I am using command shopify theme pull -o templates/, it should pull just templates folder and all files inside it.
This works on version 3.59.0.
This is from package json;
"pull-hr": "shopify theme pull -o templates/ sections/*.json config/settings_data.json
It should pull whole templates folder, json files from sections folder and settings_data.json file. And it works on 3.59.0 Cli version.
Actual behavior
On version 3.70.0 it doesn't work as expected.
When I try to pull just specific theme folder, it doens't work.
Localy I don't have templates/ folder and it should create it, everythiing worked fine on earlier versions.
It shows that files are pulled, but folder is not pulled actually.
Verbose output
Reproduction steps
1.Try to pull just one folder, example shopify theme pull -o templates/
Operating System
Mac OS 14.1
Shopify CLI version (check your project's
package.json
if you're not sure)3.70.0
Shell
zsh
Node version (run
node -v
if you're not sure)v21.6.2
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered: