bootc-status - Man Page
Display status
Synopsis
bootc status [--format] [--format-version] [--booted] [-h|--help]
Description
Display status
This will output a YAML-formatted object using a schema intended to match a Kubernetes resource that describes the state of the booted system.
The exact API format is not currently declared stable.
Options
- --format=FORMAT
The output format
Possible values:
- yaml: Output in YAML format
- json: Output in JSON format
- --format-version=FORMAT_VERSION
The desired format version. There is currently one supported version, which is exposed as both `0` and `1`. Pass this option to explicitly request it; it is possible that another future version 2 or newer will be supported in the future
- --booted
Only display status for the booted deployment
- -h, ā--help
Print help (see a summary with '-h')
Version
v0.1.15
Referenced By
bootc 0.1.15