fixup! Move updater to REST api.

This commit is contained in:
2025-12-07 15:31:03 +00:00
parent be189187ba
commit b80929ff52
2 changed files with 17 additions and 2 deletions
+11 -1
View File
@@ -89,10 +89,20 @@ Flags:
-r, --repository string Remote repository URL. (default "https://github.com/lukaszraczylo/simple-gql-client")
-b, --branch string Remote repository URL Branch. (default "main")
-s, --strict Strict matching
-u, --update Update binary with latest
-u, --update Update binary with latest (no authentication required)
-v, --version Display version
```
##### Self-Update
The binary can update itself to the latest version:
```bash
semver-gen -u
```
This downloads the latest release for your platform directly from GitHub releases. No authentication is required.
#### As a github action
```yaml