TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/groniz/groniz-cli/llms.txt
Use this file to discover all available pages before exploring further.
groniz posts command group is the core of the CLI. Use it to create scheduled or immediate posts across any of your connected channels, list existing posts, delete them, and resolve the release-ID link that enables per-post analytics.
groniz posts create
Creates a new post. By default the post is published immediately to every integration you specify. Pass --schedule to queue it for a future time, or --draft to save it without validation.
The text content of the post. Repeat the flag once per item to create a thread — each
-c value becomes one thread post in order.ISO 8601 datetime at which to publish the post (e.g.
2025-09-01T14:00:00Z). Omit this flag to post immediately.Integration ID to post to. Repeat the flag or comma-separate multiple IDs to post to more than one channel simultaneously.
Save the post as a draft. Validation is skipped, so platform-specific requirements (character limits, required settings) are not enforced.
Strict JSON mode. Instead of individual flags, pass the full post payload as a JSON string. Useful when constructing posts programmatically.
Examples
Immediate post to a single channel-c for each post)
groniz posts list
Returns a JSON array of your posts, optionally filtered to a date window.
Return only posts created on or after this date (ISO 8601).
Return only posts created on or before this date (ISO 8601).
groniz posts delete <id>
Deletes a post by its ID.
A
404 response means the post was already deleted. This is safe to ignore — treat it as a successful no-op in automated workflows.groniz posts missing <id>
When a post was published but Groniz does not have a release ID for it (for example, it was published outside the CLI), analytics are unavailable. This command queries the connected provider and lists the published content that could be linked to that post.
groniz posts connect.
groniz posts connect
Links a Groniz post to its published content using a release ID. Once connected, groniz analytics post can return metrics for that post.
The Groniz post ID to link.
The release ID returned by
groniz posts missing that corresponds to the published item.