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 AND operator between all the tags used for running journeys locally #937

Open
gsantoro opened this issue Jul 1, 2024 · 0 comments

Comments

@gsantoro
Copy link

gsantoro commented Jul 1, 2024

Currently, when I use the following command

npx @elastic/synthetics journeys --tags tag1 --tags tag2

the synthetics cli will run all the journeys with tag tag1 and those with tag tag2. In other words, the OR operator between those tags filters all the journeys to run.

We would like to have way to only run the journeys that are tagged with tag tag1 AND tag tag2, thus implementing the AND operator instead.

Hopefully both OR and AND operator will be implemented and documented.

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