From 016e79453787381167b306abbc44b7e2452ffe7d Mon Sep 17 00:00:00 2001 From: Quentin Brosse Date: Thu, 28 Nov 2019 14:49:05 +0100 Subject: [PATCH] doc(scw): add SCW_PROFILE env var --- scw/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/scw/README.md b/scw/README.md index f7eb9b40f..0ab7eae24 100644 --- a/scw/README.md +++ b/scw/README.md @@ -52,3 +52,4 @@ scw.NewClient( | `$SCW_DEFAULT_ZONE` | Your default [availability zone](https://developers.scaleway.com/en/quickstart/#region-and-zone) | `$SCW_ZONE` (used by cli),`$SCALEWAY_ZONE` (used by terraform) | | `$SCW_API_URL` | Url of the API | - | | `$SCW_INSECURE` | Set this to `true` to enable the insecure mode | `$SCW_TLSVERIFY` (inverse flag used by the cli) | +| `$SCW_PROFILE` | Set the config profile to use | - |