We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
add functionality to filter for real / abstract components
if you have a lot of abstract components, filtering is important
add flag --type / -t to filter for abstract / real components
No response
The text was updated successfully, but these errors were encountered:
@astephanh agreed! In fact, we've already assigned a task to work on this. We'll link to this issue when the PR is opened.
Sorry, something went wrong.
atmos list components
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: