I have a system where I use both standalone and managed upgrades. After an upgrade install and reboot the flag “upgrade_available” is set to 1 (as expected). I would like to know if this upgrade is managed, or standalone in order to programmatically do the commit for the standalone upgrade, but not for the managed upgrade.
I am using Yocto, Mender, Kirkstone branch,
mender --version
3.5.3 runtime: go1.17.13
Thank you.