alpacon work-session use
Set the active work session for the current workspace by passing its session ID. Subsequent exec, websh, cp, and tunnel commands attach to this session unless overridden with --work-session. Pass --unset (with no session ID) to clear the active work session.
alpacon work-session use SESSION_ID [flags]
Options
-h, --help help for use
--unset Clear the active work-session for the current workspace
Examples
Set the active session:
alpacon work-session use 11111111-2222-3333-4444-555555555555
Clear the active session:
alpacon work-session use --unset
See Selecting a session for how the active session interacts with the --work-session flag and the ALPACON_WORK_SESSION environment variable.