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
xata codegen --help suggests the parameter --worker-id.
The Xata Workers Beta is shut down, any remaining CLI artifacts should be removed
xata codegen --help
✨ A newer version of @xata.io/client is now available: 0.30.0. You are currently using version: 0.0.0
Generate code from the current database schema
USAGE
$ xata codegen [--no-input] [--profile <profile-name>] [--json] [--db https://{workspace}.{region}.xata.sh/db/{database}] [-b <branch-name>] [-o <value>] [--declarations] [--inject-branch]
[--javascript-output-target <value>] [--worker-id <value>] [--experimental-incremental-build]
FLAGS
-b, --branch=<branch-name> Branch name to use
-o, --output=<value> Output file. Overwrites your project configuration setting
--db=https://{workspace}.{region}.xata.sh/db/{database} URL of the database
--declarations Whether or not the declarations file should be generated. Overwrites your project configuration setting
--experimental-incremental-build Experimental: Keep the source code in the generated file and only update the parts that changed
--inject-branch Inject the branch name into the generated code. Useful if you have a build step and the branch name is not available at runtime
--javascript-output-target=<value> The output target for the generated javascript code.
--worker-id=<value> Xata worker deployment id
The text was updated successfully, but these errors were encountered:
xata codegen --help suggests the parameter
--worker-id
.The Xata Workers Beta is shut down, any remaining CLI artifacts should be removed
The text was updated successfully, but these errors were encountered: