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