swupd-client
swupd-client copied to clipboard
"bundle-list --deps=<bundle-name>" should only operate against installed bundles
IMO, the "bundle-list --deps=<bundle-name" command should only operate on installed bundles. To get dependencies information on yet-to-be-installed bundles, it should be done through "bundle-info".
As we also support bundle-list --all
to list all available bundles I don't see a reason to limit other parameters to work only on local bundles.
Is there a reason why we shouldn't support that?
well, "bundle-list" is becoming a Swiss army knife with mixed use cases. I just think information a particular bundle should be handles by "bundle-info"