CLI commands for profiles, accounts, connecting platforms, posts, media, queue, and validation.
Commands for the content pipeline: organize profiles, connect and manage accounts, create and schedule posts, upload media, manage queue slots, and validate content before publishing. All commands output JSON by default; add --pretty for indented output. Install and authentication live in the CLI overview.
| Command | Description |
|---|
zernio profiles:create | Create a new profile |
zernio profiles:delete <id> | Delete a profile |
zernio profiles:get <id> | Get profile details |
zernio profiles:list | List all profiles |
zernio profiles:update <id> | Update a profile |
| Command | Description |
|---|
zernio accounts:batch-get-google-business-reviews <accountId> | Batch get reviews |
zernio accounts:delete <id> | Disconnect (delete) an account |
zernio accounts:delete-google-business-review-reply <accountId> <reviewId> | Delete a review reply |
zernio accounts:follower-stats | Get follower stats across accounts |
zernio accounts:get <id> | Get account details |
zernio accounts:get-google-business-reviews <accountId> | Get reviews |
zernio accounts:get-linked-in-mentions <accountId> | Resolve LinkedIn mention |
zernio accounts:health | Check health of all connected accounts |
zernio accounts:list | List connected social accounts |
zernio accounts:move <id> | Move an account to another profile |
zernio accounts:reply-to-google-business-review <accountId> <reviewId> | Reply to a review |
zernio accounts:tiktok-creator-info <id> | Get TikTok creator info for posting (privacy options, limits) |
zernio accounts:update <id> | Update a connected account |
| Command | Description |
|---|
zernio connect:ads <platform> | Connect ads for a platform |
zernio connect:complete-whats-app-phone-selection | Complete WhatsApp phone number selection |
zernio connect:configure-tik-tok-ads-brand-identity | Configure TikTok Ads Brand Identity |
zernio connect:get-facebook-pages <accountId> | List Facebook pages |
zernio connect:get-gmb-locations <accountId> | List GBP locations |
zernio connect:get-linked-in-organizations <accountId> | List LinkedIn orgs |
zernio connect:get-pending-o-auth-data | Get pending OAuth data |
zernio connect:get-pinterest-boards <accountId> | List Pinterest boards |
zernio connect:get-reddit-flairs <accountId> | List subreddit flairs |
zernio connect:get-reddit-subreddits <accountId> | List Reddit subreddits |
zernio connect:get-url <platform> | Get OAuth connect URL |
zernio connect:get-youtube-playlists <accountId> | List YouTube playlists |
zernio connect:handle-o-auth-callback <platform> | Complete OAuth callback |
zernio connect:list-whats-app-phone-numbers | List WhatsApp phone numbers for selection |
zernio connect:update-facebook-page <accountId> | Update Facebook page |
zernio connect:update-gmb-location <accountId> | Update GBP location |
zernio connect:update-linked-in-organization <accountId> | Switch LinkedIn account type |
zernio connect:update-pinterest-boards <accountId> | Set default Pinterest board |
zernio connect:update-reddit-subreddits <accountId> | Set default subreddit |
zernio connect:update-youtube-default-playlist <accountId> | Set default YouTube playlist |
zernio connect:whats-app-credentials | Connect WhatsApp via credentials |
| Command | Description |
|---|
zernio posts:bulk-upload | Bulk create posts from a JSON file |
zernio posts:create | Create or schedule a post |
zernio posts:delete <id> | Delete a post |
zernio posts:edit <id> | Edit an already-published post on a platform (where supported) |
zernio posts:get <id> | Get post details |
zernio posts:list | List posts |
zernio posts:retry <id> | Retry a failed post |
zernio posts:unpublish <id> | Unpublish (remove) a published post from a platform |
zernio posts:update <id> | Update a post (scheduled/draft posts) |
zernio posts:update-metadata <id> | Update platform metadata for a published post (e.g. YouTube title/tags) |
| Command | Description |
|---|
zernio media:upload <file> | Upload a media file (returns URL for use in posts) |
| Command | Description |
|---|
zernio queue:create-slot | Create schedule |
zernio queue:delete-slot | Delete schedule |
zernio queue:get-next-slot | Get next available slot |
zernio queue:list-slots | List schedules |
zernio queue:preview | Preview upcoming slots |
zernio queue:update-slot | Update schedule |
| Command | Description |
|---|
zernio validate:media | Validate a media URL (format, size, accessibility) |
zernio validate:post | Validate a post against platform rules before publishing |
zernio validate:post-length | Check whether post text fits each platform's character limit |
zernio validate:subreddit | Check whether a subreddit accepts posts and its requirements |