QOps-Update

Updates to the latest QOps version.

New in version 1.14

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.

Updated in version 3.0.4

 

-NoAutoUpdate skips the automatic daily update check. Useful for CI/CD pipelines or air-gapped environments where update checks are unwanted.

New in version 3.0.4

 

-VerboseLog enables full verbose output including complete API response dumps and debug information. By default, QOps now produces concise output summaries.

New in version 3.0.4

 

Version 3.0 is not backward compatible with previous versions due to changes in the configuration structure. Therefore, the auto-update is limited to the latest version 2.2.1. To update to version 3.0+, use the command:

QOps-Update -Force

Examples

QOps-Update

QOps-Update -Beta -Force

QOps-Update -Force -NoAutoUpdate