add ability to list all public & private actions & packages with a single command
Open
API
- Dominant language
- Scala
- Stars
- 6.8k
- Forks
- 1.2k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 2
Description
as a user, i should be able to list all private and public actions & packages with a single command -- without having to know any names of publiic packages.
for example, i can imagine a syntax like
`wsk package list --all`
`wsk action list --all`
Contributor guide
Research direction
Start with the CLI entry points for `wsk package list` and `wsk action list`, then inspect how they currently handle named public packages. Done means a single `--all` command for each resource lists both public and private actions or packages without requiring package names; add or run the relevant CLI tests if available.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100