Commit 664f899
docs: document running the Aspire CLI via npm/npx (#1239)
* docs: document running the Aspire CLI via npm/npx
The Aspire CLI is now published to npm as @microsoft/aspire-cli, so users can run any command (for example, the standalone dashboard) with npx and no install. Document the npm package and npx usage on the CLI install page, the standalone dashboard guide, and the aspire dashboard run command reference.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: David Pine <david.pine@microsoft.com>
* Document npm CLI update command
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Remove npx-without-install section from install page
Address PR feedback: the 'Run with npx without installing' section used a dashboard-specific example, which is out of place on the general install page. The standalone dashboard and 'aspire dashboard run' reference pages still document npx usage where it's contextually relevant.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: David Pine <7679720+IEvangelist@users.noreply.github.com>
Co-authored-by: Adam Ratzman <adam@adamratzman.com>1 parent b66edbe commit 664f899
2 files changed
Lines changed: 16 additions & 1 deletion
File tree
- src/frontend/src/content/docs
- get-started
- reference/cli/commands
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
85 | 91 | | |
86 | | - | |
| 92 | + | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
| |||
140 | 146 | | |
141 | 147 | | |
142 | 148 | | |
| 149 | + | |
143 | 150 | | |
144 | 151 | | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
| |||
0 commit comments