Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. odo app create --project springproject jeffapp Actual results: Error: unknown flag: --project Usage: odo app [flags] odo app [command] Aliases: app, application Examples: # Delete the application odo app delete myapp # Describe 'webapp' application, odo app describe webapp # List all applications in the current project odo app list # List all applications in the specified project odo app list --project myproject Available Commands: delete Delete the given application describe Describe the given application list List all applications in the current project Flags: -h, --help Help for app Global Flags: --skip-connection-check Skip cluster check -v, --v Level Log level for V logs. Level varies from 0 to 9 (default 0). --vmodule moduleSpec Comma-separated list of pattern=N settings for file-filtered logging Use "odo app [command] --help" for more information about a command. X unknown flag: --projec Expected results: Should report that the create command is not valid, not the --project flag incorrect Additional info:
We change this behavior we would have to change it in the Cobra library, which means either submitting path upstream or carrying our potched version. Both options are quite a lot o work, and I don't think it is worth investing in changing this.