Generated from qorven update --help. Re-run scripts/gen-cli-reference.sh after CLI changes.

Reference

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 the
new 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 version

Requires write access to the current binary. On a systemd install
that binary lives at /usr/local/bin/qorven, so the command typically
needs 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

Examples

Example section to fill with real operator usage patterns. TBD.

CLI index

All commands.

Global flags

--server, --token, --output.