mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
This is a middle ground between: 1) Parse arbitrary text output from `bootupctl status`; this could change at any time. 2) Parse JSON from `bootupctl status --json`; parsing this requires knowlege of bootupd and the JSON format still isn't 100% fixed in stone either. Projects like https://github.com/openshift/machine-config-operator/ will basically want a flow that just allows them to check for outstanding updates and apply them one node at a time.