MCPcopy Index your code
hub / github.com/smallstep/cli / SetName

Function SetName

internal/cmd/root.go:89–93  ·  view source on GitHub ↗
(appName string)

Source from the content-addressed store, hash-verified

87var stepAppName = "step"
88
89func SetName(appName string) {
90 if appName != "" {
91 stepAppName = appName
92 }
93}
94
95func newApp(stdout, stderr io.Writer) *cli.App {
96 // Define default file writers and prompters for go.step.sm/crypto

Callers 1

initFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…