README.md in oneaws-0.2.2 vs README.md in oneaws-0.3.0

- old
+ new

@@ -14,24 +14,26 @@ export ONELOGIN_PASSWORD=<your onelogin password> export ONELOGIN_APP_ID=<your onelogin app_id> export ONELOGIN_SUBDOMAIN=<your onelogin subdomain> export AWS_ROLE_ARN=<your aws role arn> export AWS_PRINCIPAL_ARN=<your aws idp arn> +export DURATION_SECONDS=<token duration(sec)> # Option: default 3600 # fish set -x ONELOGIN_CLIENT_ID <your onelogin client id> set -x ONELOGIN_CLIENT_SECRET <your onelogin client secret> set -x ONELOGIN_USERNAME <your onelogin username> set -x ONELOGIN_PASSWORD <your onelogin password> set -x ONELOGIN_APP_ID <your onelogin app_id> set -x ONELOGIN_SUBDOMAIN <your onelogin subdomain> set -x AWS_ROLE_ARN <your aws role arn> set -x AWS_PRINCIPAL_ARN <your aws idp arn> +set -x DURATION_SECONDS <token duration(sec)> # Option: default 3600 ``` 環境変数を設定したら実行します。 ``` oneaws ``` -`-u` オプションをつけていると `~/.aws/credentials` に追記されます(default: true)。 \ No newline at end of file +`-u` オプションをつけていると `~/.aws/credentials` に追記されます(default: true)。