Skip to content

Commit 9374570

Browse files
committed
update clusters args with clusterName
1 parent 2f99c5a commit 9374570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/atlas/create/createDBUser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const CreateDBUserArgs = {
2929
)
3030
.describe("Roles for the new user"),
3131
clusters: z
32-
.array(CommonArgs.string())
32+
.array(AtlasArgs.clusterName())
3333
.describe("Clusters to assign the user to, leave empty for access to all clusters")
3434
.optional(),
3535
};

0 commit comments

Comments
 (0)