Skip to content

Commit 646414b

Browse files
committed
update setup example
1 parent 46baec7 commit 646414b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/docs/pages/docs/commandkit-setup.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This is a simple overview of how to set up CommandKit with all the available opt
2828
devUserIds: ['DEV_USER_ID_1', 'DEV_USER_ID_2'],
2929
devRoleIds: ['DEV_ROLE_ID_1', 'DEV_ROLE_ID_2'],
3030
skipBuiltInValidations: true,
31+
bulkRegister: true,
3132
});
3233

3334
client.login('YOUR_TOKEN_HERE');
@@ -60,6 +61,7 @@ This is a simple overview of how to set up CommandKit with all the available opt
6061
devUserIds: ['DEV_USER_ID_1', 'DEV_USER_ID_2'],
6162
devRoleIds: ['DEV_ROLE_ID_1', 'DEV_ROLE_ID_2'],
6263
skipBuiltInValidations: true,
64+
bulkRegister: true,
6365
});
6466

6567
client.login('YOUR_TOKEN_HERE');
@@ -88,6 +90,7 @@ This is a simple overview of how to set up CommandKit with all the available opt
8890
devUserIds: ['DEV_USER_ID_1', 'DEV_USER_ID_2'],
8991
devRoleIds: ['DEV_ROLE_ID_1', 'DEV_ROLE_ID_2'],
9092
skipBuiltInValidations: true,
93+
bulkRegister: true,
9194
});
9295

9396
client.login('YOUR_TOKEN_HERE');

0 commit comments

Comments
 (0)