Skip to content

Commit

Permalink
polished barely anything
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonpzg committed Jan 31, 2025
1 parent a38fc81 commit 77a6294
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/docs/cli/start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import TabItem from "@theme/TabItem";
# `cortex start`

This command starts the Cortex API server processes.
If the server is not yet running, the server will automatically be started when running other Cortex commands.
If the server is not yet running, the server will automatically start when running other Cortex commands.

## Usage
:::info
Expand All @@ -36,6 +36,3 @@ You can use the `--verbose` flag to display more detailed output of the internal
| `-h`, `--help` | Display help information for the command. | No | - | `-h` |
| `-p`, `--port <port>` | Port to serve the application. | No | - | `-p 39281` |
| `--loglevel <loglevel>` | Setup loglevel for cortex server, in the priority of `ERROR`, `WARN`, `INFO`, `DEBUG`, `TRACE` | No | - | `--loglevel INFO` will display ERROR, WARN and INFO logs|

<!-- | `-a`, `--address <address>` | Address to use. | No | - | `-a 192.168.1.1` | -->
<!--| `--dataFolder <dataFolder>` | Set the data folder directory | No | - | `--dataFolder /path/to/data` | -->

0 comments on commit 77a6294

Please sign in to comment.