Skip to content

Commit

Permalink
add highlighting to mrp command
Browse files Browse the repository at this point in the history
  • Loading branch information
bretonics committed Mar 14, 2018
1 parent ecc6a3d commit a041501
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/inspecting-pipelines/index.md
Expand Up @@ -165,14 +165,14 @@ The URL is also written to the pipestance metadata file named `_uiport`.
To access the UI, simply direct your browser to the specified URL.

Alternatively, you may choose a specific port using the `--uiport` command-line option.
By default, if a specific port is chosen the authentication token is only
By default, if a specific port is chosen, the authentication token is only
required for API calls which modify the pipestance state. These default
behaviors can call be altered with the `mrp` flags
behaviors can be altered with the `mrp` flags
`--disable-ui`, `--disable-auth`, `--require-auth`, and `--auth-key`.

Normally, when a pipeline run completes, mrp terminates and the user interface
Normally, when a pipeline run completes, `mrp` terminates and the user interface
is no longer available. If `mrp` was started with `--noexit` then it will stay
up until mrp is killed (either with an operating system signal or with
up until `mrp` is killed (either with an operating system signal or with
`mrstat --stop`).

### Pipeline details
Expand Down

0 comments on commit a041501

Please sign in to comment.