nccgroup / PMapper

A tool for quickly evaluating IAM permissions in AWS.
GNU Affero General Public License v3.0
1.37k stars 169 forks source link

Old error message in ORGS command output think #95

Closed sethsec-bf closed 2 years ago

sethsec-bf commented 2 years ago

Describe the bug an error message refers to a command verb pairing that no longer exists (i think).

When you run pmapper orgs create

You see this message in the output: Unable to load a Graph object for account REDACTED, possibly because it is not mapped yet. Please map all accounts and then update the Organization Tree (pmapper graph orgs update).

I think you want to change this to pmapper orgs update --org ID.

ncc-erik-steringer commented 2 years ago

Good catch, fixed in v1.1.4-dev

https://github.com/nccgroup/PMapper/commit/253dc54d8c58bfbd2bd18a78f84a2538514a47b0

ncc-erik-steringer commented 2 years ago

v1.1.4 is out, closing.