Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/smallstep/cli
/ init
Function
init
cmd/step/main.go:21–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
var
AppName =
""
20
21
func
init() {
22
step.Set(
"Smallstep CLI"
, Version, BuildTime)
23
ca.UserAgent = step.Version()
24
cmd.SetName(AppName)
25
}
26
27
func
main() {
28
cmd.Run()
Callers
nothing calls this directly
Calls
3
SetName
Function · 0.92
Set
Method · 0.80
Version
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…