Skip to content

Commit

Permalink
docs: add example of Smart Mode dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Mar 29, 2024
1 parent f365449 commit 37e2923
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/SMARTMODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ The processing scope goes from the smallest (nothing) to the largest
a particular environment is selected for processing, all applications of that
environment will be processed, no matter if they have changed or not.

You can see the scope of processing using the `--smart-mode.only-print` flag:

```console
$ myks all --smart-mode.only-print

Smart Mode detected:
→ envs/alpha
traefik
```

### Nothing to process

If there are no changes that would have an impact on the rendered output of your
Expand Down

0 comments on commit 37e2923

Please sign in to comment.