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
Why is this needed? Is your feature request related to a problem?
Odo shows users what commands are available to them. This is useful for users to know that they, for example, can't use odo deploy if the stack doesn't have deploy command.
Odo has a command that shows this information for all Stacks in the registry.
It needs to fetch every Devfile stack from the registry to get that info.
It would be nice to get that info without downloading every devfile.
In general it might be useful for other tools to be ablet to quickly see what "features" each devfile stack supports.
Target Date: 2023-02-14
The text was updated successfully, but these errors were encountered:
Which area this feature is related to?
/area registry
Which functionality do you think we should add?
Add information to the registry index about what command groups are defined in the devfile stack
for example, something like this:
Why is this needed? Is your feature request related to a problem?
Odo shows users what commands are available to them. This is useful for users to know that they, for example, can't use
odo deploy
if the stack doesn't havedeploy
command.Odo has a command that shows this information for all Stacks in the registry.
It needs to fetch every Devfile stack from the registry to get that info.
It would be nice to get that info without downloading every devfile.
In general it might be useful for other tools to be ablet to quickly see what "features" each devfile stack supports.
Target Date: 2023-02-14
The text was updated successfully, but these errors were encountered: