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}:

1070

Listing current team

To see the team you are currently authenticated for you can use darwin team -c:

1070

Listing all teams

To list all the teams you have authenticated for in the past, you can use darwin team.
This means that you can swap to the easily via darwin team {TEAM_NAME} and no credentials will be asked:

1070