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

targets prune --by-tag adjustment #91

Open
mike-scott opened this issue Mar 16, 2021 · 0 comments
Open

targets prune --by-tag adjustment #91

mike-scott opened this issue Mar 16, 2021 · 0 comments

Comments

@mike-scott
Copy link
Contributor

mike-scott commented Mar 16, 2021

Let's say there are 2 targets with the following tags:

  • xyz-1: postmerge
  • xyz-2: postmerge,promoted

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:

  • xyz-2: promoted

Currently no action is taken on xyz-2 so we're left with:

  • xyz-2: postmerge,promoted
doanac added a commit to doanac/fioctl that referenced this issue Oct 17, 2023
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