diff --git a/src/cli/Pruna.CLI/Pruna.CLI.csproj b/src/cli/Pruna.CLI/Pruna.CLI.csproj index f6236df..18de430 100644 --- a/src/cli/Pruna.CLI/Pruna.CLI.csproj +++ b/src/cli/Pruna.CLI/Pruna.CLI.csproj @@ -8,11 +8,15 @@ true true Pruna.CLI + README.md pruna Pruna.CLI v dev + + + all diff --git a/src/cli/Pruna.CLI/README.md b/src/cli/Pruna.CLI/README.md new file mode 100644 index 0000000..d173c0e --- /dev/null +++ b/src/cli/Pruna.CLI/README.md @@ -0,0 +1,16 @@ +# Pruna.CLI + +Command-line interface for the Pruna SDK generated with AutoSDK. + +## Installation + +```bash +dotnet tool install --global Pruna.CLI --prerelease +``` + +## Usage + +```bash +pruna --help +pruna api --help +``` \ No newline at end of file