diff --git a/README.md b/README.md index 8d6ff29f..8f4f4775 100644 --- a/README.md +++ b/README.md @@ -196,12 +196,13 @@ Outputs a list of available role types. Arguments: -* `-p [password]` Your password -* `-a [account]` The ALKS account to use, be sure to wrap in quotes -* `-r [role]` The ALKS role to use, be sure to wrap in quotes -* `-n [iamusername]` The name of the IAM user associated with the LTK, be sure to wrap in quotes, alphanumeric including: `@+=._-` -* `-o [output]` Output format. Supports: `text`, `json`. Default: `text` -* `-F` Filters favorite accounts +* Required + * `-a [account]` The ALKS account to use, be sure to wrap in quotes + * `-n [iamusername]` The name of the IAM user associated with the LTK, be sure to wrap in quotes, alphanumeric including: `@+=._-` +* Optional + * `-o [output]` Output format. Supports: `text`, `json`. Default: `text` + * `-r [role]` The ALKS role to use, be sure to wrap in quotes + * `-F` Filters favorite accounts Outputs the created user's ARN along with the long term access key and long term secret key. @@ -253,4 +254,4 @@ ALKS CLI will output in a variety of formats, it uses the developer default (set * `export`: Outputs environment variables via `export` * `set`: Outputs environment variables via `SET` * `powershell`: Outputs environment variables for Windows PowerShell -* `fishshell`: Outputs environment variables for Fishshell \ No newline at end of file +* `fishshell`: Outputs environment variables for Fishshell