Skip to content

Commit 8750c1d

Browse files
committed
Sync Augur env var list
The list was last updated 6 years ago. Also updated the URL to avoid a redirect.
1 parent 8abb1a8 commit 8750c1d

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ development source code and as such may not be routinely kept up to date.
1313

1414
# __NEXT__
1515

16+
## Improvements
17+
18+
* Added the following to the list of "well-known" environment variables that are
19+
automatically passed thru to runtimes:
20+
21+
- `AUGUR_SEARCH_PATHS`
22+
- `AUGUR_DEBUG`
23+
- `AUGUR_PROFILE`
24+
25+
([#501](https://github.com/nextstrain/cli/pull/501))
1626

1727
# 10.4.2 (7 January 2026)
1828

doc/changes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ development source code and as such may not be routinely kept up to date.
1616
(v-next)=
1717
## __NEXT__
1818

19+
(v-next-improvements)=
20+
### Improvements
21+
22+
* Added the following to the list of "well-known" environment variables that are
23+
automatically passed thru to runtimes:
24+
25+
- `AUGUR_SEARCH_PATHS`
26+
- `AUGUR_DEBUG`
27+
- `AUGUR_PROFILE`
28+
29+
([#501](https://github.com/nextstrain/cli/pull/501))
1930

2031
(v10-4-2)=
2132
## 10.4.2 (7 January 2026)

nextstrain/cli/hostenv.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@
1616
# -trs, 13 Dec 2019
1717

1818
forwarded_names = [
19-
# Augur <https://nextstrain-augur.readthedocs.io/en/stable/envvars.html>
20-
"AUGUR_RECURSION_LIMIT",
19+
# Augur <https://docs.nextstrain.org/projects/augur/en/stable/usage/envvars.html>
20+
"AUGUR_DEBUG",
2121
"AUGUR_MINIFY_JSON",
22+
"AUGUR_PROFILE",
23+
"AUGUR_RECURSION_LIMIT",
24+
"AUGUR_SEARCH_PATHS",
2225

2326
# AWS
2427
"AWS_ACCESS_KEY_ID",

0 commit comments

Comments
 (0)