table of contents
- Tumbleweed 2.41.0-4.1
- Leap-16.0
| PVIMG-INFO(1) | Pvimg Manual | PVIMG-INFO(1) |
NAME¶
pvimg-info - Print information about the IBM Secure Execution image
SYNOPSIS¶
pvimg info [OPTIONS] <INPUT|--print-schema <FORMAT>>
DESCRIPTION¶
Note that the API and output format is experimental and subject to change.
OPTIONS¶
<INPUT>
--format <FORMAT>
Possible values:
- text:full: Human-readable, full detail text format.
- json: Pretty-printed machine-readable JSON (default if no terminal available).
- json:pretty: Pretty-printed machine-readable JSON.
- json:minify: Minified machine-readable JSON.
--hdr-key <FILE>
1. Verify the integrity and authenticity of the header
2. Optionally decrypt secrets with --show-secrets
Without this option, the information is displayed, but NOT verified, and a warning is printed. The displayed data should not be trusted without verification.
--show-secrets
- Customer communication key (CCK)
- Image encryption key
- Other confidential data
SECURITY WARNING: Only use this option in secure, trusted environments. The decrypted secrets should never be exposed in untrusted systems.
This option requires --hdr-key to decrypt the header.
--print-schema <FORMAT>
- Validating output
- Building tools that parse the output
Possible values:
- json: JSON format.
-h, --help
EXIT STATUS¶
- 0 - Program finished successfully
- The command was executed successfully.
- 1 - Generic error
- Something went wrong during the operation. Refer to the error message.
- 2 - Usage error
- The command was used incorrectly, for example: unsupported command line flag, or wrong number of arguments.
SEE ALSO¶
| 2026-02-13 | s390-tools |