Stream Deck CLI
FreshSource
Overview
The Stream Deck CLI is a command-line tool for building, managing, and packaging Stream Deck plugins.
Installation
Prerequisites: Node.js 20+, Stream Deck 6.9+, a Stream Deck device.
bash
npm install -g @elgato/cli@latestVerify:
bash
streamdeck -vShorthand
The alias sd works identically: sd create = streamdeck create
Available Commands
| Command | Alias | Description |
|---|---|---|
create | - | Scaffold a new plugin |
dev | - | Enable developer mode + remote debugger |
link | - | Symlink plugin for development |
list | - | Show installed plugins |
pack | bundle | Package .streamDeckPlugin file |
restart | r | Restart a running plugin |
stop | s | Stop a running plugin |
validate | - | Validate plugin manifest |
config | - | Manage CLI configuration |
help | - | Display help information |