From 93424c7510aacd9b2d02d09b5ceb7c778fc363e2 Mon Sep 17 00:00:00 2001 From: Andriy Knysh Date: Thu, 15 Dec 2022 12:41:30 -0500 Subject: [PATCH] Update website/docs/cli/commands/describe/describe-affected.md Co-authored-by: Erik Osterman (CEO @ Cloud Posse) --- website/docs/cli/commands/describe/describe-affected.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/cli/commands/describe/describe-affected.md b/website/docs/cli/commands/describe/describe-affected.md index 68d8acd34..3dd819068 100644 --- a/website/docs/cli/commands/describe/describe-affected.md +++ b/website/docs/cli/commands/describe/describe-affected.md @@ -34,6 +34,8 @@ The command works by: - Comparing each section of the stack configuration looking for differences - Output a JSON or YAML document consisting of a list of affected components and stacks and what caused it to be affected +Since Atmos first checks the component folders for changes, if it finds any affected files, it will mark all related stacks as affected. Atmos will then skip evaluating those stacks for differences since we already know that they are affected. +
```shell