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

Function GetURL

internal/plugin/plugin.go:75–82  ·  view source on GitHub ↗

GetURL returns the project or the download URL of a well-known plugin.

(name string)

Source from the content-addressed store, hash-verified

73
74// GetURL returns the project or the download URL of a well-known plugin.
75func GetURL(name string) string {
76 switch name {
77 case "kms":
78 return "https://github.com/smallstep/step-kms-plugin"
79 default:
80 return ""
81 }
82}

Callers 1

newAppFunction · 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…