Global Options
These options can be used with any command.| Option | Description |
|---|---|
--endpoint <url> | Override the API base URL for this invocation |
--version | Print the CLI version |
--help | Show help for a command |
adapter login
Authenticate the CLI with your Adapter API key.
adapter config.
Options
| Option | Default | Description |
|---|---|---|
--api-url <url> | https://api.adapter.com | API base URL to authenticate against |
adapter connectors
List all available connectors (e.g. slack, gmail, google-drive).
adapter connect <connector>
Connect an account for the given connector via OAuth. Opens a browser window to complete authorization.
adapter connections
List all active connections on your account.
adapter disconnect <connector>
Remove a connection for the given connector. Prompts for confirmation before deleting.
adapter config
Show current CLI configuration (API URL, stored credentials).
adapter config set [pairs...]
Update one or more config values using key=value pairs.
| Key | Description |
|---|---|
apiUrl | API base URL |