WithSecureLabs / awspx

A graph-based tool for visualizing effective access and resource relationships in AWS environments.
GNU General Public License v3.0
920 stars 102 forks source link

Helper text for createPolicyVersion is missing the iam service command #53

Open sethsec-bf opened 3 years ago

sethsec-bf commented 3 years ago

Missing the iam sub-command before create-policy-version. I spot checked the rest in source and this looks like the only one missing it.

aws create-policy-version   \
  --policy-arn ...