Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Busly CLI


[![GitHub Release](https://img.shields.io/github/v/release/tragiccode/busly-cli?logo=github)](https://github.com/tragiccode/busly-cli/releases)
[![NuGet Downloads](https://img.shields.io/nuget/dt/dotnet-busly.svg?logo=nuget)](https://www.nuget.org/packages/dotnet-busly)
[![Docker Downloads](https://img.shields.io/docker/pulls/tragiccode/busly-cli.svg?logo=docker)](https://hub.docker.com/r/tragiccode/busly-cli/)
Expand All @@ -24,7 +25,7 @@ Built for speed and simplicity, this tool streamlines common **messaging**, **te
- 🌐 **Supported transports** – Works with **Azure Service Bus**, **RabbitMQ**, and **AWS SQS**.
- ⚙️ **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.
- 💻 **Cross-platform support** – Works seamlessly on Windows, macOS, and Linux.
- 📦 **Multiple installation options** – Install via **Chocolatey**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
- 📦 **Multiple installation options** – Install via **Chocolatey**, **WinGet**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.

## Docs

Expand Down
2 changes: 1 addition & 1 deletion website/docs/introduction/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Built for speed and simplicity, this tool streamlines common **messaging**, **te
- 🌐 **Supported transports** – Works with **Azure Service Bus**, **RabbitMQ**, and **AWS SQS**.
- ⚙️ **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.
- 💻 **Cross-platform support** – Works seamlessly on Windows, macOS, and Linux.
- 📦 **Multiple installation options** – Install via **Chocolatey**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.
- 📦 **Multiple installation options** – Install via **Chocolatey**, **WinGet**, **Docker**, **.NET tool (via NuGet)**, or by **downloading the binary directly from GitHub Releases**.

<DocCardList />
7 changes: 7 additions & 0 deletions website/docs/introduction/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ Busly CLI was built from the ground up for cross-platform compatibility and offe
choco install busly-cli -y
```

</TabItem>
<TabItem value="winget" label="WinGet">

```bash
winget install TragicCode.BuslyCLI
```

</TabItem>
<TabItem value="docker" label="Docker">

Expand Down