upterm config view
View the config file contents
Synopsis
View the config file contents.
Config file: /home/user/.config/upterm/config.yaml
If the config file exists, this command displays its contents. If it doesn’t exist, this command shows an example config file that you can use as a template.
upterm config view [flags]
Examples
# View current config:
upterm config view
# View and save as new config:
upterm config view > "$(upterm config path)"
Options
-h, --help help for view
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