Note: There is a newer version (1.1.1) of this package available. Click here to view docs for the latest version.
Module copybook
ballerina/copybook Ballerina Tool
1.0.0
Overview
The Copybook tool simplifies the process of transforming Copybook definitions into Ballerina code.
Command for Ballerina Copybook type generation
Argument | Description |
---|---|
-i, --input | The input parameter specifies the path of the Copybook definition file (e.g., Copybook.cpy). This parameter is mandatory. |
-o, --output | The output parameter specifies the path of the output location of the generated Ballerina type file. This parameter is optional. If this parameter is not specified, the service files will be generated at the same location from which the Copybook command is executed. |