alpacon websh invite
기존 websh 세션에 한 명 이상의 사용자를 초대합니다. 지정된 각 이메일 주소로 초대 이메일이 발송됩니다.
alpacon websh invite SESSION_ID [flags]
옵션 (Options)
--email stringArray 초대할 이메일 주소 (여러 번 지정 가능)
--read-only 읽기 전용 뷰어로 초대
-h, --help help for invite
예제
단일 사용자 초대:
alpacon websh invite 550e8400-e29b-41d4-a716-446655440000 --email user@example.com
여러 사용자 초대:
alpacon websh invite 550e8400-e29b-41d4-a716-446655440000 --email user1@example.com --email user2@example.com
읽기 전용 뷰어로 초대:
alpacon websh invite 550e8400-e29b-41d4-a716-446655440000 --email user@example.com --read-only