upterm config path
Show the path to the config file
Synopsis
Show the path to the config file.
Config file: /home/user/.config/upterm/config.yaml
The config file is optional and created manually by users.
upterm config path [flags]
Examples
# Show config file path:
upterm config path
# Create config file directory:
mkdir -p "$(dirname "$(upterm config path)")"
Options
-h, --help help for path
Options inherited from parent commands
--debug enable debug level logging (log file: /home/user/.local/state/upterm/upterm.log).
SEE ALSO
- upterm config - Manage upterm configuration