Note
Swarmd is still in preview and not every components are yet open sourced. This is the CLI which is used to interact with Swarmd.
swarmd
is the CLI tool desgined to intereact with swarmd workers.
cargo install swarmd --locked
Once you have swarmd, it'll be quite easy for you to deploy your first Swarmd worker!
swarmd login
swarmd create --template typescript demo_worker
swarmd deploy
You can build the development version in the repo by running
cargo install --path cli/.
cargo install swarmd
We do use release-plz to handle release.