---
title: config flatten
categories: |
debug
version: 0.104.0
debug: |
Show the current configuration in a flattened form.
usage: |
Show the current configuration in a flattened form.
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->
# `config flatten` for [debug](/commands/categories/debug.md)
<div class='command-title'>Show the current configuration in a flattened form.</div>
## Signature
```> config flatten {flags} ```
## Input/output types:
| input | output |
| ------- | ------ |
| nothing | record |
## Examples
Show the current configuration in a flattened form
```nu
> config flatten
```