TWG CLI surfaces Trello boards, lists, cards, workspaces, and members via the Atlassian GraphQL Gateway.
1 2twg trello member me # Your Trello member profile twg trello member workspace query --membership-type ADMIN # Workspace members by type
1 2twg trello workspace query # List workspaces twg trello workspace get --id <workspace-id>
1 2twg trello board query # List boards twg trello board get --shortlink abc123 # Get board by shortlink
1 2twg trello list query --board-id <board-id> twg trello list get --id <list-id>
1 2twg trello card query --board-id <board-id> twg trello card query --list-id <list-id> twg trello card get --id <card-id>
1 2twg 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: