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

Function webSecureUsageError

commands/action.go:1084–1087  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1082}
1083
1084func webSecureUsageError() error {
1085 errMsg := wski18n.T("The --web-secure option is only valid when the --web option is enabled.")
1086 return nonNestedError(errMsg)
1087}
1088
1089func zipKindError() error {
1090 errMsg := wski18n.T("creating an action from a .zip artifact requires specifying the action kind explicitly")

Callers 1

augmentWebSecureArgFunction · 0.85

Calls 1

nonNestedErrorFunction · 0.85

Tested by

no test coverage detected