diff --git a/.forgejo/workflows/build_release.yaml b/.forgejo/workflows/build_release.yaml index b6693fc..7d64e6e 100644 --- a/.forgejo/workflows/build_release.yaml +++ b/.forgejo/workflows/build_release.yaml @@ -32,7 +32,7 @@ jobs: FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }} FORGEJO_URL: https://dev.hflabs.de REPO_OWNER: henner - REPO_NAME: kaffeeclipriv + REPO_NAME: kaffeecli RELEASE_ID: ${{ github.event.release.id }} run: | if [ "${{ matrix.os }}" == "windows" ]; then diff --git a/README.md b/README.md index 180b35f..8c480ce 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ It is built with Go and uses a simple configuration file to store your API setti - `klog config url ` – set API endpoint - `klog config insecure ` – ignore self-signed SSL certs - `klog config show` – show current configuration - - `klog c` (aliases: `klog k`, `klog coffee`, `klog kaffee`) – log a coffee event + - `klog c` (aliases: `klog k`, `klog coffee`, `klog kaffee`) – log a coffee + - `klog balance` – shows your balance - `klog brew [--notify=] [--plan=] [--planTime=]` – log a brew with options - **Formatted output** @@ -52,6 +53,11 @@ klog config url https://example.com/ klog config show ``` +### Show your balance +```bash +klog balance +``` + ### Log events ```bash