v0.1.1
Sparkle now has just one binary instead of two! ✨
Before, sparkle
was related to the server side, and sparklectl
to the client side.
sparkle run &
sparklectl whoami
sparklectl stream diary make --until=2023-10-31
After
sparkle server run &
sparkle client whoami
sparkle stream diary make --until=2023-10-31
It will simplify the interaction with the service.
Changelog
- e4788b6 feat: switch to single binary instead of splitted by server and client
- a9906fa chore: remove static.go and little update v0.1.0 release notes
- d54148b feat: add single point of commands
made with ❤️ for everyone by OctoLab