Add input and shell commands in devfile yaml #16328
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Is your enhancement related to a problem? Please describe.
Currently I have to manually maintain
tasks.json
anddevfile.yaml
files together, meaning:devfile.yaml
does not acceptinputs
, so I add it intotasks.json
And
che
commands doesn't support${input:EXAMPLE}
, so alternatively, I have to define it asexec
command inyaml
but in tasks, I set it asshell
in the
yaml
below doesn't work and it doesn't even show up!
below works
Describe the solution you'd like
Improvements for above, please! At least, allow
Tasks
to refresh the list if we changed/updated thetasks.json
, we don't have to must have to match thetasks.json
to thecommands
list inyaml
and have
che
to support${server.web...} variables and input
Describe alternatives you've considered
I already mentioned my suffering workarounds above...
Additional context
Thanks
The text was updated successfully, but these errors were encountered: