ct website-viewer
Launch a local website viewer for browsing trajectories and runs.
Usage
ct website-viewer [OPTIONS]
Options
| Option | Description |
|---|---|
--uri TEXT | MongoDB URI to connect to. Defaults to $MONGOURI env var. [required] |
--db TEXT | MongoDB database name. [default: linuxbench] |
--collection TEXT | MongoDB collection name. [default: trajectories] |
--port INTEGER | Local port to expose the website on. [default: 3000] |
-c, --config PATH | Path to a YAML config file for website settings. |
--help | Show this message and exit. |