# `smallforce integrations connections`

List, connect, and disconnect external app accounts

This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.7. Run `smallforce integrations connections --help` locally to view the same reference for your installed version.

## Subcommands

- [`smallforce integrations connections list`](/docs/cli/commands/integrations/connections/list): List connected and pending external app accounts
- [`smallforce integrations connections connect`](/docs/cli/commands/integrations/connections/connect): Start authorization for an external app account
- [`smallforce integrations connections disconnect`](/docs/cli/commands/integrations/connections/disconnect): Disconnect an external app account

## Complete command help

```text
Usage: smallforce integrations connections [options] [command]

List, connect, and disconnect external app accounts

Options:
  -h, --help                           display help for command

Commands:
  list [options]                       List connected and pending external app accounts
  connect [options] <toolkit>          Start authorization for an external app account
  disconnect [options] <connectionId>  Disconnect an external app account
  help [command]                       display help for command
```

## Related reference

- [`smallforce integrations`](/docs/cli/commands/integrations): Parent command and related operations.
- [CLI installation and authentication](/docs/cli/getting-started): Install the CLI and configure an API key.
- [CLI JSON output](/docs/cli/json-output): Use stable machine-readable output in scripts and agents.
