Commit 3ca9f50
feat(diagnose): default --enable-templating to true
Google Cloud Deploy generates the effective Skaffold config during its
render phase by invoking `skaffold diagnose` without passing
--enable-templating=true, so deploy parameters from the execution
environment were never interpolated into templated config fields.
Flip the flag default to true so templating is applied by default while
still allowing users to opt out with --enable-templating=false.
Regenerate the CLI reference docs to reflect the new default.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 95531aa commit 3ca9f50
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1330 | 1330 | | |
1331 | 1331 | | |
1332 | 1332 | | |
1333 | | - | |
| 1333 | + | |
1334 | 1334 | | |
1335 | 1335 | | |
1336 | 1336 | | |
| |||
0 commit comments