Loading search index…
No recent searches
No results for "Query here"
Download firmware file
Download firmware file for a device.
Downloads the latest available firmware for the device. The firmware URL is determined by querying the device.
1
shelly firmware download <device> [flags]
1 2 3 4 5 6 7 8
# Download latest firmware for a device shelly firmware download living-room # Download to specific file shelly firmware download living-room --output firmware.zip # Download beta firmware shelly firmware download living-room --beta
1 2 3 4
--beta Download beta version -h, --help help for download --latest Download latest version (default true) -o, --output string Output file path
1 2 3 4 5 6 7 8 9 10 11
--config string Config file (default $HOME/.config/shelly/config.yaml) --log-categories string Filter logs by category (comma-separated: network,api,device,config,auth,plugin) --log-json Output logs in JSON format --no-color Disable colored output --no-headers Hide table headers in output --offline Only read from cache, error on cache miss --plain Disable borders and colors (machine-readable output) -q, --quiet Suppress non-essential output --refresh Bypass cache and fetch fresh data from device --template string Go template string for output (use with -o template) -v, --verbose count Increase verbosity (-v=info, -vv=debug, -vvv=trace)