Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency parameters cannot be specificed on the command line #3010

Closed
kichristensen opened this issue Mar 9, 2024 · 0 comments · Fixed by #3013
Closed

Dependency parameters cannot be specificed on the command line #3010

kichristensen opened this issue Mar 9, 2024 · 0 comments · Fixed by #3013
Labels
bug Oops, sorry!

Comments

@kichristensen
Copy link
Contributor

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:

  1. Create a bundle with a dependency taking parameters
  2. Run this porter command porter install --params 'DEPNAME#PARAM=VALUE'
  3. 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

Version

Copy the output of porter version below

porter v1.0.16 (9b543ca)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Oops, sorry!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant