ADR
Synced from docs/development.md on the main branch of
smbcloud-cli . Edit it there.
This repo uses Architecture Decision Record in the adr folder.
Publish Update
There’s no GitHub action to automatically publish the package for now. Publishing task can also be done locally.
To update the crate in the crate.io , use cargo workspaces subcommand.
Steps to publish new package:
$ cargo workspaces publish --publish-as-isIt will ask whether should bump the vesions of the packages or not. To update version separately:
$ cargo workspaces version