Release notes, 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.
made with ❤️ for everyone by OctoLab (opens in a new tab)