Installing multiple interdependent source packages
See original GitHub issueIs there any way to install packages from local archives even if they specify dependency on each other?
To give you an example: I have these two source packages:
- cli-wrapper
- gui-wrapper
- api-common
cli-wrapper
depends on api-common
and gui-wrapper
depends on api-common
. In reality I may need to install either cli+api, or gui+api, or cli+gui+api. The only way for me to get packages to the target is to copy the packages themselves, there’s no internet access where the packages are installed.
I’ve searched high and low, couldn’t find anything that’d do this.
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
Can I Install a Salesforce Package, that is dependent on ...
yes, actually 'force-app' contains all the source code for the OMI package, which depends on LTI package (Sobjects). My scratch developer org ...
Read more >Automatically install dependent libraries for a self-made ...
I have a question regarding on how to automatically install dependent libraries while installing a self-made package from source.
Read more >Install and manage packages in Visual Studio using the ...
Find and install a package · Load a project in Solution Explorer, and then select Project > Manage NuGet Packages. · Select the...
Read more >Python Dependencies - Everything You Need to Know
Click to learn everything about Python dependencies - from managing and adding, to packaging, checking or downloading. Here's all you need!
Read more >Org Dependent Packages - packages for the masses with Keir ...
Org- dependent packages allow you to create unlocked packages that depend on code/configuration not present in the package.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This works with the new resolver.
Precisely that, with an extra condition that one of the packages depends on another packages. I’ll update the post with verbose logs tomorrow.