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

Function printActionUpdated

commands/action.go:1144–1153  ·  view source on GitHub ↗
(entityName string)

Source from the content-addressed store, hash-verified

1142}
1143
1144func printActionUpdated(entityName string) {
1145 fmt.Fprintf(
1146 color.Output,
1147 wski18n.T(
1148 "{{.ok}} updated action {{.name}}\n",
1149 map[string]interface{}{
1150 "ok": color.GreenString("ok:"),
1151 "name": boldString(entityName),
1152 }))
1153}
1154
1155func printBlockingTimeoutMsg(namespace string, entityName string, activationID interface{}) {
1156 fmt.Fprintf(

Callers 1

action.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected