Skip to content

Commit cb3b0de

Browse files
Veeral Patelclaude
authored andcommitted
fix: add missing --namespace flag to tdbg taskqueue get-user-data command
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent db5f475 commit cb3b0de

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tools/tdbg/tdbg_commands.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,11 @@ func newAdminTaskQueueCommands(clientFactory ClientFactory) []*cli.Command {
686686
Name: "get-user-data",
687687
Usage: "Get per-type user data stored for a task queue",
688688
Flags: []cli.Flag{
689+
&cli.StringFlag{
690+
Name: FlagNamespace,
691+
Usage: "Namespace name",
692+
Required: true,
693+
},
689694
&cli.StringFlag{
690695
Name: FlagTaskQueue,
691696
Usage: "Task Queue name",

0 commit comments

Comments
 (0)