From fb8bfda11f7866e53c0eb91a10fcbcc8b5c3fec5 Mon Sep 17 00:00:00 2001 From: Chathura Ekanayake Date: Fri, 16 Jun 2023 19:28:36 +0530 Subject: [PATCH] Add instructions for getting the EDI tool from the central --- examples/edi-to-record/edi_to_record.md | 4 ++++ examples/edi-to-record/tool_pull_command.out | 1 + examples/record-to-edi/record_to_edi.md | 4 ++++ examples/record-to-edi/tool_pull_command.out | 1 + 4 files changed, 10 insertions(+) create mode 100644 examples/edi-to-record/tool_pull_command.out create mode 100644 examples/record-to-edi/tool_pull_command.out diff --git a/examples/edi-to-record/edi_to_record.md b/examples/edi-to-record/edi_to_record.md index 7eef733345..9078f4365a 100644 --- a/examples/edi-to-record/edi_to_record.md +++ b/examples/edi-to-record/edi_to_record.md @@ -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 ::: diff --git a/examples/edi-to-record/tool_pull_command.out b/examples/edi-to-record/tool_pull_command.out new file mode 100644 index 0000000000..8cdb63f178 --- /dev/null +++ b/examples/edi-to-record/tool_pull_command.out @@ -0,0 +1 @@ +$ bal tool pull edi diff --git a/examples/record-to-edi/record_to_edi.md b/examples/record-to-edi/record_to_edi.md index 0118a54c03..89bc86415d 100644 --- a/examples/record-to-edi/record_to_edi.md +++ b/examples/record-to-edi/record_to_edi.md @@ -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 ::: diff --git a/examples/record-to-edi/tool_pull_command.out b/examples/record-to-edi/tool_pull_command.out new file mode 100644 index 0000000000..8cdb63f178 --- /dev/null +++ b/examples/record-to-edi/tool_pull_command.out @@ -0,0 +1 @@ +$ bal tool pull edi