mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
* Add new `--run-port` flag to `odo init` to set ports non-interactively As depicted in [1], this leverages the default (or single non-default) run command to find the linked container component. As such, it assumes that the command found is an exec command, and that the linked component is a container component. [1] https://github.com/redhat-developer/odo/issues/6925 * Add unit and integration tests highlighting the expectations * Document the new `--run-port` flag * Fix some typos and language correctness issues in the `odo init` doc * Add doc automation test for the output of `odo init --run-port` This ensures the output and sample in the doc are kept in sync with the code base.