mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-01 20:38:46 +00:00
Hello, I was reading through these docs and this section seemed incorrect. I assume the 2 commands it supports are atlantis plan/apply and not the underlying 3 terraform commands. Let me know if I'm misinterpreting this. Thanks! Co-authored-by: Rui Chen <rui@chenrui.dev>
24 lines
767 B
Markdown
24 lines
767 B
Markdown
# Real-time logs
|
|
|
|
Atlantis supports streaming terraform logs in real time by default. Currently, only two commands are supported
|
|
|
|
* atlantis plan
|
|
* atlantis apply
|
|
|
|
::: warning
|
|
As of now, custom workflow outputs and other terraform commands are not supported
|
|
:::
|
|
|
|
In order to view real-time terraform logs, a user can navigate through the *details* section of a given project's plan or apply status check.
|
|
|
|

|
|
|
|
This will link to the atlantis UI which provides real-time logging in addition to native terraform syntax highlighting.
|
|
|
|

|
|
|
|
::: warning
|
|
As of now the logs are currently stored in memory and cleared when a given pull request is closed, so this link shouldn't be persisted anywhere.
|
|
:::
|
|
|