CLI Should Allow for Flag Arguments to be Stored in Properties File
Open
- 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
Assessment
This issue has not been assessed yet.