We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's say there are 2 targets with the following tags:
When the following command is used: fioctl targets prune --by-tag postmerge
fioctl targets prune --by-tag postmerge
Expected behavior would be to drop the "postmerge" tag on xyz-2 instead of ignoring the target.
xyz-2
So we would end up with 1 target with the following tag:
Currently no action is taken on xyz-2 so we're left with:
The text was updated successfully, but these errors were encountered:
Merge pull request foundriesio#91 from doanac/fixes-we-need
60394e9
Fixes we need
No branches or pull requests
Let's say there are 2 targets with the following tags:
When the following command is used:
fioctl targets prune --by-tag postmerge
Expected behavior would be to drop the "postmerge" tag on
xyz-2
instead of ignoring the target.So we would end up with 1 target with the following tag:
Currently no action is taken on
xyz-2
so we're left with:The text was updated successfully, but these errors were encountered: