Shelly Changelog
Version v1.2.5
Release Notes
-Added functionality for flatpak to the shelly CLI using the flatpak system lib
- flatpak must be installed it can be installed first using
sudo shelly install flatpakor
sudo pacman -S flatpakThe following commands are supported:
install
update
list List installed flatpak apps
list-updates List installed flatpak apps
running List running flatpak apps
uninstall
run
kill
search
Query supports the following additional parameters: —limit —page —no-ui (this reports the raw json back from the api)
Known Issues
- No Confirmations before actions
- Description for List-updates is incorrect
- flatpak run
starts application, but has some weirdness with CLI capturing apps std out