Stream: IG creation
Topic: Local depdency references
Sean McIlvenna (Dec 14 2020 at 16:17):
If I have two implementation guides (A and B), and B depends on A, what properties reflect where IG A is ultimately deployed to? In other words, if I use "dev" on an IG in my local environment, it automatically sets the url of dependent profiles to file://XXXX and I'd like to have control over that. I suspect I do have control over that, but don't know which properties are used for that...
Eric Haas (Dec 14 2020 at 16:29):
other than in the ig dependency element?
Sean McIlvenna (Dec 14 2020 at 16:33):
Is it just ImplementationGuide.dependsOn.uri
that is used to influence published URLs to profiles in the dependency?
Sean McIlvenna (Dec 14 2020 at 16:34):
can it be any uri? i.e. some arbitrary http://XXXXX location of where the IG will ultimately live?
Eric Haas (Dec 14 2020 at 16:42):
IDK
Grahame Grieve (Dec 14 2020 at 19:50):
the links come from the package the guide depends on
Sean McIlvenna (Dec 21 2020 at 18:06):
where in the package??
Grahame Grieve (Dec 21 2020 at 21:57):
url in package.json
Grahame Grieve (Dec 21 2020 at 21:57):
which is from a parameter -publish [url] passed when running the ig
Last updated: Apr 12 2022 at 19:14 UTC