-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Description
Summary of the new feature / enhancement
Allow using export with pre-defined matching rules if get is not defined.
Reasoning
Some package managers, like pip, easily support exporting all installed packages but not filtering them to a single package.
In creating a pip resource I had to essentially perform an export* then manually filter the results.
Combining this with #1261 would massively simplify the job of resource authors in similar situations.
Proposed technical implementation details (optional)
No response