Invite members
If you are working with others to create a set of services that should be deployed together, you can invite them to collaborate on your Akka Serverless project. Send the invitation using either the Console, or the command line interface (CLI).
Invitees who accept your invitation have full administrative access to the project. |
Sending an invitation
To send an invitation:
- CLI
-
In a command window that is logged in to your Akka Serverless account:
-
Set the project you want to share by replacing
my-project
in the command below with your project name:akkasls config set project <my-project>
-
Enter the following command, using the email address of your invitee:
akkasls roles invitations invite-user <email address> --role admin
The CLI responds:
Invited user.
-
Viewing invitation status
To view the status of invitations:
- Console
-
-
Select the project from which you sent the invitation.
-
Select Members.
-
If necessary, scroll down to view the Pending Invitations list:
When an invitee accepts the invitations, Akka Serverless moves them to the Members list.
-
- CLI
-
In a command window that is logged in to your Akka Serverless account, enter the following command:
akkasls roles invitations list
The CLI responds:
EMAIL ROLE rocketscientist@mycom.com admin
Resending an invitation
To resend an invitation, delete it and invite the person again:
- CLI
-
In a command window that is logged in to your Akka Serverless account:
-
Delete the invitation by entering the following with the email address:
akkasls roles invitations delete <email address>
The CLI responds:
Deleted invitation.
-
Invite the person again:
akkasls roles invitations invite-user <email address>
The CLI responds:
Invited user.
-