From 70ca45d18acb3eacae419b84de18a1b06eea86a6 Mon Sep 17 00:00:00 2001 From: Alexis Rico Date: Mon, 29 Jul 2024 15:12:06 +0200 Subject: [PATCH] Remove `worker-id` Signed-off-by: Alexis Rico --- cli/src/commands/codegen/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/cli/src/commands/codegen/index.ts b/cli/src/commands/codegen/index.ts index 1741efab6..2bda14481 100644 --- a/cli/src/commands/codegen/index.ts +++ b/cli/src/commands/codegen/index.ts @@ -44,9 +44,6 @@ export default class Codegen extends BaseCommand { 'javascript-output-target': Flags.string({ description: 'The output target for the generated javascript code.' }), - 'worker-id': Flags.string({ - description: 'Xata worker deployment id' - }), 'experimental-incremental-build': Flags.boolean({ description: 'Experimental: Keep the source code in the generated file and only update the parts that changed' })