MCPcopy Create free account
hub / github.com/coldbrewcloud/coldbrew-cli / Run

Method Run

commands/command.go:12–12  ·  view source on GitHub ↗

Run should return error only for critical issue. All other errors should be handled inside Run() function.

()

Source from the content-addressed store, hash-verified

10
11 // Run should return error only for critical issue. All other errors should be handled inside Run() function.
12 Run() error
13}

Callers 1

mainFunction · 0.65

Implementers 8

Commandcommands/clusterstatus/command.go
Commandcommands/deploy/command.go
Commandcommands/clusterdelete/command.go
Commandcommands/delete/command.go
Commandcommands/clustercreate/command.go
Commandcommands/create/command.go
Commandcommands/clusterscale/command.go
Commandcommands/status/command.go

Calls

no outgoing calls

Tested by

no test coverage detected