Cortex Start
This command starts the Cortex API server processes. If the server is not yet running, the server will automatically start when running other Cortex commands.
Usage
cortex start [options]
cortex.exe start [options]
Options
Option | Description | Required | Default value | Example |
---|---|---|---|---|
-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 |