# unikraft config get

Inspect a path.

```
unikraft config get [<target> ...] [flags]
```

## Examples

Show the current configuration:

```bash
unikraft config get
```

## Options

```
  -f, --field FIELD           Specify which fields to include in the output.
  -o, --output OUTPUT         Output format. One of: kv, table, json, yaml, raw, quiet, template.
  -w, --watch duration        Watch for changes and refresh output. Defaults to 2s.
```

## Options inherited from parent commands

```
  --config file               Path to the configuration file.
  --log-level level           Set the logging level. (default info)
  --log-type type             Set the log type. (default text)
  --profile name              Set the current profile.
  --telemetry                 Toggle anonymous usage analytics. (default true)
```

## See Also

* [`unikraft config`](../config.mdx): Manage CLI configuration.

