Skip to content

Commit 81a992a

Browse files
rm3lfeloy
andauthored
Apply suggestions from code review
Co-authored-by: Philippe Martin <[email protected]>
1 parent bb232f7 commit 81a992a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/website/blog/2023-06-27-odo-v3.12.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ The new `--no-commands` option allows to start a Dev Session without implicitly
4242
and the new `odo run` command allows to run any command from the Devfile against an already-running Dev session.
4343

4444
To make the most out of this workflow, users can:
45-
1. start a Dev session without executing any commands, with [`odo dev --commands`](/docs/command-reference/dev#running-with-no-commands)
45+
1. start a Dev session without executing any commands, with [`odo dev --no-commands`](/docs/command-reference/dev#running-with-no-commands)
4646
<iframe width="560" height="315" src="https://www.youtube.com/embed/WPfa5Wx22jk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
4747
2. at any time, and in a separate terminal, run any commands defined in the Devfile, with [`odo run`](/docs/command-reference/run)
4848
<iframe width="560" height="315" src="https://www.youtube.com/embed/xyajkN6V0So" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
4949

5050
To make it easier to discover all the commands that are defined in the Devfile, we will be changing the output of `odo describe component`,
51-
so display the list of commands from the Devfile.
51+
to display the list of commands from the Devfile.
5252
[This](https://github.com/redhat-developer/odo/issues/6892) will be available in the upcoming v3.13.0, but you can already give it a try by
5353
downloading a [nightly build](/docs/overview/installation#nightly-builds).
5454

0 commit comments

Comments
 (0)