redhat-developer / odo

odo - Developer-focused CLI for fast & iterative container-based application development on Podman and Kubernetes. Implementation of the open Devfile standard.
https://odo.dev
Apache License 2.0
788 stars 243 forks source link

[UI] Allow to edit Commands from the Commands Tab #7052

Closed rm3l closed 1 year ago

rm3l commented 1 year ago

/kind user-story

User Story

As an odo user using the Dev UI to tailor the Devfile to my project needs, I want to be able to edit Commands from their specific views, So that I don't have to manually edit the Devfile YAML content. Currently, it is not possible to edit existing items like commands, containers, images, or volumes from their respective tabs. Users either need to delete and recreate them, or they need to manually edit the Devfile from the YAML view.

Details ![image](https://github.com/redhat-developer/odo/assets/593208/a2843516-582e-4d73-8310-9f764fc43901)

Acceptance Criteria

Links

/kind user-story