Skip to content

Commit

Permalink
Make getting started sections consistent community vs pro
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Sep 18, 2023
1 parent d1001ba commit 253ece9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/getting-started/api-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ LocalStack expects your API key to be present in the environment variable `LOCAL
{{< tabpane >}}
{{< tab header="macOS/Linux" lang="shell" >}}
export LOCALSTACK_API_KEY=<YOUR_API_KEY>
localstack start -d
localstack start
{{< /tab >}}
{{< tab header="Windows" lang="powershell" >}}
$env:LOCALSTACK_API_KEY="<YOUR_API_KEY>"; localstack start -d
{{< /tab >}}
{{< /tabpane >}}

You can optionally run your LocalStack container in background mode by adding the `-d` flag to the `localstack start` command.

The `localstack` CLI will detect the API key and properly pass it to the LocalStack container.

{{< alert title="Note" >}}
Expand Down

0 comments on commit 253ece9

Please sign in to comment.