Noddle Deck
Back to docs

CLI Reference

Commands

Every noddle-deck subcommand and its flags

Commands

Every subcommand of the noddle-deck CLI. Run noddle-deck --help for the inline version.

Global flags

FlagEffect
--versionPrint the version and exit
--helpShow help for the current command
--api-url <url>Override the API base URL (default: https://deck.noddle.dev/api)

auth

CommandEffect
noddle-deck login --token <t>Save a personal access token to ~/.noddle-deck/config
noddle-deck logoutForget the saved token
noddle-deck auth statusPrint which account the CLI is logged in as

list

CommandEffect
noddle-deck list promptsList every prompt you have access to
noddle-deck list categoriesList prompt categories
noddle-deck list skillsList your accessible skills (PRO only)

sync

CommandEffect
noddle-deck sync allDownload every accessible prompt as markdown
noddle-deck sync category <slug>Download one category
noddle-deck sync --out <dir>Override the default ~/.noddle-deck/prompts

pack

CommandEffect
noddle-deck pack listList the six available packs
noddle-deck pack list --installedFilter to packs you have installed
noddle-deck pack info <id>Show what's in a pack before installing
noddle-deck pack install <id>Install a pack into ~/.claude/
noddle-deck pack install <id> --forceOverwrite an existing install
noddle-deck pack uninstall <id>Remove a pack locally and on the server
noddle-deck pack syncUpdate every installed pack to its latest version

update

CommandEffect
noddle-deck updateCheck PyPI for a newer release of the CLI itself

update only reports — it never invokes pip. Run pipx upgrade noddle-deck-cli (or equivalent) to apply.