@architect/docs
Advanced tools
Comparing version 30.1.41 to 30.1.42
@@ -5,9 +5,11 @@ # Setup | ||
AWS Credentials are listed in: | ||
On *nix systems AWS Credentials are listed in: | ||
```bash | ||
# *nix systems | ||
~/.aws/credentials | ||
``` | ||
# or on Windows systems | ||
Or on Windows systems: | ||
```bash | ||
C:\Users\USER_NAME\.aws\credentials | ||
@@ -28,3 +30,3 @@ ``` | ||
All arc npm run scripts require `AWS_PROFILE` and `AWS_REGION` environment variables set. | ||
All arc npm run scripts require `AWS_PROFILE` and `AWS_REGION` environment variables set. Currently we reccomend putting them in your `npm run` scripts and *not* setting them globally on your system. This leaves room for the common scenario of people and/or organizations with multiple AWS accounts. | ||
@@ -31,0 +33,0 @@ > Tip: Windows users will want to use [cross-env](https://www.npmjs.com/package/cross-env) for cross platform env vars; more info about setting up for Windows can found in [this issue thread](https://github.com/arc-repos/arc-docs/issues/19#issuecomment-321738242) |
{ | ||
"name": "@architect/docs", | ||
"version": "30.1.41", | ||
"version": "30.1.42", | ||
"main": "index", | ||
@@ -5,0 +5,0 @@ "scripts": { |
135629