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

Function Command

command/version/version.go:30–34  ·  view source on GitHub ↗

Command prints out the current version of the tool

(*cli.Context)

Source from the content-addressed store, hash-verified

28
29// Command prints out the current version of the tool
30func Command(*cli.Context) error {
31 fmt.Printf("%s\n", step.Version())
32 fmt.Printf("Release Date: %s\n", step.ReleaseDate())
33 return nil
34}

Callers 1

newAppFunction · 0.92

Calls 1

VersionMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…