Great work on this - for the most part it works as expected. However, when I try to grab a repository from Bitbucket (theme or plugin, doesn't matter) using a vv-blueprint.json file I end up with some problems.
Here is the vv-blueprint.json file in its entirety (which is essentially a straight c&p from the README.md with a few minor tweaks) with the issue arising from the repo listed in the first object in the plugins array
This seems to be closely related to the issue arising in #172 and I see that it's closed out, but don't see what the final resolution was. The error that I get when in the console is:
I should note that if I pass "activate" : false and "activate_network" : false instead, then it works just swimmingly. The plugin is cloned from the repo and we can go on our merry way.
There seems to be no difference in result if I use SSH instead of HTTPS for the "location" param.
Let me know if I can send anything else your way for context!
Hi there!
Great work on this - for the most part it works as expected. However, when I try to grab a repository from Bitbucket (theme or plugin, doesn't matter) using a vv-blueprint.json file I end up with some problems.
Here is the vv-blueprint.json file in its entirety (which is essentially a straight c&p from the README.md with a few minor tweaks) with the issue arising from the repo listed in the first object in the plugins array
And here is the command I'm passing in my console:
vv create --blueprint sample --multisite subdomain
This seems to be closely related to the issue arising in #172 and I see that it's closed out, but don't see what the final resolution was. The error that I get when in the console is:
I should note that if I pass "activate" : false and "activate_network" : false instead, then it works just swimmingly. The plugin is cloned from the repo and we can go on our merry way.
There seems to be no difference in result if I use SSH instead of HTTPS for the "location" param.
Let me know if I can send anything else your way for context!