Home Explore Blog CI



nushell

commands/docs/config_flatten.md
136838169988a3cfd8b8479ccfa9ed92c3ad53b8715d829600000003000002d6
---
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

```

Chunks
6156435d (1st chunk of `commands/docs/config_flatten.md`)
Title: config flatten - Debug Command
Summary
The `config flatten` command, part of the debug category, displays the current NuShell configuration in a flattened format. It takes no input and outputs a record representing the flattened configuration.