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

Commit

Permalink
chore: mention SST_STAGE (#1211)
Browse files Browse the repository at this point in the history
- we can use `SST_STAGE` to declare the application stage
- it can be declared in your `.env` or as environment variable
  • Loading branch information
oieduardorabelo authored Oct 7, 2024
1 parent 0c497af commit 18dcf42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/sst/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ 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.",
"```bash frame=\"none\"",
"SST_STAGE=dev sst [command]",
"```",
}, "\n"),
},
},
Expand Down

0 comments on commit 18dcf42

Please sign in to comment.