Skip to content

Commit 5add84a

Browse files
committed
enabled system properties on CLI.
1 parent b0557fc commit 5add84a

File tree

1 file changed

+7
-0
lines changed
  • modules/swagger-codegen-cli/src/main/resources

1 file changed

+7
-0
lines changed

modules/swagger-codegen-cli/src/main/resources/oas3.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ components:
5757
description: Path to json configuration file. File content should be in a json format {"optionKey":"optionValue", "optionKey1":"optionValue1"...} Supported options can be different for each language. Run config-help -l {lang} command for language specific config options.
5858
x-option: "--config"
5959
x-short-version: "-c"
60+
systemProperties:
61+
type: "array"
62+
items:
63+
type: string
64+
title: "System Properties"
65+
description: "sets specified system properties in the format of name=value,name=value (or multiple options, each with name=value)"
66+
x-option: "-D"
6067
skipOverwrite:
6168
type: "string"
6269
title: "skip overwrite"

0 commit comments

Comments
 (0)