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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions