uu v0.1.0
v0.1.0
Initial Go CLI release for the UU plugin installer.
Features
- Rewrite the original shell installer as a Go CLI.
- Add
install,start,stop,status, andlogscommands. - Install Steam Deck plugin files next to the
uubinary by default. - Support YAML config via
--config. - Support log following with
follow_logs/uu logs. - Improve install failure diagnostics with visible error messages and log paths.
- Build binary into
bin/uuviamake build.
Notes
installmay requiresudobecause it writes a systemd service to/etc/systemd/system/uuplugin.service.- Original shell installer is kept under
scripts/for reference.