Ability to pass arguments to InstallCommand #88
abishekrsrikaanth
started this conversation in
Ideas
Replies: 1 comment
-
Feel free to PR this. Make sure to include tests and an updated readme. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@freekmurze, is there a way to pass arguments or inputs to the
InstallCommand
? I want to be able to change the install command based on the argument being passed. For example, if a package had to publish migrations specific to a payment provider.It would help to only publish migrations specific to that condition. Or if there was a way to prompt the user for arguments in the Install Command, that would be great.
Beta Was this translation helpful? Give feedback.
All reactions