Skip to content

Commit a5cdd19

Browse files
authored
Merge branch 'main' into dependabot/nuget/src/BuslyCLI.Console/multi-b409e2b148
2 parents e96065f + 544a436 commit a5cdd19

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![NuGet Downloads](https://img.shields.io/nuget/dt/dotnet-busly.svg?logo=nuget)](https://www.nuget.org/packages/dotnet-busly)
99
[![Docker Downloads](https://img.shields.io/docker/pulls/tragiccode/busly-cli.svg?logo=docker)](https://hub.docker.com/r/tragiccode/busly-cli/)
1010
[![Chocolatey Downloads](https://img.shields.io/chocolatey/dt/busly-cli.svg?logo=chocolatey)](https://community.chocolatey.org/packages/busly-cli)
11+
[![Winget Version](https://img.shields.io/winget/v/TragicCode.BuslyCLI?logo=windowsterminal)](https://winstall.app/apps/TragicCode.BuslyCLI)
1112
![License](https://img.shields.io/github/license/tragiccode/busly-cli)
1213

1314
</div>
@@ -16,11 +17,11 @@
1617

1718
**Busly CLI** is a lightweight, open source command-line tool that **allows developers to send messages to an NServiceBus endpoint at the power of their fingertips** — No boilerplate, no fuss, just messaging at your fingertips.
1819

19-
Built for speed and simplicity, this tool streamlines common **messaging**, **testing**, and **debugging** scenarios when working with **NServiceBus** and **message-driven architectures**. **Busly CLI** is fully **cross-platform**, running on Windows, macOS, and Linux, and offers **multiple installation options** to suit your workflow. Whether you’re validating endpoints, simulating events, or quickly **implementing a proof of concept (POC)** for a new messaging solution, this CLI lets you publish or send messages instantly, giving you full control of your distributed system from the command line.
20+
Built for speed and simplicity, this tool streamlines common **messaging**, **testing**, and **debugging** scenarios when working with **NServiceBus** and **message-driven architectures**. **Busly CLI** is fully **cross-platform**, running on Windows, macOS, and Linux, and offers **multiple installation options** to suit your workflow. Whether you’re validating endpoints, simulating events, triggering timeouts, or quickly **implementing a proof of concept (POC)** for a new messaging solution, this CLI lets you publish or send messages instantly, giving you full control of your distributed system from the command line.
2021

2122
## Key Features
2223

23-
- 🚀 **Send messages via CLI** – Quickly send commands or publish events to NServiceBus endpoints.
24+
- 🚀 **Send messages via CLI** – Quickly send commands, publish events, or trigger timeouts to NServiceBus endpoints.
2425
- 🧩 **Supports custom message types** – Define and send serialized payloads that match your message contracts.
2526
- 🌐 **Supported transports** – Works with **Azure Service Bus**, **RabbitMQ**, and **AWS SQS**.
2627
- ⚙️ **Transport configuration file** – Configure and easily switch between multiple transports. Transports can run on your **local machine** or be pointed to **development**, **staging**, or **production** environments.

src/BuslyCLI.Console/BuslyCLI.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="12.1.1" />
3131
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.6" />
3232
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.6" />
33-
<PackageReference Include="NServiceBus" Version="10.1.1" />
33+
<PackageReference Include="NServiceBus" Version="10.1.3" />
3434
<PackageReference Include="NServiceBus.AmazonSQS" Version="9.0.0" />
3535
<PackageReference Include="NServiceBus.RabbitMQ" Version="11.2.0" />
3636
<PackageReference Include="NServiceBus.Transport.AzureServiceBus" Version="6.2.1" />

website/docs/introduction/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ import BuslyLogoImageUrl from '@site/static/img/busly-logo.png';
1414

1515
**Busly CLI** is a lightweight, open source command-line tool that **allows developers to send messages to an NServiceBus endpoint at the power of their fingertips** — No boilerplate, no fuss, just messaging at your fingertips.
1616

17-
Built for speed and simplicity, this tool streamlines common **messaging**, **testing**, and **debugging** scenarios when working with **NServiceBus** and **message-driven architectures**. **Busly CLI** is fully **cross-platform**, running on Windows, macOS, and Linux, and offers **multiple installation options** to suit your workflow. Whether you’re validating endpoints, simulating events, or quickly **implementing a proof of concept (POC)** for a new messaging solution, this CLI lets you publish or send messages instantly, giving you full control of your distributed system from the command line.
17+
Built for speed and simplicity, this tool streamlines common **messaging**, **testing**, and **debugging** scenarios when working with **NServiceBus** and **message-driven architectures**. **Busly CLI** is fully **cross-platform**, running on Windows, macOS, and Linux, and offers **multiple installation options** to suit your workflow. Whether you’re validating endpoints, simulating events, triggering timeouts, or quickly **implementing a proof of concept (POC)** for a new messaging solution, this CLI lets you publish or send messages instantly, giving you full control of your distributed system from the command line.
1818

1919
## Key Features
2020

21-
- 🚀 **Send messages via CLI** – Quickly send commands or publish events to NServiceBus endpoints.
21+
- 🚀 **Send messages via CLI** – Quickly send commands, publish events, or trigger timeouts to NServiceBus endpoints.
2222
- 🧩 **Supports custom message types** – Define and send serialized payloads that match your message contracts.
2323
- 🌐 **Supported transports** – Works with **Azure Service Bus**, **RabbitMQ**, and **AWS SQS**.
2424
- ⚙️ **Transport configuration file** – Configure and easily switch between multiple transports. Transports can run on your **local machine** or be pointed to **development**, **staging**, or **production** environments.

0 commit comments

Comments
 (0)