Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Apr 3, 2026

Trello

TWG CLI surfaces Trello boards, lists, cards, workspaces, and members via the Atlassian GraphQL Gateway.

Members

1
2
twg trello member me                                        # Your Trello member profile
twg trello member workspace query --membership-type ADMIN   # Workspace members by type

Workspaces

1
2
twg trello workspace query                                  # List workspaces
twg trello workspace get --id <workspace-id>

Boards

1
2
twg trello board query                                      # List boards
twg trello board get --shortlink abc123                     # Get board by shortlink

Lists

1
2
twg trello list query --board-id <board-id>
twg trello list get --id <list-id>

Cards

1
2
twg trello card query --board-id <board-id>
twg trello card query --list-id <list-id>
twg trello card get --id <card-id>
1
2
twg trello --help
twg trello member --help
twg trello workspace --help
twg trello board --help
twg trello list --help
twg trello card --help

Rate this page: