Be explicit about "odo project" set of commands running against a cluster #4442
Labels
good first issue
Denotes an issue ready for a new contributor. Maintainers will help mentor new contributors.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
v2
Issue or PR that applies to the v2 of odo
What versions of software are you using?
Operating System: all
Output of
odo version
: masterHow did you run odo exactly?
Ran set of
odo project
commands:odo project create -h
odo project delete -h
odo project set -h
Actual behavior
None of the help messages clearly indicate that they will be run against a kubernetes cluster.
Expected behavior
Help messages should be clear because odo does most things with "create+push" workflow wherein cluster resources are created only when
odo push
is executed. For commands that would do things on a cluster withoutodo push
, this should be clear from help message/good-first-issue
/area project
/kind bug
The text was updated successfully, but these errors were encountered: