.nh .TH "UPTERM" "1" "Dec 2025" "Upterm 0.0.0+dev" "Upterm Manual" .SH NAME upterm-config-view - View the config file contents .SH SYNOPSIS \fBupterm config view [flags]\fP .SH DESCRIPTION View the config file contents. .PP Config file: /build/.config/upterm/config.yaml .PP 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. .SH OPTIONS \fB-h\fP, \fB--help\fP[=false] help for view .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--debug\fP[=false] enable debug level logging (log file: /build/.upterm/upterm.log). .SH EXAMPLE .EX # View current config: upterm config view # View and save as new config: upterm config view > "$(upterm config path)" .EE .SH SEE ALSO \fBupterm-config(1)\fP .SH HISTORY 2-Dec-2025 Auto generated by spf13/cobra