atmos list should be able to filter for real and abstract components
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 175
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 134
Description
### Describe the Feature
since atmos version 1.110 `atmos list' is implented instead of a custom command.
This is a good thing, as it is much faster then using the custom command.
But It can no longer be overwritten using atmos.yaml custom command. For me it now lacks the functionality to filter for real or abstract components.
### Expected Behavior
add functionality to filter for real / abstract components
### Use Case
if you have a lot of abstract components, filtering is important
### Describe Ideal Solution
add flag --type / -t to filter for abstract / real components
### Alternatives Considered
_No response_
### Additional Context
_No response_
Contributor guide
Research direction
Start at the `atmos list` CLI entry point and inspect how it currently selects components. Add the requested `--type`/`-t` filtering for real and abstract components, then verify that each option limits the listed components as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100