odo describe component (#5725)

* odo describe component

* More fields on named describe

* Doc

* Update pkg/odo/cli/describe/component.go

Co-authored-by: Parthvi Vala <pvala@redhat.com>

* Update pkg/odo/cli/describe/component.go

Co-authored-by: Parthvi Vala <pvala@redhat.com>

* Update pkg/odo/cli/describe/component.go

Co-authored-by: Parthvi Vala <pvala@redhat.com>

* Add Describef

* Parthvi review

* Fix rebase

Co-authored-by: Parthvi Vala <pvala@redhat.com>
This commit is contained in:
Philippe Martin
2022-05-12 12:30:47 +02:00
committed by GitHub
parent 312faae108
commit cb1546a67e
10 changed files with 355 additions and 99 deletions

View File

@@ -165,7 +165,7 @@ func (o RegistryClient) ListDevfileStacks(registryName, devfileFlag, filterFlag
if err != nil {
return *catalogDevfileList, err
}
devfile.SupportedOdoFeatures = devfileData.SupportedOdoFeatures
devfile.SupportedOdoFeatures = *devfileData.SupportedOdoFeatures
}
devfiles = append(devfiles, devfile)