Tomas Kral
Tomas Kral
/kind user-story ## User Story - As an odo user - I want to be able to list Routes/Ingresses URLs that were deployed after executing `odo deploy` - So that...
## User Story - As an odo usser - I don't want `odo dev` command to be interrupted because auth token expired. - So that I can keep working without...
/kind user-story ## User Story As an odo user, I want to be able to run my development environment locally without requiring kubernetes/openshift cluster So that I don't need to...
/kind user-story ## User Story As an odo user, I want odo to automatically detect the port that my application is using So that I don't have to type it...
/kind user-story ## User Story As an odo user (developer working on IDE plugin based on odo) I want to be able to list all bindable services So that I...
/kind user-story ## User Story As a development team leader (team uses odo) I want my team to be able to use one shared namespace So developers can easily share...
`--logs` flag will enable automatic tailing of stderr and stdout logs from all containers and show it to stdout
- [ ] https://github.com/redhat-developer/odo/issues/5996 - [ ] https://github.com/redhat-developer/odo/issues/5997 - [ ] https://github.com/redhat-developer/odo/issues/5990
/kind user-story ## User Story As an odo user I want to have an easy way to "undo"/"delete" files that were created by odo like `devfile.yaml` or `.odo` So that...
/kind user-story ## User Story - As an odo user - I don't want to keep manually restarting `odo dev` command every time I edit something in devfile (like `commandLine`...