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.
swarmdis the CLI tool desgined to intereact with swarmd workers.
cargo install swarmd --lockedOnce you have swarmd, it'll be quite easy for you to deploy your first Swarmd worker!
swarmd login
swarmd create --template typescript demo_workerswarmd deployYou can build the development version in the repo by running
cargo install --path cli/.cargo install swarmdWe do use release-plz to handle release.