Skip to content

Commit

Permalink
Add instructions for getting the EDI tool from the central
Browse files Browse the repository at this point in the history
  • Loading branch information
chathurace committed Jun 16, 2023
1 parent 6cb495e commit fb8bfda
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/edi-to-record/edi_to_record.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Create a new folder named `resources` in the root of the project and copy the sc

::: out package_structure.out :::

Get the EDI tool from the Ballerina central using the below command:

::: out tool_pull_command.out :::

Run the below command from the project root directory to generate the Ballerina parser for the above schema.

::: out codegen_command.out :::
Expand Down
1 change: 1 addition & 0 deletions examples/edi-to-record/tool_pull_command.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$ bal tool pull edi
4 changes: 4 additions & 0 deletions examples/record-to-edi/record_to_edi.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Create a new folder named `resources` in the root of the project and copy the sc

::: out package_structure.out :::

Get the EDI tool from the Ballerina central using the below command:

::: out tool_pull_command.out :::

Run the below command from the project root directory to generate the Ballerina parser for the above schema.

::: out codegen_command.out :::
Expand Down
1 change: 1 addition & 0 deletions examples/record-to-edi/tool_pull_command.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$ bal tool pull edi

0 comments on commit fb8bfda

Please sign in to comment.