MCPcopy Create free account
hub / github.com/apache/openwhisk-cli / printSavedActionCodeSuccess

Function printSavedActionCodeSuccess

commands/action.go:1240–1249  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

1238}
1239
1240func printSavedActionCodeSuccess(name string) {
1241 fmt.Fprintf(
1242 color.Output,
1243 wski18n.T(
1244 "{{.ok}} saved action code to {{.name}}\n",
1245 map[string]interface{}{
1246 "ok": color.GreenString("ok:"),
1247 "name": boldString(name),
1248 }))
1249}
1250
1251// Generate a random number to be used as a web action's require-whisk-auth secret
1252func genWebActionSecureKey() int64 {

Callers 1

saveCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected