Upterm

Instant Terminal Sharing

View project on GitHub

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

Auto generated by spf13/cobra on 12-Jan-2026