mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-07 22:21:32 +00:00
The purpose of swupd verify --install is so it can be used to install a new Clear OS in a target system. However since currently it is part of the swupd verify command it makes it confusing as of to what its purpose is. This commit moves the swupd verify --install option to be a top level command (swupd os-install) so its purpose is more straightforward. The new command still uses the verify code to perform the task underneath. Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>