Skip to content

Commit 9ab095e

Browse files
authored
Update README.md (#3)
add status badges and links
1 parent a08100d commit 9ab095e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
1-
# <img src="https://github.com/microsoft/fluentui-system-icons/blob/master/assets/Desktop Signal/SVG/ic_fluent_desktop_signal_24_filled.svg?raw=true" width="24" height="24" align="absmiddle"> Aspire Project Commander
1+
[![publish](https://github.com/oising/AspireProjectCommander/actions/workflows/main.yml/badge.svg)](https://github.com/oising/AspireProjectCommander/actions/workflows/main.yml)
22

3+
# Aspire Project Commander
34

4-
Version: 1.0.0-beta1
5+
![icon](https://github.com/user-attachments/assets/a087a57f-63fe-43f6-ad72-e774eef86236)
56

67
Aspire Project commander is a set of packages that lets you send simple string commands from the dashboard directly to projects.
78

9+
## NuGet Packages
10+
11+
|Type|Name|Status|
12+
|-|-|-|
13+
|Integration|`Nivot.Aspire.ProjectCommander`|[![NuGet pre version](https://badgen.net/nuget/v/Nivot.Aspire.ProjectCommander/pre)](https://www.nuget.org/packages/Nivot.Aspire.ProjectCommander)|
14+
|Hosting|`Nivot.Aspire.Hosting.ProjectCommander`|[![NuGet pre version](https://badgen.net/nuget/v/Nivot.Aspire.Hosting.ProjectCommander/pre)](https://www.nuget.org/packages/Nivot.Aspire.Hosting.ProjectCommander)|
15+
816
## Custom Resource Commands
917
[Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/) allows adding [custom commands](https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/custom-resource-commands) to any project in the dashboard but these commands are scoped to and handled in the AppHost itself. These are useful to send commands to APIs on running containers, such as performing a `FLUSHALL` on a Redis container to reset state. Ultimately, the `WithCommand` resource extension method requires you to interface with each target resource (e.g. `Executable`, `Container`, `Project`) independently, using code you write yourself.
1018

0 commit comments

Comments
 (0)