File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 1616# -trs, 13 Dec 2019
1717
1818forwarded_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" ,
You can’t perform that action at this time.
0 commit comments