Skip to content

Commit b144ab9

Browse files
authored
fix(404): Update all internal references to CLI (#11871)
1 parent b5bd678 commit b144ab9

File tree

97 files changed

+116
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+116
-116
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# /src/docs/product/discover-queries/ @getsentry/visibility
3737
# /src/docs/product/performance/ @getsentry/visibility
3838

39-
# /src/docs/product/cli/dif/ @getsentry/owners-native
39+
# /src/docs/cli/dif.mdx @getsentry/owners-native
4040

4141
# /.github/labels.yml @getsentry/open-source
4242
# /.github/workflows/react-to-product-owners-yml-changes.yml @getsentry/open-source

develop-docs/api-server/application-domains/asynchronous-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ There are a few important points:
7878

7979
## Running a Worker
8080

81-
Workers can be run by using the [Sentry CLI](https://docs.sentry.io/product/cli/).
81+
Workers can be run by using the [Sentry CLI](https://docs.sentry.io/cli/).
8282

8383
```bash
8484
$ sentry run worker

docs/account/auth-tokens/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Learn about the different kinds of Auth Tokens Sentry provides, an
77
Auth tokens (short for _authentication tokens_) are a way to authenticate with Sentry. They are similar to passwords but are designed for programmatic interaction with Sentry. Some examples of what you would use auth tokens for include:
88

99
- Uploading Source Maps during your CI build
10-
- Using [Sentry CLI](/product/cli/) to interact with Sentry
10+
- Using [Sentry CLI](/cli/) to interact with Sentry
1111
- Using the [Sentry API](/api/auth/)
1212

1313
Each auth token is created with a certain set of permissions and scopes which are mapped to the Sentry API's [Permissions & Scopes](/api/permissions/). Some types of auth tokens have set permissions that can't be edited, while others can be customized upon token creation and edited later.

docs/api/permissions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ Events in Sentry are immutable and can only be deleted by deleting the whole iss
7878

7979
<Alert level="warning" title="Note">
8080

81-
Be aware that if you're using `sentry-cli` to [manage your releases](/product/cli/releases/), you'll need a token which also has `org:read` scope.
81+
Be aware that if you're using `sentry-cli` to [manage your releases](/cli/releases/), you'll need a token which also has `org:read` scope.
8282

8383
</Alert>

docs/cli/crons.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sentry Crons allows you to monitor the uptime and performance of any scheduled,
1616

1717
To begin monitoring your recurring, scheduled job:
1818

19-
- [Install](/product/cli/installation) the Sentry CLI (min v2.16.1).
19+
- [Install](/cli/installation) the Sentry CLI (min v2.16.1).
2020
- Create and configure your first Monitor in [Sentry](https://sentry.io/crons/create/) or [via the CLI](#creating-or-updating-a-monitor-through-a-check-in-optional).
2121

2222
## Configuration
@@ -36,7 +36,7 @@ Alternatively, you can add it to your `~/.sentryclirc` config:
3636
dsn = ___PUBLIC_DSN___
3737
```
3838

39-
Learn more about the CLI's [configuration file](/product/cli/configuration#configuration-file).
39+
Learn more about the CLI's [configuration file](/cli/configuration#configuration-file).
4040

4141
## Job Monitoring
4242

docs/cli/dif.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The `sentry-cli` requires an [Organization Auth Token](https://sentry.io/orgredi
1616
<Note>
1717

1818
Source maps, while also being debug information files, are handled
19-
differently in Sentry. For more information see [Source Maps in sentry-cli](/product/cli/releases/#sentry-cli-sourcemaps).
19+
differently in Sentry. For more information see [Source Maps in sentry-cli](/cli/releases/#sentry-cli-sourcemaps).
2020

2121
</Note>
2222

@@ -101,7 +101,7 @@ for more information.
101101

102102
You need to specify the organization and project you are working with because
103103
debug information files work on projects. For more information about this refer
104-
to [Working with Projects](/product/cli/configuration/#sentry-cli-working-with-projects).
104+
to [Working with Projects](/cli/configuration/#sentry-cli-working-with-projects).
105105

106106
</Note>
107107

@@ -187,7 +187,7 @@ when you only release some of the builds you're creating.
187187

188188
You need to specify the organization and project you are working with
189189
because ProGuard files work on projects. For more information about this refer to
190-
[Working with Projects](/product/cli/configuration/#sentry-cli-working-with-projects).
190+
[Working with Projects](/cli/configuration/#sentry-cli-working-with-projects).
191191

192192
</Note>
193193

@@ -255,7 +255,7 @@ Java or Kotlin.
255255
<Note>
256256

257257
Before you can upload source files, you must configure the Sentry CLI with the organization and project you are uploading bundle files for. See the CLI docs on
258-
[Working with Projects](/product/cli/configuration/#sentry-cli-working-with-projects) to learn how to do this.
258+
[Working with Projects](/cli/configuration/#sentry-cli-working-with-projects) to learn how to do this.
259259

260260
</Note>
261261

docs/cli/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ If set to `1`, the script will skip downloading the binary completely.
105105

106106
`SENTRYCLI_SKIP_CHECKSUM_VALIDATION`:
107107

108-
If set to `1`, the script will skip the checksum validation phase. You can manually verify the checksums by visiting [Build Checksums](/product/cli/installation/#build-checksums) page.
108+
If set to `1`, the script will skip the checksum validation phase. You can manually verify the checksums by visiting [Build Checksums](/cli/installation/#build-checksums) page.
109109

110110
`SENTRYCLI_NO_PROGRESS_BAR`:
111111

docs/cli/metrics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Metrics help you track and visualize the data points you care about, making it e
1111
Learn more about [Metrics](/product/explore/metrics).
1212

1313
## Requirements
14-
- [Install](/product/cli/installation) the Sentry CLI (min v2.32.0).
14+
- [Install](/cli/installation) the Sentry CLI (min v2.32.0).
1515

1616
## Configuration
1717

docs/cli/releases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The `sentry-cli` tool can be used for release management on Sentry. It allows yo
88

99
<Note>
1010

11-
Because releases work on projects you will need to specify the organization and project you are working with. For more information about this refer to [Working with Projects](/product/cli/configuration/#sentry-cli-working-with-projects).
11+
Because releases work on projects you will need to specify the organization and project you are working with. For more information about this refer to [Working with Projects](/cli/configuration/#sentry-cli-working-with-projects).
1212

1313
</Note>
1414

docs/cli/send-event.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ eval "$(sentry-cli bash-hook)"
110110
# rest of the script goes here
111111
```
112112

113-
Alternatively you can use other mechanisms like [a `.sentryclirc` file](/product/cli/configuration/#configuration-file) to configure the DSN.
113+
Alternatively you can use other mechanisms like [a `.sentryclirc` file](/cli/configuration/#configuration-file) to configure the DSN.

0 commit comments

Comments
 (0)