How to use CLI as a team member
Managing profiles and running automation scripts as a team member has never been so easy! With Multilogin CLI tool, you can:
- Ditch tokens: retrieve your automation accesses easily
- Quickly access API: easily sign in as a team member in three steps
- Minimize coding: run profiles and scripts directly from the terminal
💡 In order to work as a team member:
-
Log in → enter
xcli login --username
yourusername
--password
yourpass
-
Get the workspace ID → enter
xcli list-workspace
and find your team's owner
-
Switch to owner's workspace → enter
xcli switch-workspace --workspace-id
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
After these 3 simple steps, you are now in the team's workspace! ⚡
You can use the all CLI tool commands to perform actions in this workspace, such as profile-create
and profile-start
, making sure you have the necessary permissions to do so.
Have a launcher or user role and don't know if you can run a certain command? Check permissions: Team member roles and access levels.