-
Add connection removal CLI (#3259)
发布于
2026-04-23 21:54:07 +00:00 Summary
- Add interactive
composio connections remove <account>support for
consumer connections. - Resolve the account selector by toolkit slug, alias, word_id, or
connected account ID, with ambiguity handling. - Require explicit confirmation before deleting a connection, defaulting
to No. - Update CLI help/README and add tests for confirmed removal, declined
removal, and ambiguous selectors.
Testing
pnpm --filter @composio/cli test -- test/src/commands/connections/connections.list.cmd.test.tspnpm typecheck
下载附件
- Add interactive