Assign user to a team.
Use patch command and pass user id and team id to assign user to a team.
codefresh patch teams
codefresh patch team teams
codefresh patch tm teams
| Option | Alias | Type | Default | Description |
|---|---|---|---|---|
| --help | Print help information | |||
| --team-id | -t | Id team in which to add a user. required |
||
| --user-id | -u | Id of a user to add him in team. required |
codefresh patch tm -u [userID] -t [teamID]