kherge/rs.aws-login

Make profile list searchable.

kherrera-ebsco opened this issue · 0 comments

The following checks have been done.

  • I could not find another enhancement request that covers what I need.
  • This request does not cover existing functionality.

What existing feature needs to be enhanced?

The aws-login use prompt that is used to select a profile.

What problem is being solved?

I would like to make it easier to find a profile to use.

How would you like to see this problem solved?

The list of profiles to select from should be filtered by a text search against a full or partial match of the profile name.

Before

❯ aws-login use
? Please select a profile to use: ›
❯ profile-1
  profile-2a
  profile-2b
  profile-3
(Move up and down to reveal more choices)

After

❯ aws-login use
? Please select a profile to use: › 2
❯ profile-2a
  profile-2b
(Move up and down to reveal more choices)

Some additional context.

No response