Developer resource

Deck CLI

Official command-line interface for the Deck API. Install from npm as @deckco/cli, or call https://api.deck.co/v2 with curl.

npm install -g @deckco/cli
export DECK_API_KEY=...
deck test
npx @deckco/cli help

JSON errors use errors[].type, errors[].code, errors[].message, optional errors[].resolution, and request_id.

All Deck developer resources · Deck.co home