cmd
Groups related commands.
Commands invoked by dpteam groups
add_groups(team_name=typer.Option(None, '--team-name', '-tn', help="Team names separated by space (e.g. 'dev-stat-a demo-stat-b')"))
Adds a team with respective groups.
Source code in dapla_team_cli/groups/cmd.py
28 29 30 31 32 33 34 35 36 37 38 39 |
|
groups()
Interact with a team's auth group memberships.
Source code in dapla_team_cli/groups/cmd.py
22 23 24 25 |
|
remove_groups(team_name=typer.Option(None, '--team-name', '-tn', help='Team name (e.g. demo-enhjoern-a)'))
Removes a team with respective groups.
Source code in dapla_team_cli/groups/cmd.py
42 43 44 45 46 47 48 49 50 |
|