-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* document env vars * drop DVC_EXP_AUTO_PUSH from env vars
- Loading branch information
1 parent
1395a08
commit ad38948
Showing
3 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Environment Variables | ||
|
||
List of environment variables to configure DVC behavior. | ||
|
||
- `DVC_NO_ANALYTICS`: If `true`, disables | ||
[analytics](/doc/user-guide/analytics). Overrides `dvc config core.analytics`. | ||
- `DVC_PAGER`: Set what program DVC uses for paging output (for example, | ||
`more`). | ||
- `DVC_STUDIO_OFFLINE`: If `true`, disables sharing | ||
[live experiments](/doc/studio/user-guide/experiments/live-metrics-and-plots) | ||
even if the DVC Studio token is set. Overrides `dvc config studio.offline`. | ||
- `DVC_STUDIO_REPO_URL`: Set URL of Git remote associated with the DVC Studio | ||
project. Overrides `dvc config studio.repo_url`. | ||
- `DVC_STUDIO_TOKEN`: Set DVC Studio access token to use. Overrides | ||
`dvc config studio.token`. | ||
- `DVC_STUDIO_URL`: Set URL of Studio to use (in case of self-hosted DVC Studio | ||
instance). Overrides `dvc config studio.url`. | ||
|
||
See also [DVCLive environment variables](/doc/dvclive/env). |