Installation
Installation guide for the bases cli.
To get started with the bases cli
, follow these simple steps:
Prerequisites
Before installing our application, make sure you have the following:
- .NET 8 is required to be installed. You can find the installer here.
Installation Steps
-
Install the CLI: Once you have .NET 8 installed, open a command prompt or powershell and run the following command:
dotnet tool install --global bases.cli
-
Test the installation Once the
bases cli
is installed, you can test it by running the next commandbases --help
-
Expected Output The expected output should be similar to the following:
Usage: bases [command] bases.cli Commands: install Initiate an installation using a single configuration file. verify-file Test your configuration file for consistency create-sample Create a Sample Config File as a template. list-modules Gets all the command line & config file friendly module names that this tool will recognize Options: -h, --help Show help message --version Show version
Additional Information
For more troubleshooting help or if you experience any issues, please create an issue on our github.