Commands
Every subcommand of the noddle-deck CLI. Run noddle-deck --help for the inline version.
Global flags
| Flag | Effect |
|---|
--version | Print the version and exit |
--help | Show help for the current command |
--api-url <url> | Override the API base URL (default: https://deck.noddle.dev/api) |
auth
| Command | Effect |
|---|
noddle-deck login --token <t> | Save a personal access token to ~/.noddle-deck/config |
noddle-deck logout | Forget the saved token |
noddle-deck auth status | Print which account the CLI is logged in as |
list
| Command | Effect |
|---|
noddle-deck list prompts | List every prompt you have access to |
noddle-deck list categories | List prompt categories |
noddle-deck list skills | List your accessible skills (PRO only) |
sync
| Command | Effect |
|---|
noddle-deck sync all | Download 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
| Command | Effect |
|---|
noddle-deck pack list | List the six available packs |
noddle-deck pack list --installed | Filter 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> --force | Overwrite an existing install |
noddle-deck pack uninstall <id> | Remove a pack locally and on the server |
noddle-deck pack sync | Update every installed pack to its latest version |
update
| Command | Effect |
|---|
noddle-deck update | Check 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.