Is this not going to be sufficient? I mean, you can have comma separated value and then filter with regexp.
user.tags = "backend,go,api"
And filter for multiple with
incus list user.tags="(backend|go)"
Is this not going to be sufficient? I mean, you can have comma separated value and then filter with regexp.
user.tags = "backend,go,api"
And filter for multiple with
incus list user.tags="(backend|go)"