> ## Documentation Index
> Fetch the complete documentation index at: https://askmarvin.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# config

# `marvin.cli.config`

## Functions

### `get`

```python theme={null}
def get(key: str)
```

Get the value of a specific setting.

### `view`

```python theme={null}
def view()
```

Display the current Marvin settings.

***

**Parent Module:** [`cli`](marvin-cli)
