Hi, I am trying to pull the theme from shopify to VS code. I’m using theme download but I get the error theme: can’t open either download or download.text. I’m not sure what the appropriate command is. I’ve been making edits directly in the shopify dashboard, and need to push it to git hub.
Topic summary
Problem: Downloading a Shopify theme to work locally in VS Code fails when running theme download, showing an error like “theme: can’t open either download or dow nload.text”. The goal is to pull a theme edited in the Shopify admin and then push it to GitHub.
Key guidance: Use Shopify Theme Kit commands instead of theme download.
theme get --listto list available themes in the store and choose one to download.theme get --liveto download the currently live theme.
Outcome: The reply points to the correct Theme Kit commands and official documentation; the original error is not further diagnosed, and follow-up confirmation is pending.
Hey
Assuming you have already set up the credentials to use Theme Kit, you can use the command:
theme get --list
this will display a list of all your themes on your terminal, you can then select which one you want to download to work on it locally.
You can also use
theme get --live
to download the live theme on your website.
Let me know if that helps.
Thanks,
Andre