Installation
Requirements
To use Bogus.CLI, you need to have the following installed:
- .NET 8.0 or higher.
Quick Installation
You can install Bogus.CLI globally by running the following command:
dotnet tool install --global BogusCli
Once installed, you can start using the tool immediately.
Verifying the Installation
To confirm the installation was successful, run:
bogus --version
This should display the installed version of Bogus.CLI.
Updating Bogus.CLI
To update to the latest version, use the following command:
dotnet tool update --global BogusCli
Uninstalling
If you need to remove Bogus.CLI, run:
dotnet tool uninstall --global BogusCli
Now that you have Bogus.CLI installed, check out the other sections of the documentation to learn how to generate realistic fake data efficiently!
| Previous: Index | Next: Quick Start |