We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32807f7 commit 743622fCopy full SHA for 743622f
fields.go
@@ -77,8 +77,10 @@ be larger than the role max TTL.`,
77
}
78
79
fields["metadata"] = &framework.FieldSchema{
80
- Type: framework.TypeString,
81
- Description: `Metadata in JSON format to be passed along with the signing request and associated with the certificate in Command.`,
+ Type: framework.TypeString,
+ Description: `Metadata in JSON format to be passed along with the signing request and associated with the certificate in Command.
82
+ Quotation marks should be escaped.
83
+ Example: ... metadata='{ \"testMetadata\": \"arbitrary string value\" }`,
84
85
86
return fields
0 commit comments