adobe / adobe/himl

[Feature Request] himl cli - deep filter

Open
#42 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
135
Forks
34
PR merge metrics
No merged PRs in 30d

Description

Consider the following `.yaml` file.

examples/simple/default.yaml
```
deep:
key1: v1
key2: v2
deep_list:
- item1
- item2
```
## Request
A feature to filter deep keys like, `deep.key1`, `deep.key2`. Currently, the cli supports only top-level keys to filter. (ie, `deep` and ` deep_list` in the example)

Contributor guide

Open the contributing guide

Research direction

Start with examples/simple/default.yaml and the CLI's existing top-level filtering behavior. Trace how keys such as deep and deep_list are selected, then define and verify filtering for paths such as deep.key1 and deep.key2 with nested YAML data.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.