EN FR

Denis VOITURON

for a better .NET world

directbot command line

This project is for illustrative purposes only and should not be used in production.

The aim is to provide a command line for easy communication with a Bot. To do this, you simply need to install the command by downloading the package and installing it. Next, you’ll have a command line for communicating interactively (via the Console) or by specifying a request/response text file to automate the process (in this case, a Log file is automatically created).

Once installed, you can simply use the directbot command (without parameters) to display help.

How to install?

First, download the latest version of the SampleBotConnection.1.0.0.2.zip package. Extract it in a folder, and from this folder, run this command.

dotnet tool install --global --add-source . SampleBotConnection

How to use?

How to uninstall?

dotnet tool uninstall -g SampleBotConnection