This command however does not create a corresponding repository, I'm missing some lines in my terminal.
prismic theme --theme-url https://github.com/prismicio/gatsby-blog --conf prismic-config.js
We are checking the theme integrity
Let's get to it!
? Name your prismic repository: xxx
? Local folder to initalize project: xxx
Initialize local project
Running npm install...
There's a line missing here which tells me I can visit the new repository online. Does anyone happen to know why this command fails?
I don't see any repository being created, I get the following in my terminal;
C:\prismic>prismic theme https://github.com/prismicio/gatsby-getting-started-tutorial --ignore-conf
? URL of your theme (zip/github): https://github.com/prismicio/gatsby-getting-started-tutorial
We are checking the theme integrity
Let's get to it!
? Name your prismic repository: test-the-tutorial
? Local folder to initalize project: test-the-tutorial
Initialize local project
Running npm install...
Your project is ready, to proceed:
Go to the project folder : cd test-the-tutorial
There is no repository to be found in my dashboard, with best regards,
@kevindamstra it may be possible that you’re logged in to a different Prismic account because I tried it again and it's working.
Can you please run these command on your terminal :- prismic logout and then prismic login and enter your credentials from which you access repository. After that again run prismic theme command and go to your Prismic dashboard and refresh this page.
Can you please tell me what version of CLI are you using, you can check it through prismic --version.