-
Notifications
You must be signed in to change notification settings - Fork 243
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
Support group in devfile commands (application lifecycle) #2938
Comments
this is blocked on #2918, the parser needs to be implemented first /stats blocked |
@elsony What about devfile v1 support. Are we not going to support it anymore? |
Some observations for this work to be completed:
|
I would suggest to modify slightly to clarify:
|
@elsony what do you think about this issue here regarding command groups #3216 (comment) |
I think that we should list all devfiles in the registry regardless of what command groups are there. |
@kadel that is true. But |
The default registry is under our control, so we can make sure that all devfiles in the default registry have proper groups. |
/kind user-story
User Story
As a stack creator, I want to define the group that a given command in a devfile belongs to so that odo know what default command to when it build, run, test and debug.
Acceptance Criteria
devBuild
anddevRun
commands on the push logicodo catalog list components
logic acceptance criteria to use the group info instead of the odo specificdevBuild
anddevRun
commandsLinks
/kind user-story
/area devfile
The text was updated successfully, but these errors were encountered: