Skip to content

feat: Support multiple tag filters #193

Description

@yimsk

Summary

Support filtering resource lists by multiple tag conditions.

Motivation

--tag and :tag currently support a single tag condition. It would be useful to combine tags for common workflows, such as narrowing EC2 instances to prod bastion hosts.

Example

claws -s ec2 --tag Env=prod --tag Role=bastion
claws -s ec2 --tag Env=prod,Role=bastion
startup:
  tags:
    - Env=prod
    - Role=bastion

Multiple tag conditions should be treated as AND filters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions