Skip to content

atl list

Show the teams installed at each scope.

Usage

bash
atl list

atl list takes no flags or arguments. It reads the install manifests under each layer's .atl/installed/ directory — no network access.

Output

Teams are grouped by scope, with each team printed as a two-space-indented <handle>/<name>@<version> line:

global:
  agentteamland/software-project-team@1.2.1
project:
  agentteamland/design-system-team@0.8.1

A team installed at both scopes appears under each. The <handle> is the team's GitHub owner, <name> and <version> come from its team.json.

When nothing is installed

If no teams are installed at either scope:

atl list: no teams installed

Released under the MIT License.