apache / apache/openwhisk-wskdeploy

Display "None" for on command line when no bindings found

Open
#680 0 comments 1 reaction 0 assignees View on GitHub
enhancement priority: low usability
Dominant language
Go
Stars
75
Forks
73
PR merge metrics
No merged PRs in 30d

Description

Prior to deployment, wskdeploy displays the entities and bindings that will be used for deployment. However, if there are no bindings, the word "bindings:" appears but nothing after it.

for example, on a package:
```
Packages:
Name: validate
bindings:

* action: validate_singleline_params
bindings:
- param_simple_string : "foo"
- param_simple_integer_2 : 0
...
```

I propose that we display the keyword "None" (colorized in YELLOW) to indicate that the tool indeed found no bindings (positive feedback).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.