Skip to content

Commit

Permalink
Merge pull request #10 from future-architect/feature/readme
Browse files Browse the repository at this point in the history
update: README
  • Loading branch information
d-tsuji authored Apr 9, 2021
2 parents 0f94312 + 42a5ffd commit c8fac35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ awsmfa (AWS MFA Refresher)
[actions]: https://github.com/future-architect/awsmfa/actions?workflow=test
[license]: https://github.com/future-architect/awsmfa/blob/master/LICENSE

`awsmfa` replaces the config(`~/.aws/config`) and credentials(`~/.aws/credentials`) for MFA in AWS.
`awsmfa` replaces the config and credentials for MFA in AWS.

## Usage

```console
$ awsmfa [options] [token-code]
```

- The config file uses `~/.aws/config` by default. You can override it with the environment variable `AWS_CONFIG_FILE`.
- The credentials file uses `~/.aws/credentials` by default. You can override it with the environment variable `AWS_SHARED_CREDENTIALS_FILE`.

### Options

```
Expand Down

0 comments on commit c8fac35

Please sign in to comment.