CLI
The stowage binary has four subcommands.
Usage: stowage <command> [flags]
Commands:
serve Run the dashboard server
quickstart Download MinIO into ./data and run stowage against it
create-admin Create the first local admin user
hash-password Print an argon2id hash for a password
help Show this message
The CLI is defined in
cmd/stowage/main.go.