cli
cli copied to clipboard
SUP-2587 | Support inviting users via the CLI
Changes
We can support user invites via the CLI.
- GraphQL query in new
organization
internal dir to get the organization ID which is required in some queries/mutations - User central command
- Invite command which accepts 1 or many emails
- There is internal validation on emails that will return the error if an incorrect/no email is used
Caveats
- Doesn't currently apply roles/teams. We can add this in the future