Skip to content

Commit 1eec6f4

Browse files
committed
feedback
1 parent a859602 commit 1eec6f4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

docs/cli-reference/aspire-exec.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.date: 07/11/2025
1111

1212
`aspire exec` - Run an Aspire app host to execute a command against the resource.
1313

14+
[!INCLUDE [mode-preview](includes/mode-preview.md)]
15+
1416
## Synopsis
1517

1618
```dotnetcli

docs/cli-reference/aspire-publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The `aspire publish` command publishes resources by serializing them to disk. Wh
2525

2626
[!INCLUDE [project-search-logic-description](includes/project-search-logic-description.md)]
2727

28-
The command performs the following steps to run an AppHost project:
28+
The command performs the following steps to run an Aspire AppHost:
2929

3030
- Creates or modifies the `.aspire/settings.json` config file in the current directory, and sets the `appHostPath` config value to the path of the AppHost project file.
3131
- Installs or verifies that Aspire's local hosting certificates are installed and trusted.

docs/cli-reference/aspire-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The `aspire run` command runs the AppHost project in development mode, which con
2323

2424
[!INCLUDE [project-search-logic-description](includes/project-search-logic-description.md)]
2525

26-
The command performs the following steps to run an apphost project:
26+
The command performs the following steps to run an Aspire AppHost:
2727

2828
- Creates or modifies the `.aspire/settings.json` config file in the current directory, and sets the `appHostPath` config value to the path of the AppHost project file.
2929
- Installs or verifies that Aspire's local hosting certificates are installed and trusted.

docs/cli-reference/aspire.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ The following commands are available:
4242
| Command | Status | Function |
4343
|--------------------------------------------------|---------|--------------------------------------------------------------------------|
4444
| [`aspire add`](aspire-add.md) | Stable | Add an integration to the Aspire project. |
45-
| [`aspire config`](aspire-configure.md) | Stable | Configures the Aspire environment. |
45+
| [`aspire config`](aspire-config.md) | Stable | Configures the Aspire environment. |
4646
| [`aspire deploy`](aspire-deploy.md) | Preview | Deploys the artifacts created by `aspire publish`. |
47-
| [`aspire exec`](aspire-exec.md) | Stable | Similar to the `aspire run` command, but passes commands to the apphost. |
47+
| [`aspire exec`](aspire-exec.md) | Preview | Similar to the `aspire run` command, but passes commands to the apphost. |
4848
| [`aspire new`](aspire-new.md) | Stable | Create an Aspire sample project from a template. |
4949
| [`aspire publish`](aspire-publish.md) | Preview | Generates deployment artifacts for an Aspire apphost project. |
5050
| [`aspire run`](aspire-run.md) | Stable | Run an Aspire apphost in development mode. |

0 commit comments

Comments
 (0)