From a6a7954f0c126a0fb63cf922bf28951166e99594 Mon Sep 17 00:00:00 2001 From: Sanyam Khurana Date: Wed, 28 Aug 2024 23:47:56 +0530 Subject: [PATCH] fix: Add tip about APPPACK_ACCOUNT env var --- src/tutorials/initial-setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tutorials/initial-setup.md b/src/tutorials/initial-setup.md index 8ee073e..6da6a34 100644 --- a/src/tutorials/initial-setup.md +++ b/src/tutorials/initial-setup.md @@ -71,6 +71,9 @@ apppack auth accounts You should see your AWS account listed in the output. +!!! tip + You can use the `APPPACK_ACCOUNT` environment variable with any command to specify a particular account. Additionally, all commands offer a `-c` flag to override this value if needed. + ## 🌐 Setup a domain ⏳ _Estimated time: 15 minutes_