2.13.0-beta.20). Features may change before the next stable release.Switch to stable →ak content
ak content
Choose between immediate publishing, persistent queue operations, and the foreground content scheduler.
Use ak content as the namespace for publishing and scheduled delivery. Calling
the namespace by itself prints help; it does not read the queue, contact a
channel, or write local state.
Usage
ak contentThe command accepts no documented positional arguments and has no aliases.
Commands
| Command | Outcome |
|---|---|
ak content publish | Validate and publish now, preview, or enqueue with --at. |
ak content queue list | Inspect every retained queue entry. |
ak content queue cancel <id> | Remove one queue entry. |
ak content queue run-pending | Attempt all due pending entries once. |
ak content schedule daemon | Run the scheduler in the foreground. |
The available channel adapter is discord. Immediate and scheduled delivery
use a Discord incoming-webhook URL; they do not use an AgentKit login or
entitlement.
Shared flags default to false and are described in
CLI conventions. Put output flags on the leaf command in
scripts, for example ak content queue list --json.
Output and exit status
The bare namespace writes Cobra help to stdout and exits 0. A flag-parse
error is plain text and exits 2. Output, network, and mutation contracts are
owned by each leaf command; there is no family-wide JSON result.