Next generation of stmanager in a standalone repo instead of being closely tied into stboot. This tool is used to create or sign OS Packages, provision nodes for usage with stboot and has several other features to ease the usage of system-transparency
Go version 1.17 or higher.
Either run go install github.com/system-transparency/stmgr@latest or clone the repo and run go build.
This tool requires to be invoked with a command and corresponding subcommand.
That means an example invokation looks like this: stmgr ospkg create.
In that example, ospkg is the command and create is the subcommand.
The best way to find out about all the commands and their subcommands is to run stmgr -help and follow the printed out instructions for further info.