Skip to content

Commit

Permalink
Apply SEO recs to cli/configuration/ (#12923)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Krawiec <[email protected]>
  • Loading branch information
coolguyzone and Alex Krawiec authored Mar 5, 2025
1 parent f9b5cec commit e40b551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cli/configuration.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Configuration and Authentication"
sidebar_order: 1
description: "Learn about the functionality of Sentry's command line interface and how you can install, configure, authenticate, set up release management, debug information files, and send events."
description: "Learn about the functionality of Sentrys command line interface, including installation, configuration, and authentication."
---

For most functionality you need to authenticate with Sentry. Setting this up can be done either automatically, using `sentry-cli`, or manually via [Organization Auth Tokens](https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/).
Expand All @@ -27,7 +27,7 @@ You can manually create an [Organization Auth Token](https://sentry.io/orgredire
You can also sign in to your Sentry account (if you're not already) and create an Auth Token directly from this page.

<Alert>
Some CLI functionality, such as [Crons Monitoring](/product/crons/getting-started/cli/), is dependent on DSN authentication.
Some CLI functionality, such as [Crons Monitoring](/product/crons/getting-started/cli/), is dependent on [Data Source Name (DSN)](/concepts/key-terms/dsn-explainer/) authentication.
</Alert>

You can create an Auth Token from this page in one of the following three ways:
Expand Down Expand Up @@ -212,7 +212,7 @@ export SENTRY_PROJECT=my-project

### Properties Files

Additionally `sentry-cli` supports loading configuration values from `.properties` files (common in the Java environment). You can instruct `sentry-cli` to load config files from there by exporting the path to a properties file in the `SENTRY_PROPERTIES` environment variable. This is commonly done automatically for some of our client integrations like Java and React Native.
Additionally `sentry-cli` supports loading configuration values from `.properties` files (common in the Java environment). You can instruct `sentry-cli` to load config files from there by exporting the path to a properties file in the `SENTRY_PROPERTIES` environment variable. This is commonly done automatically for some of our client integrations like [Java](/platforms/java/) and [React Native](/platforms/react-native/).

Inside the properties files you just use the dotted notation to set values. Example:

Expand Down

0 comments on commit e40b551

Please sign in to comment.