You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes: #242
Basically it'd be useful for folks to be able to run `bootc status --json`
and have that always work - if we're not on a bootc-booted system
then we just output null data.
Specifically we drop the `isContainer` field and replace it
with an optional non-exhaustive enumeration. For anything we don't
know about we just output `None` i.e. `null` in JSON.
Signed-off-by: Colin Walters <[email protected]>
0 commit comments