Terminal Variables
- 29 Oct 2024
-
DarkLight
-
PDF
Terminal Variables
- Updated on 29 Oct 2024
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
GATEWAY_TERMINAL_NO_COLOR
Whether or not console outputs as well as logs can have color in their outputs.
Environment Variable
GATEWAY_TERMINAL_NO_COLOR
File
Section: terminal
Key: no_color
Default
false
GATEWAY_TERMINAL_TIMESTAMP_TIMEZONE
Allows a user to specify a timezone timestamp that will be displayed on gateway terminal outputs such as when running services. For example:
iagctl run ansible-playbook hello-world
Start Time: 2024-05-03T10:35:44-05:00
End Time: 2024-05-03T10:35:46-05:00
Elapsed Time: 2.276147s
Timezones are shown in UTC by default. If local
is set, gateway will use your machine's timezone. Additionally, one can set a tz
identifier such as America/New_York
.
Environment Variable
GATEWAY_TERMINAL_TIMESTAMP_TIMEZONE
File
Section: terminal
Key: timestamp_timezone
Default
utc
Timezone Values
["utc", "local", ...any tz identifier]
Was this article helpful?