#54 RFE: support wildcards in compose-list filters
Opened by ktdreyer. Modified

We have several directories that contain composes with differing release versions. We just want to find "the latest", or "the preceding", but we can't use compose-list's --latest or --preceding arguments because it expects to only find one single version in a directory.

It would be great to support filename-style pattern matching, so we can filter compose-list like --ver * or --ver 2.*. https://docs.python.org/3/library/fnmatch.html


Metadata