-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow executing non-default deploy commands #5454
Comments
@kadel: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
This issue was closed because it has been inactive for 30 days since being marked as stale. |
/reopen Still relevant - see thread in https://kubernetes.slack.com/archives/C01D6L2NUAG/p1701792255438769 |
@rm3l: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind user-story
/label v3
/priority medium
User Story
As an odo user, I want to be able to execute alternative deploy command that is not marked as default So that I can run/test alternative deploy commands without editing
devfile.yaml
Acceptance Criteria
odo deploy
command (for exampleodo deploy --command altdeploy
example
odo deploy
should execute commandid: deploy
, because it iskind: deploy
command marked withisDefualt:true
odo deploy --command deploy-app-image
should execute commandid: deploy-app-image
Links
/kind user-story
The text was updated successfully, but these errors were encountered: