Installing the CLI tool¶
Prerequisites¶
SpecFlow.Plus.LivingDoc.CLI requires the .NET Core SDK 3.1 or higher to be installed. Information on setting up the .NET Core SDK can be found in the official Microsoft guide.
Installing SpecFlow.Plus.LivingDoc.CLI¶
To install SpecFlow.Plus.LivingDoc.CLI:
- Open a command prompt
- Run the following command:
dotnet tool install --global SpecFlow.Plus.LivingDoc.CLI
Updating SpecFlow.Plus.LivingDoc.CLI¶
To update SpecFlow.Plus.LivingDoc.CLI:
- Open a command prompt.
- Run the following command:
dotnet tool update --global SpecFlow.Plus.LivingDoc.CLI
Uninstalling SpecFlow.Plus.LivingDoc.CLI¶
To uninstall SpecFlow.Plus.LivingDoc.CLI:
- Open a command prompt.
- Run the following command:
dotnet tool uninstall --global SpecFlow.Plus.LivingDoc.CLI
Once you have installed the command line tool, please read the Using the command line tool page to learn how to use it.