describe
--team-id or --team-name.
Options
Filter JSON output with a jq expression; implies —output json (or jsonl for streamed commands)
Output formatOne of:
text, json, jsonl, noneUse a specific stored profile for this command, overriding BASETEN_PROFILE and the current profile
Team ID to describe.Mutually exclusive with other flags in group
team-ref.Team name to describe.Mutually exclusive with other flags in group
team-ref.Enable verbose logging
Examples
Describe a team by IDFilter output with --jq
Print the team’s name
Output
Text mode (--output text): Field-per-line summary of the team.
JSON mode (--output json): payload type managementapi.Team.
list
Options
Filter JSON output with a jq expression; implies —output json (or jsonl for streamed commands)
Output formatOne of:
text, json, jsonl, noneUse a specific stored profile for this command, overriding BASETEN_PROFILE and the current profile
Enable verbose logging
Examples
List all teams in the orgFilter output with --jq
Print just the team names
Output
Text mode (--output text): Table with columns: ID, NAME, DEFAULT, CREATED. When no teams exist, prints “No teams found.” to stderr.
JSON mode (--output json): payload type managementapi.Teams.