-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Some suggestion to improve the current kogito CLI, basically be more consistent with OpenShift terms:
`kogito new-project my-project-name` instead of `kogito new-app my-project-name`
`kogito use-project existing-project-name` instead of `kogito app my-project-name`
`kogito deploy [...] --use-project project-name` instead of `kogito deploy [...] --app project-name`
We could also have similar commands (aliases) to pure kubernetes terms, something like:
`kogito new-ns my-project-name` instead of `kogito new-app my-project-name`
`kogito use-ns existing-project-name` instead of `kogito app my-project-name`
`kogito deploy [...] --use-ns project-name` instead of `kogito deploy [...] --app project-name`
- relates to
-
KOGITO-242 Operator should be able to delete Kogito applications
- Resolved