Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bartosz Michalik <[email protected]>
  • Loading branch information
bartoszm committed Jun 18, 2022
1 parent 10c6143 commit 631b641
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mvn clean package
Project requires Java runtime in version 11 or greater.

```shell script
java -jar blender-1.x.jar <commang> [args]
java -jar blender-1.x.jar <command> [args]
```

## Tool `generate` command synopsis
Expand Down Expand Up @@ -249,3 +249,26 @@ OPTIONS

This option may occur a maximum of 1 times
```
### Usage example for Sonata
Assumption is that this command is run from any directory. `-d` parameter points to root of the schema directory.
In this example this directory hosts
```shell script
java -jar blender-1.x.jar merge \
-d ${rootSchemaDirectory} \
-b accessEline\accessElineOvc.yaml \
-b carrierEthernetOperatorUni\carrierEthernetOperatorUni.yaml
```
### Usage example for Legato
Assumption is that this command is run from the schema directory. You could also use `-d` parameter to point to
different directory as in the example above.
```shell script
java -jar blender-1.x.jar merge \
-b carrierEthernetOvc.yaml \
-b carrierEthernetSubscriberUni.yaml
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>com.amartus.sonata</groupId>
<artifactId>blender</artifactId>
<description>SonataBlendingTool</description>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<properties>
<openapi.generator.version>5.4.0</openapi.generator.version>
</properties>
Expand Down

0 comments on commit 631b641

Please sign in to comment.