Self-update Qorven from its GitHub Releases page.Only the binary is replaced — config.toml, the database, user data,and migrations are untouched. Migrations run automatically when thenew binary starts; don't forget to restart the service.Examples: qorven update install latest qorven update --check just check, don't install qorven update --version v0.3.0 install a specific versionRequires write access to the current binary. On a systemd installthat binary lives at /usr/local/bin/qorven, so the command typicallyneeds sudo.The repo defaulted to for downloads is qorvenai/qorven.Override with QORVEN_RELEASE_REPO=<owner>/<repo> for forks.Usage: qorven update [flags]Flags: --check check for updates without installing -h, --help help for update --version string install a specific version tag (default: latest)Global Flags: -o, --output string Output format: table, json, yaml (default "table") --server string Gateway URL (env: QORVEN_SERVER) --token string Auth token (env: QORVEN_TOKEN) -v, --verbose Verbose output -y, --yes Skip confirmation prompts