MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / Bluef

Function Bluef

pkg/output/color.go:31–33  ·  view source on GitHub ↗
(s string, args ...interface{})

Source from the content-addressed store, hash-verified

29}
30
31func Bluef(s string, args ...interface{}) string {
32 return Blue(fmt.Sprintf(s, args...))
33}
34
35func Magenta(s string) string {
36 if !IsColorEnabled {

Callers 15

deployRunFunction · 0.92
createRunFunction · 0.92
createRunFunction · 0.92
CommitMethod · 0.92
CommitMethod · 0.92
createRunFunction · 0.92
publishRunFunction · 0.92
uploadRunFunction · 0.92
createRunFunction · 0.92
createRunFunction · 0.92
cloneRunFunction · 0.92
CommitMethod · 0.92

Calls 1

BlueFunction · 0.85