odo registry
: list Devfile Stack versions
#6314
Labels
area/registry
Issues or PRs related to Devfile registries
kind/user-story
An issue of user-story kind
Milestone
/kind user-story
User Story
As an odo user, I want to see Devfile Stack versions, So that I can fetch a specific version as needed.
Acceptance Criteria
odo registry
should display all supported Devfile Stack versions in both human-readable and JSON outputs.*
ordefault
).version
field in JSON and human-readable output should still be present (for backward compatibility), but it should be the default stack versionversions
field, which would list all Stack versionsv2index
Registry API by default; and if it fails, fallback to theindex
API (which only supports listing the single default version)Links
NOTES:
v2index
API that lists all versions for each Stack, e.g.: https://registry.stage.devfile.io/v2indexExamples of output
odo registry
odo registry : new column 'Versions' with all versions
odo registry --details
Human-readable output
JSON Output
/kind user-story
The text was updated successfully, but these errors were encountered: