Stream Deck CLI tool for building with Stream Deck.
npm install @elgato/cli
npm install -g @elgato/cli@latest
`
Usage
`
Usage: streamdeck [options] [command]
Options:
-v display CLI version
-l, --list display list of installed plugins
-h, --help display help for command
Commands:
create Stream Deck plugin creation wizard.
link [path] Links the plugin to Stream Deck.
unlink [options] Unlinks the plugin from Stream Deck.
list [options] Display list of installed plugins.
restart|r Starts the plugin in Stream Deck; if the plugin is already running, it is stopped first.
stop|s Stops the plugin in Stream Deck.
dev [options] Enables developer mode.
validate [options] [path] Validates the Stream Deck plugin.
pack|bundle [options] [path] Creates a .streamDeckPlugin file from the plugin.
config Manage the local configuration.
Alias:
streamdeck
sd
`
Creating a Stream Deck plugin
The streamdeck create` command enables you to scaffold a new Stream Deck plugin with ease. Running the command will initialize the creation wizard, and guide you through creating a new plugin.