Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove worker-id parameter #1549

Closed
kostasb opened this issue Jul 29, 2024 · 0 comments · Fixed by #1550
Closed

Remove worker-id parameter #1549

kostasb opened this issue Jul 29, 2024 · 0 comments · Fixed by #1550
Labels
bug Something isn't working needs-triage

Comments

@kostasb
Copy link
Contributor

kostasb commented Jul 29, 2024

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

@kostasb kostasb added the bug Something isn't working label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant