Skip to content

Commit 17f62cf

Browse files
fix: devservices use local not LOCAL (#13631)
1 parent 4dc3f9e commit 17f62cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

develop-docs/development-infrastructure/devservices.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,22 +97,22 @@ devservices toggle snuba
9797
or you can specify the runtime explicitly:
9898

9999
```shell
100-
devservices toggle snuba LOCAL
100+
devservices toggle snuba local
101101
```
102102

103103
This tells devservices to treat Snuba as a service that should be started alongside dependent services like Sentry. Dependencies of Snuba, such as Redis, Kafka, and Clickhouse, will still run as containers.
104104

105105
<Alert title="Note">
106-
Toggling to LOCAL does not start the dev server for that service. You'll need to start that manually.
106+
Toggling to `local` does not start the dev server for that service. You'll need to start that manually.
107107
</Alert>
108108
109109
### What happens when you toggle
110110
111-
If Sentry is already running, toggling Snuba to LOCAL will:
111+
If Sentry is already running, toggling Snuba to `local` will:
112112
1. Stop Snuba's containers (unless shared by another service)
113113
2. Start Snuba's non-local dependencies (Redis, Kafka, Clickhouse) as containers
114114
115-
If Sentry is not yet running, the next time `devservices up` is run, Snuba (and any other services you toggle to LOCAL) will be automatically started as local services alongside Sentry.
115+
If Sentry is not yet running, the next time `devservices up` is run, Snuba (and any other services you toggle to `local`) will be automatically started as local services alongside Sentry.
116116
117117
If you want to bring up Snuba, or other local runtime dependencies in a non-default mode, you can:
118118
1. Tell devservices to not bring them up automatically by passing the `--exclude-local` flag to `devservices up`.

0 commit comments

Comments
 (0)