You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Majority of our source code is private and published to hex under our organization. Right now igniter.install does not work for our own hex packages.
Describe the solution you'd like
A possibility to specify optional organization prefix when installing packages with igniter.install.
Describe alternatives you've considered
We could use git dependencies for those specific packages but that would mean we cannot use hex for our other packages that depend on those as well as one cant publish packages to hex that has git dependencies.
Express the feature either with a change to resource syntax, or with a change to the resource interface
For example something like:
mix igniter.install foo acme:bar acme:baz
Or
mix igniter.install foo acme/bar acme/baz
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Majority of our source code is private and published to hex under our organization. Right now
igniter.install
does not work for our own hex packages.Describe the solution you'd like
A possibility to specify optional organization prefix when installing packages with
igniter.install
.Describe alternatives you've considered
We could use git dependencies for those specific packages but that would mean we cannot use hex for our other packages that depend on those as well as one cant publish packages to hex that has git dependencies.
Express the feature either with a change to resource syntax, or with a change to the resource interface
For example something like:
Or
The text was updated successfully, but these errors were encountered: