Skip to content

Commit c590062

Browse files
committed
Add description of the new cli switch to generate $comments.
1 parent f9e82b4 commit c590062

File tree

1 file changed

+1
-0
lines changed
  • documentation/developer-guide/modules/tooling-guide/pages

1 file changed

+1
-0
lines changed

documentation/developer-guide/modules/tooling-guide/pages/bamm-cli.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ The available options and their meaning can also be seen in the help text of the
7575
| _--output, -o_ : output file path (default: stdout) |
7676
| _--api-base-url, -b_ : the base url for the Aspect API used in the https://spec.openapis.org/oas/v3.0.3[OpenAPI] specification| `bamm aspect AspectModel.ttl to openapi -j -b \http://mysite.de`
7777
| _--json, -j_ : generate a JSON specification for an Aspect Model (default format is YAML)|
78+
| _--comment, -c_ : only in combination with the above setting; generates `$comment` OpenAPI 3.1 keyword for all `bamm:see` attributes|
7879
| _--parameter-file, -p_ : the path to a file including the parameter for the Aspect API endpoints| For detailed description, see the section bellow
7980
| _--semantic-version, -sv_ : use the full semantic version from the Aspect Model as the version for the Aspect API|
8081
| _--resource-path, -r_ : the resource path for the Aspect API endpoints| For detailed description, see the section bellow

0 commit comments

Comments
 (0)