Provided by: s390-tools_2.37.0-0ubuntu2_amd64 

NAME
pvsecret-retrieve - Retrieve a secret from the UV secret store (s390x only)
SYNOPSIS
pvsecret retrieve [OPTIONS] <ID> pvsecret retr [OPTIONS] <ID>
DESCRIPTION
Retrieve a secret from the UV secret store (s390x only)
OPTIONS
<ID> Specify the secret ID to be retrieved. Input type depends on --inform. If `yaml` (default) is specified, it must be a yaml created by the create subcommand of this tool. If `hex` is specified, it must be a hex 32-byte unsigned big endian number string. Leading zeros are required. -o, --output <FILE> Specify the output path to place the secret value. [default: '-'] --inform <INFORM> Define input type for the Secret ID. [default: 'yaml'] Possible values: - yaml: Use a yaml file. - hex: Use a hex string. - name: Use a name-string. Will hash it if no secret with the name found. --outform <OUTFORM> Define the output format for the retrieved secret. [default: 'pem'] Possible values: - pem: Write the secret as PEM. - bin: Write the secret in binary. -h, --help Print help (see a summary with -h).
SEE ALSO
pvsecret(1) s390-tools 2024-12-19 PVSECRET-RETRIEVE(1)