Skip to content

Commit 09aaeea

Browse files
committed
Add winget badge + document timeout in readme
1 parent c89ace0 commit 09aaeea

2 files changed

Lines changed: 5 additions & 4 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.

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)