File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,29 @@ If you want to modify script or templates and you can run code locally.
1313Requires ` Go 1.21 ` or higher.
1414
15151 . Set up the project and tools by running
16- ```
16+ ``` bash
1717 make project-tools
1818 ```
19192 . Download Open Api Specifications (OAS), that are the input for the SDK generation, by running
20- ```
20+ ``` bash
2121 make download-oas
2222 ```
2323 This step needs to be done only at the first start and when OAS updates are present.
24- 3 . Run the SDK generation for testing by
24+ 3 . Run the Go SDK generation for testing by
25+ ``` bash
26+ make generate-go-sdk
27+ ```
28+ The output goes to the ` ./sdk-repo-updated ` folder.
29+ 1 . Run the Python SDK generation for testing by
30+ ``` bash
31+ make generate-python-sdk
2532 ```
26- make generate-sdk
33+ The output goes to the ` ./sdk-repo-updated ` folder.
34+ 2 . Run the Java SDK generation for testing by
35+ ``` bash
36+ make generate-java-sdk
2737 ```
28- The output goes to the ` ./sdk ` folder.
38+ The output goes to the ` ./sdk-repo-updated ` folder.
2939
3040## Reporting issues
3141
You can’t perform that action at this time.
0 commit comments