@@ -31,24 +31,18 @@ $ xano generate-code [options]
3131$ xano generate-code --help
3232Usage: xano generate-code [options]
3333
34- Create a library based on the OpenAPI specification. If the openapi specification has not yet been
35- generated, this will generate that as well as the first step.
34+ Create a library based on the OpenAPI specification. If the openapi specification has not yet been generated, this will generate that as well
35+ as the first step.
3636
3737Options:
38- --instance <instance> The instance name. This is used to fetch the instance configuration. The value
39- provided at the setup command.
40- --workspace <workspace> The workspace name. This is used to fetch the workspace configuration. Same as on
41- Xano interface.
42- --branch <branch> The branch name. This is used to select the branch configuration. Same as on Xano
43- Interface.
38+ --instance <instance> The instance name. This is used to fetch the instance configuration. The value provided at the setup command.
39+ --workspace <workspace> The workspace name. This is used to fetch the workspace configuration. Same as on Xano interface.
40+ --branch <branch> The branch name. This is used to select the branch configuration. Same as on Xano Interface.
4441 --group <name> API group name. Same as on Xano Interface.
4542 --all Regenerate for all API groups in the workspace / branch of the current context.
4643 --print-output-dir Expose usable output path for further reuse.
47- --generator <generator> Generator to use, see all options at:
48- https://openapi-generator.tech/docs/generators
49- --args <args> Additional arguments to pass to the generator. See
50- https://openapi-generator.tech/docs/usage#generate
51- --debug Specify this flag in order to allow logging. Logs will appear in output/_logs.
52- Default: false
44+ --generator <generator> Generator to use, see all options at: https://openapi-generator.tech/docs/generators
45+ --args <args> Additional arguments to pass to the generator. See https://openapi-generator.tech/docs/usage#generate
46+ --debug Specify this flag in order to allow logging. Logs will appear in output/_logs. Default: false
5347 -h, --help display help for command
5448```
0 commit comments