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

feat: add option to filter instance by specific tag key in ask #58

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

codezninja
Copy link

@codezninja codezninja commented May 25, 2023

Description

This adds support to add a tag to the default table being created on AskInstances so I can filter by values using the build in fuzzy matching. This was useful where my instance names tend to be random and tags are what we use to filter down application instances

$ go run . start -f application
region (us-east-1)
? Choose a target in AWS:  [Use arrows to move, type to filter]
> dev-1234515   (i-7ce6c6743q4523453)   (application:golden-doodle)
  dev-234f23f   (i-c07bf9dcs0d334d3d)   (application:op)
  dev-123423g   (i-03eec57b482e16b4a)   (application:NONE)
  dev-346ywr4   (i-0061763ab68341969)   ()

@codezninja codezninja marked this pull request as ready for review May 25, 2023 22:14
@codezninja codezninja changed the base branch from master to develop May 25, 2023 22:42
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

Successfully merging this pull request may close these issues.

None yet

1 participant