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.
compose-list
--latest
--preceding
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
--ver *
--ver 2.*