I’ve purchased a theme and began to use it. I wanted to edit it locally using shopify CLI.
I practiced pulling on a separate dummy account to learn the process and it worked. I tried to pull on my real account but struggled with authentication, as it seems even after logging out with shopify auth logout
and getting a success message, somehow I was still trying to access my real account theme using my dummy account (using --verbose
flag showed I was still logged in as dummy account).
I uninstalled and reinstalled shopify-cli, and after various commands eventually tried:
wr-shopify shopify theme pull --store [store-id] --theme [theme-id]
It said: It doesn't seem like you're running this command in a theme directory.
and do I want to continue, I said yes
I’m guessing it started a blank theme?
I put in the same command again - it said success, theme xxx has been pulled.
And here is where when I open the theme, and it says theme does not exist. Logging into shopify and looking at the store theme, it’s also non existent.
This is just from pulling the theme, I have not run any commands to deploy, or build, or push.
Not sure how to fix this, please help