alpacon websh invite

Invite one or more users to join an existing websh session. An invitation email is sent to each specified address.

alpacon websh invite SESSION_ID [flags]

Options

      --email stringArray   Email address to invite (can be specified multiple times)
      --read-only           Invite as read-only viewer
  -h, --help                help for invite

Examples

Invite a single user:

alpacon websh invite 550e8400-e29b-41d4-a716-446655440000 --email user@example.com

Invite multiple users:

alpacon websh invite 550e8400-e29b-41d4-a716-446655440000 --email user1@example.com --email user2@example.com

Invite as read-only viewer:

alpacon websh invite 550e8400-e29b-41d4-a716-446655440000 --email user@example.com --read-only
Last updated: