Cortex Configs Get
This command returns a config detail defined by a config name
.
Usage
cortex configs get <name>
For example, it returns the following:
┌─────────┬────────┐│ (index) │ Values │├─────────┼────────┤│ apiKey │ '' │└─────────┴────────┘
To get a config name, run the configs list
command first.
Options
Option | Description | Required | Default value | Example |
---|---|---|---|---|
name | The name of the config that you want to retrieve. | Yes | - | openai |
-h , --help | Display help information for the command. | No | - | -h |