ServiceBusAdmin 0.1.5

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global ServiceBusAdmin --version 0.1.5
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 ServiceBusAdmin --version 0.1.5
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ServiceBusAdmin&version=0.1.5
nuke :add-package ServiceBusAdmin --version 0.1.5

Generate test messages

time for i in {1..10}; do echo $i; ./seba topic send topic1 -b "{\"key\":$i}"; done

Parse json output

./seba props | jq -r '.NamespaceName'

Output filtering

cat tmp | while read line; do [ $(echo $line | jq '.key') -gt 5 ] && echo $line; done
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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.3 327 12/21/2021
1.0.2 256 12/16/2021
1.0.1 231 12/16/2021
1.0.0 219 12/15/2021
0.6.3 391 12/15/2021
0.6.2 212 12/15/2021
0.6.1 249 12/13/2021
0.6.0 237 12/13/2021
0.5.0 344 12/12/2021
0.4.0 240 12/8/2021
0.3.0 259 12/5/2021
0.2.0 260 12/5/2021
0.1.7 261 12/4/2021
0.1.6 560 11/21/2021
0.1.5 570 11/21/2021
0.1.3 540 11/21/2021
0.1.2 548 11/21/2021