Skip to content

Config

The config command prints the current configuration file path and the parsed configuration.

Terminal window
nubo config

Short alias:

Terminal window
nubo c
Terminal window
nubo config
nubo c

The command prints the active config file path first:

Config file: /path/to/config.yaml

Then it prints the current parsed configuration.

This is useful when your config contains placeholders such as {current_dir} or {nubo_dir}, because the printed configuration shows the resolved values.