verifyonly
Verifyonly is a term used to describe a mode of operation in software tools where the primary goal is to validate or verify aspects of a system, input, or configuration without performing any actions that would modify state or produce side effects. In this mode, the process runs checks, but stops short of applying changes, installing components, or mutating data.
This mode is commonly employed in deployment, configuration management, packaging, and data processing workflows. In deployment
Operational characteristics typically include performing a full set of validations, producing a summary report, and exiting
Limitations of verify-only include the possibility that validations do not perfectly predict issues that will appear