@accelbyte/codegen 4.0.1 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,16 +8,18 @@ This codegen build a CLI called `accelbyte-codegen` that will be used to generat
8
8
  ```
9
9
  Commands:
10
10
  accelbyte-codegen download-swaggers Download swaggers JSON files
11
- accelbyte-codegen generate-code Generate code based on downloaded swagger
12
- files
11
+ accelbyte-codegen generate-code Generate code based on downloaded swagger files
13
12
 
14
13
  Options:
15
- --version Show version number [boolean]
16
- --config Config file providing backend services URL. [string] [required]
17
- --swaggersOutput Output path for downloaded swaggers JSON files. [string] [required]
18
- --output Output path for generated code. Required for generate-code [string]
19
- --admin Only generate /admin endpoints. [boolean] [default: false]
20
- --help Show help [boolean]
14
+ --version Show version number [boolean]
15
+ --config Path to the config file with backend service URLs. [string] [required]
16
+ --swaggersOutput Directory to save the downloaded Swagger JSON files. [string] [required]
17
+ --output Directory for the generated code. Required when using the generate-code command. [string]
18
+ --help Show help [boolean]
19
+ --skipReactQuery Disable React Query code generation. [boolean]
20
+ --snippetOutput Generate only code snippets. [boolean]
21
+ --snippetOnly Directory for the generated code snippets. Required when generating snippets. [boolean]
22
+ --webSocketSchema Path to the WebSocket schema file (schema.json). [string]
21
23
  ```
22
24
 
23
25
  ### Config file