Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
docs: edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Oct 11, 2024
1 parent 7b37038 commit 74da1f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmd/sst/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,19 +219,19 @@ 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.",
" - If the username is `root`, `admin`, `prod`, `dev`, `production`, then it will prompt for a stage name.",
"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"),
},
},
Expand Down

0 comments on commit 74da1f2

Please sign in to comment.