What has no command
The CLI reaches thirteen of the API’s twenty-two endpoints. Here is everything it does not, and where each one lives.
Three of these are worth a longer sentence.
Connecting a channel is deliberately not scriptable
Connecting means an OAuth round trip: the network shows a consent screen to a human, then redirects back.GET /social/{integration} hands you the URL to send someone to, but somebody
still has to click it. There is no headless path, and that is the network’s rule rather than ours.
auth:status is not a health check
It prints which credentials the CLI found, which method it will use and which API URL it will
call. It makes no request, so a revoked key still looks fine. If you want a real check in a
script, postqueen integrations:list fails loudly when the key is bad.
Analytics reach further here than anywhere else
analytics:platform and analytics:post have no equivalent over
MCP, and no n8n operation either. If reading your numbers is
part of the job, the CLI or the API are the two surfaces that can do it.
What no surface does yet
Not a CLI gap, but worth knowing before you plan around it:- Reading or replying to comments. No interface exposes this today.
- Editing a published post. Posts can move between draft and scheduled with
posts:status, but once a network has published something, PostQueen does not reach back in. - Hiding a channel from the interface. There is no setting for it. The only route is the
disabledfield on the integration row in the database, which is tracked as an enhancement.
Where to go instead
Public API
Every endpoint, including the nine with no command
Command reference
The sixteen commands that do exist, with their flags
MCP limits
The same question answered for the MCP surface
Which interface
CLI, MCP, API and automation side by side