CLI

Inspect a tenant and manage posts without passing a workspace ID.

Documentation owner:
BlendDuck Documentation
Last reviewed:

Set credentials through the environment so the secret does not enter shell history or the process argument list.

export BLENDDUCK_API_KEY="..."

blendduck auth status
blendduck posts list --start 2026-08-01T00:00:00Z --end 2026-09-01T00:00:00Z
blendduck posts create \
  --channel "$CHANNEL_ID" \
  --content "Hello from BlendDuck"

The CLI prints JSON and never requires --workspace. Use blendduck --help for the current command list.