Commit 8587f64
committed
docs(skills): state that no channel verb creates an integration
The channel card documents `--plugin-ids` as "IDs of plugins (integrations)
subscribed to this channel" without saying where those integrations come
from. Read as a capability claim, it implies the CLI can set an integration
up — so a "how do I connect my mailbox" question turns into an exhaustive
walk of the command tree (`webhook --help`, `datasource --help`,
`__dump-commands` plus several jq passes) that can only ever conclude the
verb is absent.
It is absent by design: creating an integration and reading its inbound
address or token are console-side operations, outside the open API this CLI
speaks. Say so on the card, next to the flag that suggests otherwise, and
point such questions at the product documentation instead.1 parent 941d3d1 commit 8587f64
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
114 | 115 | | |
0 commit comments