Flowly.Tool 1.0.1

dotnet tool install --global Flowly.Tool --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Flowly.Tool --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Flowly.Tool&version=1.0.1
                    
nuke :add-package Flowly.Tool --version 1.0.1
                    

Flowly.Tool

flowly CLI tool for Flowly queue discovery and infrastructure code generation. Works with both Azure Service Bus and RabbitMQ projects.

Commands

Generate Docker Compose

Detects transports and database providers from your project references and generates docker-compose.yml with all required local infrastructure:

flowly docker-compose --project ./Sender --project ./Receiver --output docker-compose.yml
docker compose up -d

Azure Service Bus commands

# List all queues a project registers
flowly azure-service-bus queues --project ./MyService

# Generate emulator config JSON
flowly azure-service-bus emulator-config \
  --project ./MyService \
  --namespace EmulatorNamespace \
  --output ./servicebus-config.json

# Generate Bicep IaC
flowly azure-service-bus bicep \
  --project ./MyService \
  --service-bus-namespace-name sb-myapp \
  --output ./queues.bicep

# Generate Aspire AppHost bootstrap code
flowly azure-service-bus aspire-code \
  --project ./MyService \
  --connection-name EmulatorNamespace \
  --output ./aspire-bootstrap.cs

Pass --project multiple times to aggregate queues from several services into a single output.

Shell Completion

flowly install-completion --shell zsh      # or bash / powershell
flowly remove-completion --shell zsh

Documentation

https://rasmustherkelsen.github.io/flowly/

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.1 45 5/6/2026
1.0.0 42 5/6/2026