Build the CLI
From the repository root, build the CLI:
go build -o bin/servestead .Confirm the binary exists:
bin/servestead --helpRun Tests
Section titled “Run Tests”Before changing the CLI, run:
go test ./...Provider provisioning is billable and is not run by the test suite. Cloud API clients are tested against local HTTP servers.
Local Docs Site
Section titled “Local Docs Site”The docs site is separate from the Go CLI:
cd docsnpm installnpm run devUse npm run build to verify the static docs output.