I didn’t know about this! Looks really great! Is there a way to sync to existing repos?
I am trying to push to an existing Prismic and I have a custom_types
and a prismic-configuration.js
. The Git repo is private and I am using a branch. I have added the correct endpoint https://repo.prismic.io/api
. There’s only page
custom type in the repo in the repo, but when I run the CLI my configuration is incorrect:
prismic theme https://github.com/username/repo/archive/branch.zip --conf ./prismic-configuration.js
? URL of your theme (zip/github): https://github.com/username/repo/archive/branch.zip
We are checking the theme integrity
Invalid theme provided, check your zip file.
Edit: Forked the project repo, made it public and used the prismic theme
and it seemed to work, except didn’t make any custom types in the Prismic repo. 