CLI commands for authentication, API keys, users, invites, account groups, account settings, and webhooks.
Commands for the account itself: authentication, API keys, team users and invites, account groups, per-account platform settings, and webhook configuration. All commands output JSON by default; add --pretty for indented output. Install and authentication live in the CLI overview.
| Command | Description |
|---|
zernio auth:check | Verify API key works |
zernio auth:login | Log in via browser (device authorization flow) |
zernio auth:set | Save API key to ~/.zernio/config.json |
| Command | Description |
|---|
zernio apikeys:create | Create an API key (the secret is only returned once) |
zernio apikeys:delete <id> | Delete (revoke) an API key |
zernio apikeys:list | List API keys |
| Command | Description |
|---|
zernio users:get <userId> | Get user |
| Command | Description |
|---|
zernio invites:create-token | Create invite token |
| Command | Description |
|---|
zernio accountgroups:create | Create an account group |
zernio accountgroups:delete <id> | Delete an account group |
zernio accountgroups:list | List account groups |
zernio accountgroups:update <id> | Update an account group |
| Command | Description |
|---|
zernio accountsettings:delete-instagram-ice-breakers <accountId> | Delete IG ice breakers |
zernio accountsettings:delete-messenger-menu <accountId> | Delete FB persistent menu |
zernio accountsettings:delete-telegram-commands <accountId> | Delete TG bot commands |
zernio accountsettings:get-instagram-ice-breakers <accountId> | Get IG ice breakers |
zernio accountsettings:get-messenger-menu <accountId> | Get FB persistent menu |
zernio accountsettings:get-telegram-commands <accountId> | Get TG bot commands |
zernio accountsettings:set-instagram-ice-breakers <accountId> | Set IG ice breakers |
zernio accountsettings:set-messenger-menu <accountId> | Set FB persistent menu |
zernio accountsettings:set-telegram-commands <accountId> | Set TG bot commands |
| Command | Description |
|---|
zernio webhooks:create-settings | Create webhook |
zernio webhooks:delete-settings | Delete webhook |
zernio webhooks:get-logs | List webhook delivery logs |
zernio webhooks:get-settings | List webhooks |
zernio webhooks:test | Send test webhook |
zernio webhooks:update-settings | Update webhook |