.nh .TH "UPTERM" "1" "Nov 2023" "Upterm 0.13.0" "Upterm Manual" .SH NAME .PP upterm-session-current - Display the current terminal session .SH SYNOPSIS .PP \fBupterm session current [flags]\fP .SH DESCRIPTION .PP Display the current terminal session. By default, this command retrieves the current session from the admin socket path specified in the UPTERM_ADMIN_SOCKET environment variable. This environment variable is set upon sharing a session with 'upterm host'. .SH OPTIONS .PP \fB--admin-socket\fP="" admin unix domain socket (required) .PP \fB-h\fP, \fB--help\fP[=false] help for current .SH EXAMPLE .PP .RS .nf # Display the active session as defined in $UPTERM_ADMIN_SOCKET: upterm session current # Display the session with a custom admin socket path: upterm session current --admin-socket ADMIN_SOCKET_PATH .fi .RE .SH SEE ALSO .PP \fBupterm-session(1)\fP .SH HISTORY .PP 16-Nov-2023 Auto generated by spf13/cobra