UPTERM(1) | Upterm Manual | UPTERM(1) |
NAME
upterm-session-current - Display the current session
SYNOPSIS
upterm session current [flags]
DESCRIPTION
Display the current session. By default, the command fetches the current session from the admin socket path defined in the UPTERM_ADMIN_SOCKET environment variable. The UPTERM_ADMIN_SOCKET environment variable is set after a session is shared with 'upterm host'.
OPTIONS
--admin-socket="" admin unix domain socket (required)
-h, --help[=false] help for current
EXAMPLE
# Display the current session defined in $UPTERM_ADMIN_SOCKET
upterm session current
# Display the current session with a custom path
upterm session current --admin-socket ADMIN_SOCKET_PATH
SEE ALSO
HISTORY
12-Aug-2022 Auto generated by spf13/cobra
Aug 2022 | Upterm 0.9.0 |