tailorctl workspace invite

Invite users to the specified workspace with the specified role.

Usage

tailorctl workspace invite [flags]

Flags

  -h, --help          help for invite
  -i, --interactive   interactive mode
  -r, --role string   role of the user to invite (default "editor")
  -u, --user string   email address of the user to invite

Examples

tailorctl workspace invite --user $userEmailAddress --role $(admin|editor)

See also