PowerShell / PowerShell/DSC

CLI UX improvement: `dsc extension list`

Open
#1,583 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Issue-Enhancement Up-for-Grabs
Dominant language
Rust
Stars
523
Forks
75
Avg merge
3d 16h
Merged PRs (30d)
24

Description

Summary of the new feature / enhancement

As a user, I want to quickly filter for available extensions by their metadata,
so that I can search for relevant extensions when I don't know their name
without having to retrieve all extensions and filter with a pipeline.

Proposed technical implementation details (optional)

We could add support for the following filtering options:

  • --version, accepting a semantic version requirement
  • --capabilities, accepting a literal capability. Users can specify multiple times to create and AND filter, so dsc extension list --capability discover --capability secret would only return extensions with both the discover and secret capabilities.
  • --description, accepting a string with wildcards that matches on the text of that field.
  • --author, accepting a string with wildcards that matches on the text of that field.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the implementation and tests for the dsc extension list command, then inspect how extension metadata is represented and currently displayed. Done means the command supports semantic-version, capability, description-wildcard, and author-wildcard filters, including repeated capability filters that are ANDed together.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.