Commit 87c7d5c
committed
Add DashboardRunCommand as subcommand of DashboardCommand
Refactor the dashboard command so that 'aspire dashboard' is now a parent
command that shows help, and 'aspire dashboard run' contains all the
original dashboard-starting logic.
- Create DashboardRunCommand with all existing dashboard execution logic
- Convert DashboardCommand to a parent command that shows help
- Add RunDescription resource string and update xlf files
- Register DashboardRunCommand in DI (Program.cs and test helper)
- Rename tests to DashboardRunCommandTests1 parent bdcac12 commit 87c7d5c
20 files changed
Lines changed: 586 additions & 468 deletions
File tree
- src/Aspire.Cli
- Commands
- Resources
- xlf
- tests/Aspire.Cli.Tests
- Commands
- Utils
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| 459 | + | |
459 | 460 | | |
460 | 461 | | |
461 | 462 | | |
| |||
Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments