From 74da1f281836f521bb65c7c7dfba7b9073646b42 Mon Sep 17 00:00:00 2001 From: Jay V Date: Fri, 11 Oct 2024 16:30:10 -0400 Subject: [PATCH] docs: edit --- cmd/sst/main.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/sst/main.go b/cmd/sst/main.go index 769b6e5b0..73b24dc05 100644 --- a/cmd/sst/main.go +++ b/cmd/sst/main.go @@ -219,6 +219,12 @@ var root = &cli.Command{ "Changing the stage will redeploy your app to a new stage with new resources. The old resources will still be around in the old stage.", ":::", "", + "You can also use the `SST_STAGE` environment variable.", + "```bash frame=\"none\"", + "SST_STAGE=dev sst [command]", + "```", + "This can also be declared in a `.env` file or in the CLI session.", + "", "If the stage is not passed in, then the CLI will:", "", "1. Use the username on the local machine.", @@ -226,12 +232,6 @@ var root = &cli.Command{ "2. Store this in the `.sst/stage` file and reads from it in the future.", "", "This stored stage is called your **personal stage**.", - "", - "You can also use the `SST_STAGE` environment variable.", - "```bash frame=\"none\"", - "SST_STAGE=dev sst [command]", - "```", - "This can also be declared in a `.env` file or in the CLI session.", }, "\n"), }, },