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
But when I'm running only activate lifecycle to configure the module pParams is empty and now I don't know anymore where on the fileystem I can find config (directory) resource:
This is v0.7.3
I'm exploring an idea to use IPM to load module's installation env/site specific configuration.
I run into issue with parameters in resource processor. I have a simple processor
Company.IPM.Config
that only dumps information:In manifest:
I have
RootDirectory
parameter available when I'm loading the module:But when I'm running only activate lifecycle to configure the module
pParams
is empty and now I don't know anymore where on the fileystem I can findconfig
(directory) resource:The plan is to have the resource processor to depend on
-Denv
value and act accordingly.Second issue is why
Denv=foo
is expanded also toDzpm.env=foo
:The text was updated successfully, but these errors were encountered: