Team
Description of the "team" menu from the CLI
Being part of multiples teams is both normal and expected in V7.
Therefore, the CLI offers the teams
command. This command offers three main functionalities:
- Allows you to swap to another team (provided you performed
darwin authenticate
for that team in the past) - Allows you to see what is your current team
- Allows you to see all the teams you have authenticated for in the past
Swapping teams
To swap to another team you can use darwin team {TEAM_NAME}
:
Listing current team
To see the team you are currently authenticated for you can use darwin team -c
:
Listing all teams
To list all the teams you have authenticated for in the past, use the darwin team
command.
This allows you to switch teams easily using darwin team {TEAM_NAME}
without being prompted for credentials:
Updated about 2 months ago