aws-shell icon indicating copy to clipboard operation
aws-shell copied to clipboard

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

Open mike-mosher opened this issue 7 years ago • 1 comments

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.

mike-mosher avatar Oct 03 '18 01:10 mike-mosher

Interesting. While I don't know if we'd go for this exact implementation I do think it would be useful to make required parameters more discoverable. Marking as a feature request.

joguSD avatar Oct 05 '18 23:10 joguSD