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
feat: improvements to the documentation generation, added changelog links, full-text search, pagination plugin, terminaly plugin, flexible callouts plugin, dark mode support and mermaid support plugins
7
+
refactor: rearranged the repo to be more like a proper turbo powered monorepo. Build times are much faster as before...
8
+
refactor: adjustments to the github workflows to match turborepo (without remote cache)
> #### Create a library based on the OpenAPI specification. If the openapi specification has not yet been generated, this will generate that as well as the first step.
3
4
4
-
```sh
5
-
xano generate-code [options]
5
+
```term
6
+
$ xano generate-code [options]
6
7
```
7
8
### Options
8
9
@@ -26,30 +27,21 @@ xano generate-code [options]
26
27
**Description:** Specify this flag in order to allow logging. Logs will appear in output/_logs. Default: false
27
28
28
29
### generate-code --help
29
-
```sh
30
+
```term
31
+
$ xano generate-code --help
30
32
Usage: xano generate-code [options]
31
33
32
-
Create a library based on the OpenAPI specification. If the openapi
33
-
specification has not yet been generated, this will generate that as well as the
34
-
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 as the first step.
35
35
36
36
Options:
37
-
--instance <instance> The instance name. This is used to fetch the instance
38
-
configuration. The value provided at the setup
39
-
command.
40
-
--workspace <workspace> The workspace name. This is used to fetch the
41
-
workspace configuration. Same as on Xano interface.
42
-
--branch <branch> The branch name. This is used to selectthe branch
43
-
configuration. Same as on Xano Interface.
37
+
--instance <instance> The instance name. This is used to fetch the instance configuration. The value provided at the setup command.
38
+
--workspace <workspace> The workspace name. This is used to fetch the workspace configuration. Same as on Xano interface.
39
+
--branch <branch> The branch name. This is used to select the branch configuration. Same as on Xano Interface.
44
40
--group <name> API group name. Same as on Xano Interface.
45
-
--all Regenerate forall API groupsin the workspace /
46
-
branch of the current context.
41
+
--all Regenerate for all API groups in the workspace / branch of the current context.
47
42
--print-output-dir Expose usable output path for further reuse.
48
-
--generator <generator> Generator to use, see all options at:
49
-
https://openapi-generator.tech/docs/generators
50
-
--args <args> Additional arguments to pass to the generator. See
0 commit comments