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,
35
-
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 as the first step.
36
35
37
36
Options:
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.
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
41
--all Regenerate for all API groups in the workspace / branch of the current context.
46
42
--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
0 commit comments