Skip to content
New issue

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

Support key-value tags, at least in ls filters #10

Open
Riebart opened this issue Sep 11, 2019 · 0 comments
Open

Support key-value tags, at least in ls filters #10

Riebart opened this issue Sep 11, 2019 · 0 comments

Comments

@Riebart
Copy link
Owner

Riebart commented Sep 11, 2019

In some cases, it is useful to identify classes of tags, and potential values (e.g. AWS key-value tag semantics).

Support could be limited to enabling regular expression matching of tags, where a ledger entry's tags must either be a non-empty intersection with the list of tags, or match at least one of the patterns in a tag_patterns list. This would allow you to filter on anything where

Client=(ACME|BigCorp|.*Design)

as opposed to currently needing the more verbose current requirement where the tag list of an entry intersects with

["Client=ACME","Client=BigCorp","Client=ArchitectureDesign"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant