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 af6cf30 commit 27eda0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/sst/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,12 @@ 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**.",
"Another option is to use `SST_STAGE` environment variable. You can declare it in `.env` or before the CLI.",
"",
"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 27eda0e

Please sign in to comment.