odo dev --no-commands
#6569
Labels
kind/user-story
An issue of user-story kind
priority/High
Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
sprint demo
Indicates an issue for which a demo should be recorded and presented at the end of the sprint.
Milestone
/kind user-story
User Story
As an odo user, I want to manually run build and run commands So that I can have complete control over the lifecycle. This is a requirement for some of the scenarios with Wildfly where the application is deployed to the application server.
To make this useful it will require #6568
example how this can be used
Acceptance Criteria
odo dev
should have--no-commands
flag that runsodo dev
in a special mode where it doesn't execute any commands defined in the devfile. It just creates all resources on the cluster and sets up file syncing.odo dev --no-commands
should work with devfiles with no commands/kind user-story
The text was updated successfully, but these errors were encountered: