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

ability to only select tags that include value #116

Open
ramonskie opened this issue Jan 13, 2023 · 0 comments
Open

ability to only select tags that include value #116

ramonskie opened this issue Jan 13, 2023 · 0 comments

Comments

@ramonskie
Copy link

ramonskie commented Jan 13, 2023

when having images with

tag:
 - foo: bar
 - name: test
 - published: false
tag:
 - foo: bar
 - name: test_test
 - published: false

i want to be able to select only the ami's with name:test and published:false
as i cannot be sure of if there are amis with the tag name:example
i cannot mis/abuse the --excluded-mapping-values test_test for example.

is there an ability to just say i want only to remove the one containing 2 tags and there corosponding values.
like --include-mapping-values name=test, published:false

or why not be able to select which group you want to delete.
as you already group them anyways

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