-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
devex docs #218 Apr 28-May 19
-
3
this command doesn't work odo does not recognize --s2i or --git flags.
PS C:\Users\ashig\sample-app> odo version
odo v2.5.0 (724f16e68)
Server: https://api.crc.testing:6443
Kubernetes: v1.23.3+e419edf
PS C:\Users\ashig\sample-app> odo create nodejs --s2i --git https://github.com/openshift/nodejs-ex
Error: unknown flag: --s2i
PS C:\Users\ashig\sample-app> odo create nodejs --git https://github.com/openshift/nodejs-ex
Error: unknown flag: --git
Reported by: grover_a