Releases: pubky/pubky-cli
Releases · pubky/pubky-cli
v0.1.0-rc.1
pubky-cli is a command-line companion for Pubky homeservers. It wraps the official pubky SDK so you can script user flows (signup, signin, session inspection, storage publish/get/delete) and admin operations (invite tokens, user enable/disable, WebDAV maintenance) from the terminal.
Installation
$ cargo install pubky-cli --version 0.1.0-rc.1
And that's it 🚀.
Maybe you have a Pubky Homeserver running, or want to connect to remote one? Just explore and see what you can do...
$ pubky-cli --help
Changelog
- Cli testing and Readme by @piotr-iohk in #1
- Tools/generate recovery by @piotr-iohk in #2
- Rename/pubky cli + completions by @piotr-iohk in #3
- Add delete publish by @SpontaneousOverthrow in #4
- feat: Add release pipeline by @SpontaneousOverthrow in #7
- Prep cargo toml for crates and set version to 0.1.0-rc.1 by @piotr-iohk in #6
- chore: Update docs by @SpontaneousOverthrow in #5
- fix: fix pipeline by @SpontaneousOverthrow in #9
- Final polishes by @piotr-iohk in #8
Full Changelog: https://github.com/pubky/pubky-cli/commits/v0.1.0-rc.1
v0.0.1
v0.0.1
🚀 Initial Release