app ps, app volume rm and possibly other commands match too many apps #305
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
traefik -> traefik.test.domain.com
capsul -> test.domain.com
abra app ps test.domain.com
returns containers from traefik and capsul, same withabra app volume rm test.domain.com
Thanks for raising, I forgot to creat this ticket myself after fixing coop-cloud/organising#300 and then forgot. I believe we need to re-work how the filtering is done, it doesn't exclude the sub-string cases. Need to look into all these uses:
Adding a
^
or some sort of end stop for the matching might work. Or we might need to load in the service names explicitly of the recipe and then dofilters.Add
with the exact match. That might be safer.Idk why this was closed 🤔
Would be rad if you could test coop-cloud/abra#169 💯
yeah it's working good!