You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -19,6 +19,6 @@ These changes are done in order to improve the overall usability, and as workaro
The following command was used to generate the Ballerina client from the OpenAPI specification. The command should be executed from the repository root directory.
```bash
bal openapi -i docs/spec/openapi.yaml --mode client -o ballerina
bal openapi -i docs/spec/openapi.yaml --mode client --license docs/license.txt -o ballerina
```
Note: The license year is hardcoded to 2024, change if necessary.