wallix / awless

A Mighty CLI for AWS
http://awless.io/
Apache License 2.0
4.97k stars 263 forks source link

Search for actions for IAM policies #190

Open mpfeil opened 6 years ago

mpfeil commented 6 years ago

Hi,

first of all thanks for this awesome tool. I was wondering if there is a command for finding / searching or listing available service actions and condition context keys for use in IAM policies? (like this list https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_actionsconditions.html)

simcap commented 6 years ago

@mpfeil thanks for using it and giving feeback.

We do not have this functionality and I understand it could be helpful when building complex policies. We can see if we can provide enum completion on prompting in the CLI although it seems a bot cumbersome.

With awless we are trying to have a different approach avoiding to store all static AWS content/enums in awless.

To this effect, we are going to start working on meta templates . They could help with that we hope. They should be available roughly in one of the coming next 3 releases.