Description of problem: catalog list components doesn't list out component of a specified namespace Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. $ odo project create test 2. $ oc apply -n test -f https://raw.githubusercontent.com/openshift/library/master/arch/x86_64/community/wildfly/imagestreams/wildfly-centos7.json 3. $ odo catalog list components --project test Error: unknown flag: --project Usage: odo catalog list components [flags] [...] Actual results: --project flag is not supported. Expected results: Should list out wildfly component Additional info:
this is a feature request not a bug