| UPTERM(1) | Upterm Manual | UPTERM(1) |
NAME
upterm-config-path - Show the path to the config file
SYNOPSIS
upterm config path [flags]
DESCRIPTION
Show the path to the config file.
Config file: /build/.config/upterm/config.yaml
The config file is optional and created manually by users.
OPTIONS
-h, --help[=false] help for path
OPTIONS INHERITED FROM PARENT COMMANDS
--debug[=false] enable debug level logging (log file: /build/.upterm/upterm.log).
EXAMPLE
# Show config file path: upterm config path # Create config file directory: mkdir -p "$(dirname "$(upterm config path)")"
SEE ALSO
HISTORY
2-Dec-2025 Auto generated by spf13/cobra
| Dec 2025 | Upterm 0.0.0+dev |