Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Mar 8, 2024
1 parent ce75fde commit 9b507c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cmd/sst/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ If the stage is not passed in, then the CLI will:
2. Stores this in the `+"`.sst/stage`"+` file and reads from it in the future.
:::tip
The stage that is stored in the `+"`.sst/stage`"+` file is called your local stage.
The stage that is stored in the `+"`.sst/stage`"+` file is called your personal stage.
:::
`,
},
Expand Down Expand Up @@ -705,7 +705,7 @@ You'll need to run this when you add a new provider to your config.
Description: Description{
Short: "Deploy your application",
Long: `
Deploy your application. By default, it deploys to your local stage.
Deploy your application. By default, it deploys to your personal stage.
Optionally, deploy your app to a specific stage.
Expand Down Expand Up @@ -747,7 +747,7 @@ sst deploy --stage=production
Description: Description{
Short: "Remove your application",
Long: `
Removes your application. By default, it removes your local stage.
Removes your application. By default, it removes your personal stage.
:::tip
The resources in your app are removed based on the `+"`removalPolicy`"+` in your `+"`sst.config.ts`"+`.
Expand Down
6 changes: 3 additions & 3 deletions www/src/content/docs/docs/reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If the stage is not passed in, then the CLI will:
2. Stores this in the `.sst/stage` file and reads from it in the future.

:::tip
The stage that is stored in the `.sst/stage` file is called your local stage.
The stage that is stored in the `.sst/stage` file is called your personal stage.
:::

</Segment>
Expand Down Expand Up @@ -301,7 +301,7 @@ sst deploy
```
</Section>

Deploy your application. By default, it deploys to your local stage.
Deploy your application. By default, it deploys to your personal stage.

Optionally, deploy your app to a specific stage.

Expand All @@ -319,7 +319,7 @@ sst remove
```
</Section>

Removes your application. By default, it removes your local stage.
Removes your application. By default, it removes your personal stage.

:::tip
The resources in your app are removed based on the `removalPolicy` in your `sst.config.ts`.
Expand Down

0 comments on commit 9b507c2

Please sign in to comment.