team
View and manage your team
# team
View and manage your team
## Options
- `--json`: output in JSON format
## Subcommands
### team enable
Create a new team
**Usage:**
```
team enable
```
### team disable
Disband your team
**Usage:**
```
team disable
```
### team members
List team members
**Usage:**
```
team members
```
**Aliases:** ls
**Options:**
- `--json`: output in JSON format
### team add
Add a user to the team
**Usage:**
```
team add <email> [<user|admin|billing_owner>]
```
**Options:**
- `--json`: output in JSON format
### team remove
Remove a user from the team
**Usage:**
```
team remove <email>
```
**Options:**
- `--json`: output in JSON format
### team role
Change a team member's role
**Usage:**
```
team role <email> <user|admin|billing_owner>
```
**Options:**
- `--json`: output in JSON format
### team transfer
Transfer a VM to another team member
**Usage:**
```
team transfer <vm_name> <target_email>
```
**Options:**
- `--json`: output in JSON format
### team auth
View and manage team auth settings
**Usage:**
```
team auth
```
**Options:**
- `--json`: output in JSON format
### team auth set
Set the team auth provider (default, google, oidc)
**Usage:**
```
team auth set <default|google|oidc> [--issuer-url=<url> --client-id=<id> --client-secret=<secret>]
```
**Options:**
- `--client-id`: OIDC client ID
- `--client-secret`: OIDC client secret
- `--display-name`: display name for the SSO provider
- `--issuer-url`: OIDC issuer URL (e.g. https://accounts.google.com)
- `--json`: output in JSON format