Skip to content

Commit cb9b53a

Browse files
authored
Merge pull request #1930 from arunvenmany-ibm/new_port_option_doc
add doc for the new option p to see port information
2 parents 6893772 + dea5249 commit cb9b53a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/dev.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ While dev mode is running, perform the following in the command terminal to run
2020
* <kbd>Enter</kbd> - run tests on demand, press <kbd>Enter</kbd>.
2121
* <kbd>r</kbd> - restart the server, type <kbd>r</kbd> and press <kbd>Enter</kbd>.
2222
* <kbd>h</kbd> - see the help menu for available actions, type <kbd>h</kbd> and press <kbd>Enter</kbd>.
23+
* <kbd>p</kbd> - see the port information, type <kbd>p</kbd> and press <kbd>Enter</kbd>.
2324
* <kbd>q</kbd> - stop the server and quit dev mode, press <kbd>Ctrl</kbd>-<kbd>C</kbd> or type <kbd>q</kbd> and press <kbd>Enter</kbd>.
2425

2526
###### Features
@@ -206,6 +207,7 @@ While dev mode is running in container mode, perform the following in the comman
206207
* <kbd>t</kbd> or <kbd>Enter</kbd> - If `changeOnDemandTestAction` is set to `true`, type <kbd>t</kbd> and press <kbd>Enter</kbd> to run tests on demand. Otherwise, press <kbd>Enter</kbd>.
207208
* <kbd>r</kbd> - rebuild the container image and restart the container, type <kbd>r</kbd> and press <kbd>Enter</kbd>.
208209
* <kbd>h</kbd> - see the help menu for available actions, type <kbd>h</kbd> and press <kbd>Enter</kbd>.
210+
* <kbd>p</kbd> - see the port information, type <kbd>p</kbd> and press <kbd>Enter</kbd>.
209211
* <kbd>q</kbd> - stop the server and quit dev mode, press <kbd>Ctrl</kbd>-<kbd>C</kbd> or type <kbd>q</kbd> and press <kbd>Enter</kbd>.
210212

211213
###### Linux Limitations

0 commit comments

Comments
 (0)