Commit 56aa38f
fix: address PR review feedback from @jongio
- Fix shell pipe handling in installer splitCommand for commands
containing | or redirects (e.g., curl | sudo bash)
- Remove accidentally committed test coverage file, add to .gitignore
- Change MCP server detection from npx (triggers download) to
npm list -g (local check only)
- Move upgrade execution inside TaskList callbacks so spinners
reflect real-time progress
- Replace hardcoded workflow command allowlist with group annotation
check (CmdGroupStart/CmdGroupAzure/CmdGroupBeta)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b382060 commit 56aa38f
File tree
6 files changed
+103
-364
lines changed- cli/azd
- cmd
- pkg/tool
6 files changed
+103
-364
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
285 | 288 | | |
286 | 289 | | |
287 | 290 | | |
| |||
547 | 550 | | |
548 | 551 | | |
549 | 552 | | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
550 | 557 | | |
551 | | - | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
563 | 562 | | |
564 | 563 | | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
| 564 | + | |
| 565 | + | |
569 | 566 | | |
570 | | - | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
571 | 572 | | |
572 | 573 | | |
573 | 574 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
520 | | - | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
521 | 523 | | |
522 | 524 | | |
523 | | - | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
524 | 532 | | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | | - | |
529 | | - | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
530 | 542 | | |
531 | 543 | | |
532 | | - | |
| 544 | + | |
533 | 545 | | |
534 | 546 | | |
535 | 547 | | |
| |||
538 | 550 | | |
539 | 551 | | |
540 | 552 | | |
541 | | - | |
542 | | - | |
| 553 | + | |
| 554 | + | |
543 | 555 | | |
544 | | - | |
| 556 | + | |
545 | 557 | | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
551 | 561 | | |
552 | | - | |
553 | | - | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
554 | 573 | | |
555 | 574 | | |
556 | 575 | | |
| |||
0 commit comments