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
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
As a user, I want to be able to list the running devfile components on my system (Either Kube cluster or Docker) and see which devfile they belong to, using odo list.
Acceptance Criteria
odo list should be able to list all of the running devfile components in a given namespace
odo list should specify which devfile each component is part of (e.g. openLiberty, java-springboot, etc)
If running on an OpenShift cluster with both s2i and devfile components, it needs to support listing both
/kind user-story
/area devfile
User Story
As a user, I want to be able to list the running devfile components on my system (Either Kube cluster or Docker) and see which devfile they belong to, using
odo list.Acceptance Criteria
odo listshould be able to list all of the running devfile components in a given namespaceodo listshould specify which devfile each component is part of (e.g.openLiberty,java-springboot, etc)/kind user-story