Command Reference
Integration
Inspect the external integrations connected to your team (currently Slack).
Inspect external integrations connected to your team. Today that's Slack — check whether Slack is connected, which workspace it's linked to, and which channels the integration can post to.
inf integration slack status
Show whether Slack is connected, the linked workspace, bot scopes, and install date.
inf integration slack statusOptions
| Flag | Required | Description | Default |
|---|---|---|---|
--team <id> | No | Team UUID to inspect | Active team |
inf integration slack channels
List the Slack channels the integration can see, with their IDs and private/public status.
inf integration slack channelsOptions
| Flag | Required | Description | Default |
|---|---|---|---|
--team <id> | No | Team UUID to inspect | Active team |
Examples
# Check whether Slack is connected and which workspace it's linked to
inf integration slack status
# List the Slack channels the integration can post to
inf integration slack channels
# Target a specific team instead of the active one
inf integration slack channels --team 123e4567-e89b-12d3-a456-426614174000Related commands
inf slackmanages the Slack connection itself (install URL, disconnect).inf notificationsmanages Slack notification subscriptions.