Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
│ Name Id Toolkit Auth Scheme
Type Conns Status
│ auth_config_github_17... ac_<REDACTED> github OAUTH2
default 1 ENABLED
default 2 ENABLED
◇ To view details of an auth config:
│ > composio auth-configs info "ac_<REDACTED>"
Expand Down
2 changes: 1 addition & 1 deletion ts/packages/cli/recordings/ascii/auth-configs/list.ascii
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
│ Name Id Toolkit Auth Scheme
Type Conns Status
│ auth_config_github_17... ac_<REDACTED> github OAUTH2
default 1 ENABLED
default 2 ENABLED
│ auth_config_gmail_176... ac_<REDACTED> gmail OAUTH2
default 1 ENABLED
│ github-p-bedp ac_<REDACTED> github OAUTH2
Expand Down
26 changes: 13 additions & 13 deletions ts/packages/cli/recordings/ascii/composio/help.ascii
Original file line number Diff line number Diff line change
Expand Up @@ -303,28 +303,28 @@ e
COMMANDS

- version
Display the current Composio CLI ver
sion.

Display the current Composio CLI version.

- upgrade
Upgrade your Composio CLI to the lat
est available version.

Upgrade your Composio CLI to the latest available version.

- whoami
Display your account information.

Display your account information.

- login [--no-browser]
Log in to the Composio SDK.

Log in to the Composio SDK.

- logout
Log out from the Composio SDK.

- generate [(-o, --output-dir directory)] [--type-tools] --toolkits text.
.. Generate type stubs for toolkits, to
ols, and triggers, auto-detecting project language (TypeScript | Python)
Log out from the Composio SDK.

- py
Handle Python projects.
- generate [(-o, --output-dir directory)] [--type-tools] --toolkits text.
..
Generate type stubs for toolkits, tools, and triggers, auto-detectin
g project language (TypeScript | Python)

- py generate [(-o, --output-dir directory)] --toolkits text...
────────────────────────────────────────────────────────────────────────────────
150 changes: 150 additions & 0 deletions ts/packages/cli/recordings/ascii/connected-accounts/delete.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
>























────────────────────────────────────────────────────────────────────────────────
> # Delete without arguments
>






















────────────────────────────────────────────────────────────────────────────────
> # Delete without arguments
> composio connected-accounts delete






















────────────────────────────────────────────────────────────────────────────────
> # Delete without arguments
> composio connected-accounts delete






















────────────────────────────────────────────────────────────────────────────────
> # Delete without arguments
> composio connected-accounts delete






















────────────────────────────────────────────────────────────────────────────────
> # Delete without arguments
> composio connected-accounts delete
▲ Missing required argument: <id>
◇ Try specifying a connected account ID, e.g.:
│ > composio connected-accounts delete "con_1a2b3c4d5e6f"
│ To find connected account IDs:
│ > composio connected-accounts list
>













────────────────────────────────────────────────────────────────────────────────
Loading
Loading