apache / apache/openwhisk-cli

CLI Should Allow for Flag Arguments to be Stored in Properties File

Open
#471 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
109
Forks
98
PR merge metrics
No merged PRs in 30d

Description

For example, `wsk action list` will display 30 actions by default. I should be able to save a non-default value for the limit in wskprops allowing `wsk action list` to read the stored non-default limit from properties.

Possible usage:
`$ wsk property set --actionlistlimit 50`
```
$ wsk action list
actions
action1
...
action50
```

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.