diff --git a/rust/pvsecret/README.md b/rust/pvsecret/README.md index 4037295a..7dcf4993 100644 --- a/rust/pvsecret/README.md +++ b/rust/pvsecret/README.md @@ -429,14 +429,14 @@ Print help (see a summary with '-h'). ## pvsecret add ### Synopsis -`pvsecret add [OPTIONS] [FILE]` +`pvsecret add [OPTIONS] [INPUT]` ### Description Submit an add-secret request to the Ultravisor (s390x only). Perform an add-secret request using a previously generated add-secret request. Only available on s390x. ### Arguments -`` +`` @@ -473,17 +473,16 @@ fail. Only available on s390x. ## pvsecret list ### Synopsis -`pvsecret list [OPTIONS] [FILE]` +`pvsecret list [OPTIONS] [OUTPUT]` ### Description List all ultravisor secrets (s390x only). Lists the IDs of all non-null secrets currently stored in the ultravisor for the currently running IBM Secure Execution guest. Only available on s390x. ### Arguments -`` +``
    Store the result in FILE. - Default value: '-'
@@ -514,7 +513,7 @@ Print help (see a summary with '-h'). ## pvsecret verify ### Synopsis -`pvsecret verify [OPTIONS] [FILE] [FILE]` +`pvsecret verify [OPTIONS] [INPUT] [OUTPUT]` ### Description Verifies that the given request is an Add-Secret request by testing for some values to be present. If the request contains signed user-data, the signature @@ -554,17 +553,16 @@ The verification process works as follows: ### Arguments -`` +``
    Specify the request to be checked.
-`` +``
    Store the result in FILE If the request contained abirtary user-data the output contains this user-data with padded zeros if available. - Default value: '-'
@@ -588,7 +586,7 @@ curve over a 521 bit prime field (secp521r1). -`-o`, `--output ` +`-o`, `--output `
    Store the result in FILE If the request contained abirtary user-data the output contains this user-data with padded zeros if available. @@ -603,13 +601,13 @@ Print help (see a summary with '-h'). ## pvsecret retrieve ### Synopsis -`pvsecret retrieve [OPTIONS] [ID] [FILE]` -`pvsecret retr [OPTIONS] [ID] [FILE]` +`pvsecret retrieve [OPTIONS] [INPUT] [OUTPUT]` +`pvsecret retr [OPTIONS] [INPUT] [OUTPUT]` ### Description Retrieve a secret from the UV secret store (s390x only) ### Arguments -`` +``
      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 @@ -621,16 +619,15 @@ retrieved.
    -`` +``
      Specify the output path to place the secret value. - Default value: '-'
    ### Options -`-i`, `--input ` +`-i`, `--input `
      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 diff --git a/rust/pvsecret/man/pvsecret-add.1 b/rust/pvsecret/man/pvsecret-add.1 index 87d7fe7a..939d3d67 100644 --- a/rust/pvsecret/man/pvsecret-add.1 +++ b/rust/pvsecret/man/pvsecret-add.1 @@ -3,7 +3,7 @@ .\" it under the terms of the MIT license. See LICENSE for details. .\" -.TH "PVSECRET-ADD" "1" "2026-05-19" "s390-tools" "UV\-Secret Manual" +.TH "PVSECRET-ADD" "1" "2026-05-21" "s390-tools" "UV\-Secret Manual" .nh .ad l .SH NAME @@ -11,7 +11,7 @@ pvsecret-add \- Submit an add-secret request to the Ultravisor (s390x only) .SH SYNOPSIS .nf .fam C -pvsecret add [OPTIONS] [FILE] +pvsecret add [OPTIONS] [INPUT] .fam C .fi .SH DESCRIPTION @@ -19,7 +19,7 @@ Perform an add\-secret request using a previously generated add\-secret request. Only available on s390x. .SH OPTIONS .PP - + .RS 4 Specify the request to be sent. .RE diff --git a/rust/pvsecret/man/pvsecret-list.1 b/rust/pvsecret/man/pvsecret-list.1 index 5b8ed8d6..c4e11ae7 100644 --- a/rust/pvsecret/man/pvsecret-list.1 +++ b/rust/pvsecret/man/pvsecret-list.1 @@ -3,7 +3,7 @@ .\" it under the terms of the MIT license. See LICENSE for details. .\" -.TH "PVSECRET-LIST" "1" "2026-05-19" "s390-tools" "UV\-Secret Manual" +.TH "PVSECRET-LIST" "1" "2026-05-21" "s390-tools" "UV\-Secret Manual" .nh .ad l .SH NAME @@ -11,7 +11,7 @@ pvsecret-list \- List all ultravisor secrets (s390x only) .SH SYNOPSIS .nf .fam C -pvsecret list [OPTIONS] [FILE] +pvsecret list [OPTIONS] [OUTPUT] .fam C .fi .SH DESCRIPTION @@ -19,10 +19,9 @@ Lists the IDs of all non\-null secrets currently stored in the ultravisor for the currently running IBM Secure Execution guest. Only available on s390x. .SH OPTIONS .PP - + .RS 4 Store the result in FILE. -[default: '-'] .RE .RE diff --git a/rust/pvsecret/man/pvsecret-retrieve.1 b/rust/pvsecret/man/pvsecret-retrieve.1 index ee2d6c4b..66052ef7 100644 --- a/rust/pvsecret/man/pvsecret-retrieve.1 +++ b/rust/pvsecret/man/pvsecret-retrieve.1 @@ -3,7 +3,7 @@ .\" it under the terms of the MIT license. See LICENSE for details. .\" -.TH "PVSECRET-RETRIEVE" "1" "2026-05-20" "s390-tools" "UV\-Secret Manual" +.TH "PVSECRET-RETRIEVE" "1" "2026-05-21" "s390-tools" "UV\-Secret Manual" .nh .ad l .SH NAME @@ -11,8 +11,8 @@ pvsecret-retrieve \- Retrieve a secret from the UV secret store (s390x only) .SH SYNOPSIS .nf .fam C -pvsecret retrieve [OPTIONS] [ID] [FILE] -pvsecret retr [OPTIONS] [ID] [FILE] +pvsecret retrieve [OPTIONS] [INPUT] [OUTPUT] +pvsecret retr [OPTIONS] [INPUT] [OUTPUT] .fam C .fi .SH DESCRIPTION @@ -24,7 +24,7 @@ keys the PEM name \fBIBM PROTECTED KEY\fP is used. .SH OPTIONS .PP - + .RS 4 Specify the secret ID to be retrieved. Input type depends on \fB\-\-inform\fR. If `yaml` (default) is specified, it must be a yaml created by the create @@ -36,15 +36,14 @@ retrieved. .RE .RE .PP - + .RS 4 Specify the output path to place the secret value. -[default: '-'] .RE .RE .PP -\-i, \-\-input +\-i, \-\-input .RS 4 Specify the secret ID to be retrieved. Input type depends on \fB\-\-inform\fR. If `yaml` (default) is specified, it must be a yaml created by the create diff --git a/rust/pvsecret/man/pvsecret-verify.1 b/rust/pvsecret/man/pvsecret-verify.1 index cfa1c459..819b8a57 100644 --- a/rust/pvsecret/man/pvsecret-verify.1 +++ b/rust/pvsecret/man/pvsecret-verify.1 @@ -3,7 +3,7 @@ .\" it under the terms of the MIT license. See LICENSE for details. .\" -.TH "PVSECRET-VERIFY" "1" "2026-05-19" "s390-tools" "UV\-Secret Manual" +.TH "PVSECRET-VERIFY" "1" "2026-05-21" "s390-tools" "UV\-Secret Manual" .nh .ad l .SH NAME @@ -11,7 +11,7 @@ pvsecret-verify \- Verify that an add-secret request is sane .SH SYNOPSIS .nf .fam C -pvsecret verify [OPTIONS] [FILE] [FILE] +pvsecret verify [OPTIONS] [INPUT] [OUTPUT] .fam C .fi .SH DESCRIPTION @@ -81,17 +81,16 @@ verify the signature of the request but the last 16 bytes .SH OPTIONS .PP - + .RS 4 Specify the request to be checked. .RE .RE .PP - + .RS 4 Store the result in FILE If the request contained abirtary user\-data the output contains this user\-data with padded zeros if available. -[default: '-'] .RE .RE @@ -114,7 +113,7 @@ curve over a 521 bit prime field (secp521r1). .RE .RE .PP -\-o, \-\-output +\-o, \-\-output .RS 4 Store the result in FILE If the request contained abirtary user\-data the output contains this user\-data with padded zeros if available.