mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-02 11:41:50 +00:00
The "bundle-list" command can be used to show all installed bundles in the system, however, currently there is no way to know which of those installed bundles were implicitly or explicitly installed. This commit implements the "--status" flag for bundle-list which can be used to show which bundles were explicitly or implicitly installed. Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>