ServiceBusCli 0.0.0-beta
This is a prerelease version of ServiceBusCli.
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet tool install --global ServiceBusCli --version 0.0.0-beta
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local ServiceBusCli --version 0.0.0-beta
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ServiceBusCli&version=0.0.0-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package ServiceBusCli --version 0.0.0-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ServiceBusCli
A net global tool helping to interact with azure service bus
In this repo, i m building a global tool that allows to interact with azure service bus.
The tool is based on two sub commands :
- Use sub command
Q
to list queues- Use sub command
DLQ
to list dead-letter queues- Use sub command
Q -n [QueueName]
to get queue info- Use sub command
DLQ -n [QueueName]
to get dead-letter queue info- Use sub command
DLQ -n [QueueName] V
to view dead-letter messages- Use sub command
DLQ -n [QueueName] P
to purge dead-letter messages- Use sub command
DLQ -n [QueueName] R
to replay dead-letter messages- Use sub command
DLQ -n [QueueName] X
to export dead-letter messagesTo install global tool from nuget source, type command :
- For stable version :
dotnet tool install -g ServiceBusCli --ignore-failed-sources
- For prerelease version :
dotnet tool install -g ServiceBusCli --version "*-*" --ignore-failed-sources
To install global tool from a local source path, type command :
dotnet tool install -g --configfile .\nugets\local.config ServiceBusCli --version "*-*" --ignore-failed-sources
To uninstall global tool, type command :
dotnet tool uninstall -g ServiceBusCli
🚧 This tool is still under development. 🚧 ⚠️ This tool is not open source, it could be in the future, but it's free to use. ⚠️ 📢 This tool is provided as is, without any warranty or support. Use it at your own risk. 📢
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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 |
---|