Skip to content

Commit 9f44742

Browse files
authored
commands ref: update ember serve help text
See ember-cli/ember-cli#10394 Also fixed some of the line wrapping in other parts of the `ember serve` help text
1 parent e494d46 commit 9f44742

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

guides/advanced-use/cli-commands-reference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -709,16 +709,16 @@ Builds and serves your app, rebuilding on file changes.
709709
ember serve <options...>
710710
Builds and serves your app, rebuilding on file changes.
711711
aliases: server, s
712-
--port (Number) (Default: 4200) To use a port different
713-
than 4200. Pass 0 to automatically pick an available
714-
port.
712+
--port (Number) (Default: 4200) Overrides $PORT. If the
713+
port 0 or the default port 4200 is passed, ember will use
714+
any available port starting from 4200.
715715
aliases: -p <value>
716716
--host (String) Listens on all interfaces by default
717717
aliases: -H <value>
718718
--proxy (String)
719719
aliases: -pr <value>, -pxy <value>
720720
--proxy-in-timeout (Number) (Default: 120000) When
721-
using --proxy: timeout (in ms) for incoming requests
721+
using --proxy: timeout (in ms) for incoming requests
722722
aliases: -pit <value>
723723
--proxy-out-timeout (Number) (Default: 0) When using
724724
--proxy: timeout (in ms) for outgoing requests
@@ -743,8 +743,8 @@ ember serve <options...>
743743
--live-reload-prefix (String) (Default: _lr)
744744
Default to _lr
745745
aliases: --lrprefix <value>
746-
--environment (String) (Default: development) P
747-
ossible values are "development", "production", and "test".
746+
--environment (String) (Default: development) Possible values
747+
are "development", "production", and "test".
748748
aliases: -e <value>, -dev (--environment=development),
749749
-prod (--environment=production)
750750
--output-path (Path) (Default: dist/)

0 commit comments

Comments
 (0)