# Config

## Synopsis

The config command allows you to manage your RocketBlend configuration file directly from the command line.

```shell-session
$ rocketblend config [key] [flags]
```

## Options

```shell-session
  -h, --help         help for config
  -s, --set string   set a value in the config file
```

### Options inherited from parent commands

```shell-session
  -d, --directory string   working directory for the command (default ".")
  -l, --log-level string   log level (debug, info, warn, error) (default "info")
  -v, --verbose            enable verbose logging
```
