Updates to the latest QOps version.
Syntax
QOps-Update [-Beta] [-Force] [-NoAutoUpdate] [-VerboseLog]
Parameters meaning:
-Beta indicates that QOps should be updated to the version with current development
-Force performs an in-session hot-reload update — downloads the new version to a versioned subdirectory and loads it immediately without restarting PowerShell. No more killing PowerShell processes.
-NoAutoUpdate skips the automatic daily update check. Useful for CI/CD pipelines or air-gapped environments where update checks are unwanted.
-VerboseLog enables full verbose output including complete API response dumps and debug information. By default, QOps now produces concise output summaries.
QOps-Update -Force
Examples
QOps-Update
QOps-Update -Beta -Force
QOps-Update -Force -NoAutoUpdate