Stream: IG creation
Topic: IG Publisher enhancements
Grahame Grieve (Apr 21 2021 at 21:41):
Hey All. I don't know whether you'll find this useful, but you can now pass two new kind of URLs to the IG publisher via the -ig parameter:
-ig https://github.com/IHE/ITI.PIXm
-ig https://github.com/IHE/ITI.PIXm/tree/master
You can pass a github URL. Or you can pass a link to build.fhir.org:
-ig http://build.fhir.org/ig/dvci/vaccine-credential-ig/branches/main
The IG publisher will grab a copy of the current github repo for the branch, and then build it locally. This is not a useful thing to do if you're developing the content of the IG - any local changes you make will be blown away when you next build it. But if you're debugging, like I do, it's convenient.
Last updated: Apr 12 2022 at 19:14 UTC