Skip to content

Releases: pubky/pubky-cli

v0.1.0-rc.1

23 Oct 12:35
3f23d83

Choose a tag to compare

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

Full Changelog: https://github.com/pubky/pubky-cli/commits/v0.1.0-rc.1

v0.0.1

23 Oct 11:50
2b15532

Choose a tag to compare

v0.0.1

🚀 Initial Release