Commit 4cac846
fix(controller): wire localfile notifier for
`getApplyNotifier` already had a branch that swaps in the localfile
notifier when `--output <path>` is provided. `getPlanNotifier` was
missing the same branch — running `tfnotify --output X plan -- …`
would skip every notifier path and exit with
`no notifier specified at all`.
Mirror the apply path: when `Output != ""`, build the localfile client,
append it to the notifier list, and return early. `--output` now works
symmetrically for plan and apply.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>plan command1 parent e831057 commit 4cac846
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
225 | 250 | | |
226 | 251 | | |
227 | 252 | | |
| |||
0 commit comments