Skip to content

Commit

Permalink
move note and config worry to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
gord5500 committed Jul 6, 2023
1 parent 06c79db commit b1bb9b9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ Set up the global BMX configuration file with the following command:
```PowerShell
bmx configure --org your-okta-organization --user your-okta-username
```
BMX will default to use the provided values. Okta account sessions are also saved when a configuration file is present. As such, it is not recommended to run `bmx configure` or create a configuration file on a machine with multiple users.

Note: The flags provided are optional. Use `bmx configure -h` to view all available options.
## print

To setup AWS credentials in PowerShell, use:
Expand All @@ -27,7 +24,6 @@ To setup AWS credentials in Bash, use:
```Bash
$(bmx print --account account-name --role role-name)
```
Note: The flags provided are optional. Use `bmx print -h` to view all available options.

## write

Expand All @@ -39,8 +35,11 @@ You can use your created profile by providing the `profile` flag in your AWS CLI
```Powershell
aws sts get-caller-identity --profile my-profile
```
Note: The flags provided are optional. Use `bmx write -h` to view all available options.
## notes

Okta account sessions are also saved when a configuration file is present. As such, it is not recommended to run `bmx configure` or create a configuration file on a machine with multiple users.

The flags provided in the examples are optional. Use `bmx -h` or `bmx {command-name} -h` to view all available options.

# Project-Level Configuration Files

Expand Down

0 comments on commit b1bb9b9

Please sign in to comment.