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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Flowly.Tool --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
| Product | Versions 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.