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
When installing a bundle that has a dependency taking parameters, the parameters cannot specified on the command line as described in Working with dependencies.
To Reproduce
Steps to reproduce the behavior:
Create a bundle with a dependency taking parameters
Run this porter command porter install --params 'DEPNAME#PARAM=VALUE'
See error saying that dependency parameter is required
Expected behavior
Accordin to the documentation, Working with dependencies, the dependency parameter can be specified on the command line.
Porter Command and Output
$ porter install --params 'DEPNAME#PARAM=VALUE'
error resolving parameters for dependency DEPNAME: parameter "PARAM" is required
Describe the bug
When installing a bundle that has a dependency taking parameters, the parameters cannot specified on the command line as described in Working with dependencies.
To Reproduce
Steps to reproduce the behavior:
porter install --params 'DEPNAME#PARAM=VALUE'
Expected behavior
Accordin to the documentation, Working with dependencies, the dependency parameter can be specified on the command line.
Porter Command and Output
Version
Copy the output of
porter version
belowporter v1.0.16 (9b543ca)
The text was updated successfully, but these errors were encountered: