apache / apache/openwhisk

add ability to list all public & private actions & packages with a single command

Open
#463 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.