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

Function printActionCreated

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

Source from the content-addressed store, hash-verified

1131}
1132
1133func printActionCreated(entityName string) {
1134 fmt.Fprintf(
1135 color.Output,
1136 wski18n.T(
1137 "{{.ok}} created action {{.name}}\n",
1138 map[string]interface{}{
1139 "ok": color.GreenString("ok:"),
1140 "name": boldString(entityName),
1141 }))
1142}
1143
1144func printActionUpdated(entityName string) {
1145 fmt.Fprintf(

Callers 1

action.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected