Skip to content

Commit

Permalink
Merge pull request #16 from tilfin/fix/readme
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
tilfin authored Jul 13, 2019
2 parents 0f4f1c5 + f73a09d commit 3575417
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ A filename minus the extension (.json) decides the policy name.
"PolicyName": "yourapp-s3-storage-ENV",
"Path": "/"
},
"Documen": {
"Document": {
"Version": "2012-10-17",
"Statement": [
{
Expand Down Expand Up @@ -99,27 +99,23 @@ $ npm install -g aws-iam-policy-tool

```
$ awsiamtool --help
Usage: awsiamtool [options] [command]
AWS IAM export/import policy/role management tool
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
export-policy <dir> <pattern> export policies to target directory
export-role <dir> <pattern> export roles to target directory
import-policy <dir> import policies from target directory
import-role <dir> import policies from target directory
validate-role <dir> validate roles with target directory
delete-policy <pattern> delete policies specified regular expression matches
help [cmd] display help for [cmd]
Usage: awsiamtool [options] [command]
AWS IAM export/import policy/role management tool
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
export-policy <dir> <matcher> export polies to target directory
export-role <dir> <matcher> export roles to target directory
import-policy <dir> import policies from target directory
import-role <dir> import policies from target directory
validate-policy <dir> validate policies with target directory
validate-role <dir> validate roles with target directory
delete-policy <matcher> delete policies specified regular expression matches
help [cmd] display help for [cmd]
```

### Common command options
Expand Down

0 comments on commit 3575417

Please sign in to comment.