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 or use-case? Please describe.
Build strategies support custom parameters for a long time already. In the meantime = in the Beta API, even the Dockerfile name has become a parameter.
We should finally add support for parameters in the CLI.
Is there an existing feature request for this?
Is your feature request related to a problem or use-case? Please describe.
Build strategies support custom parameters for a long time already. In the meantime = in the Beta API, even the Dockerfile name has become a parameter.
We should finally add support for parameters in the CLI.
As a first step, let's start with single-values.
Describe the solution that you would like.
Here is my suggestion:
NOTE: we do not have a
shp build update
command. We therefore do not need to think about how to remove a parameter.TBD: Is the colon (
:
) a good separator, or should we use the equal sign (=
) instead ?Describe alternatives you have considered.
No response
Anything else?
Once this is done, we should open an issue with part 2 with array support.
The text was updated successfully, but these errors were encountered: