awslabs / awslabs/aws-shell

Feature: ability to fuzzy filter options by 'required' status

Open
#211 1 comment 1 reaction 0 assignees View on GitHub
feature-request
Dominant language
Python
Stars
7.3k
Forks
780
PR merge metrics
No merged PRs in 30d

Description

It would be awesome to use fuzzy filtering on the aws cli commands to see which options are required.

For example, when running `ec2 create-key-pair`, the `--key-name` option is required. I can filter the list of auto-completed options by typing `name` and getting just the `--key-name` option:

fuzzy-name

However, I can't fuzzy filter by using `required`:

fuzzy-required

This would be an awesome feature, as you could immediately know which options are required for any command you are running.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.