We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f99c5a commit 9374570Copy full SHA for 9374570
src/tools/atlas/create/createDBUser.ts
@@ -29,7 +29,7 @@ export const CreateDBUserArgs = {
29
)
30
.describe("Roles for the new user"),
31
clusters: z
32
- .array(CommonArgs.string())
+ .array(AtlasArgs.clusterName())
33
.describe("Clusters to assign the user to, leave empty for access to all clusters")
34
.optional(),
35
};
0 commit comments