@@ -31,18 +31,27 @@ $ 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 generated, this will generate that as well
35- as the first step.
34+ Create a library based on the OpenAPI specification. If the openapi
35+ specification has not yet been generated, this will generate that as well as the
36+ first step.
3637
3738Options:
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.
39+ --instance <instance> The instance name. This is used to fetch the instance
40+ configuration. The value provided at the setup
41+ command.
42+ --workspace <workspace> The workspace name. This is used to fetch the
43+ workspace configuration. Same as on Xano interface.
44+ --branch <branch> The branch name. This is used to select the branch
45+ configuration. Same as on Xano Interface.
4146 --group <name> API group name. Same as on Xano Interface.
42- --all Regenerate for all API groups in the workspace / branch of the current context.
47+ --all Regenerate for all API groups in the workspace /
48+ branch of the current context.
4349 --print-output-dir Expose usable output path for further reuse.
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
50+ --generator <generator> Generator to use, see all options at:
51+ https://openapi-generator.tech/docs/generators
52+ --args <args> Additional arguments to pass to the generator. See
53+ https://openapi-generator.tech/docs/usage#generate
54+ --debug Specify this flag in order to allow logging. Logs
55+ will appear in output/_logs. Default: false
4756 -h, --help display help for command
4857```
0 commit comments