@@ -84,10 +84,28 @@ Stack follows the standard at http://no-color.org/. Stack checks for a
84
84
(regardless of its value), Stack prevents the addition of control character
85
85
sequences for color to its output.
86
86
87
+ ## ` STACK_CONFIG `
88
+
89
+ Related command: all commands that make use of Stack's
90
+ [ global YAML configuration files] ( yaml_configuration.md ) (` config.yaml ` ).
91
+
92
+ The environment variable ` STACK_CONFIG ` can be used to specify an absolute path
93
+ to the user-specific global YAML configuration file, overriding the default.
94
+
95
+ ## ` STACK_GLOBAL_CONFIG `
96
+
97
+ Related command: all commands that make use of Stack's
98
+ [ global YAML configuration files] ( yaml_configuration.md ) (` config.yaml ` ).
99
+
100
+ The environment variable ` STACK_GLOBAL_CONFIG ` can be used to specify an
101
+ absolute path to the system-wide global YAML configuration file, overriding the
102
+ default.
103
+
87
104
## ` STACK_ROOT `
88
105
89
- Related command: all commands that make use of Stack's global YAML configuration
90
- file (` config.yaml ` ).
106
+ Related command: all commands that make use of Stack's
107
+ [ user-specific global YAML configuration file] ( yaml_configuration.md )
108
+ (` config.yaml ` ).
91
109
92
110
Overridden by: Stack's global
93
111
[ ` --stack-root ` ] ( global_flags.md#-stack-root-option ) option.
@@ -111,8 +129,9 @@ the root directory of the project or package. The relative path cannot include a
111
129
112
130
## ` STACK_XDG `
113
131
114
- Related command: all commands that make use of Stack's user-specific general
115
- YAML configuration file (` config.yaml ` ).
132
+ Related command: all commands that make use of Stack's
133
+ [ user-specific global YAML configuration file] ( yaml_configuration.md )
134
+ (` config.yaml ` ).
116
135
117
136
Overridden by: the use of Stack's ` STACK_ROOT ` environment variable, or the use
118
137
of Stack's global
@@ -124,8 +143,8 @@ set to any non-empty value.
124
143
125
144
## ` STACK_YAML `
126
145
127
- Related command: all commands that make use of Stack's project-level YAML
128
- configuration file.
146
+ Related command: all commands that make use of Stack's
147
+ [ project-level YAML configuration file] ( yaml_configuration.md ) .
129
148
130
149
Overridden by: Stack's global
131
150
[ ` --stack-yaml ` ] ( global_flags.md#-stack-yaml-option ) option.
0 commit comments