# runai config

configuration management

```
runai config [flags]
```

## Options

```
  -h, --help                 help for config
      --interactive enable   set interactive mode (enabled|disabled)
```

## Options inherited from parent commands

```
      --config-file string   config file name; can be set by environment variable RUNAI_CLI_CONFIG_FILE (default "config.json")
      --config-path string   config path; can be set by environment variable RUNAI_CLI_CONFIG_PATH
  -d, --debug                enable debug mode
  -q, --quiet                enable quiet mode, suppress all output except error messages
      --verbose              enable verbose mode
```

## SEE ALSO

* [runai](https://run-ai-docs.nvidia.com/self-hosted/reference/cli/runai) - Run:ai Command-line Interface
* [runai config describe](https://run-ai-docs.nvidia.com/self-hosted/reference/cli/runai/runai_config_describe) - Returns information about the configuration.
* [runai config generate](https://run-ai-docs.nvidia.com/self-hosted/reference/cli/runai/runai_config_generate) - generate config file
* [runai config set](https://run-ai-docs.nvidia.com/self-hosted/reference/cli/runai/runai_config_set) - Set configuration values
