alpacon websh join
Join an existing shared websh session using the provided URL and password.
alpacon websh join [flags]
Options
--url string URL of the shared session to join (required)
-p, --password string Password for the shared session (required)
-h, --help help for join
Examples
Join a shared session:
alpacon websh join --url https://myws.us1.alpacon.io/websh/shared/abcd1234?channel=default --password my-session-pass
Using the short flag for password:
alpacon websh join --url https://myws.us1.alpacon.io/websh/shared/abcd1234?channel=default -p my-session-pass
How to get a share URL
Use --share when opening a websh terminal to create a shareable session:
alpacon websh --share my-server
alpacon websh --share --read-only=true my-server
The CLI displays the session URL and password after connecting. Share these with the user you want to invite.