Home Explore Blog CI



nushell

1st chunk of `commands/docs/config_flatten.md`
6156435d6a472e00158bb80133fd59a08682531a9d8cdc0d00000001000002d6
---
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

```

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.