-
feat(cli): add `composio connections list` command (#3206)
发布于
2026-04-14 08:10:19 +00:00 Summary
- Adds
composio connections listcommand that groups connected
accounts by toolkit and displays aliases - New command file at
ts/packages/cli/src/commands/connections/commands/connections.list.cmd.ts
with test coverage - Registers the command under the
connectionsgroup and in root help
Stacked on
This PR is stacked on #3202 (
cli/keyring-migration).Test plan
pnpm --filter @composio/cli test(connections.list.cmd.test.ts)- Manual:
composio connections listwith a logged-in account shows
grouped toolkit output with aliases
🤖 Generated with Claude Code
Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com
下载附件
- Adds