From 5b6fe4bc02500383952637af93e108b1a5260414 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Jun 2026 18:07:56 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- src/cli/Beatoven.CLI/Beatoven.CLI.csproj | 4 ++++ src/cli/Beatoven.CLI/README.md | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/cli/Beatoven.CLI/README.md 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