11# summary
22
3- Assign a permission set to one or more users of a scratch org.
3+ Assign a permission set to one or more org users .
44
55# description
66
@@ -16,29 +16,29 @@ To assign multiple permission sets, either set multiple --perm-set-name flags or
1616
1717# examples
1818
19- - Assign two permission sets called DreamHouse and CloudHouse to original admin user of your default scratch org:
19+ - Assign two permission sets called DreamHouse and CloudHouse to original admin user of your default org:
2020
2121 <%= config.bin %> <%= command.id %> --name DreamHouse --name CloudHouse
2222
23- - Assign the Dreamhouse permission set to the original admin user of the scratch org with alias "my-scratch":
23+ - Assign the Dreamhouse permission set to the original admin user of the org with alias "my-scratch":
2424
2525 <%= config.bin %> <%= command.id %> --name DreamHouse --target-org my-scratch
2626
27- - Assign the Dreamhouse permission set to the specified list of users of your default scratch org:
27+ - Assign the Dreamhouse permission set to the specified list of users of your default org:
2828
2929 <%= config.bin %> <%= command.id %> --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
3030
3131# examples.force
3232
33- - Assign two permission sets called DreamHouse and CloudHouse to original admin user of your default scratch org:
33+ - Assign two permission sets called DreamHouse and CloudHouse to original admin user of your default org:
3434
3535 <%= config.bin %> <%= command.id %> --perm-set-name DreamHouse --perm-set-name CloudHouse
3636
37- - Assign the Dreamhouse permission set to the original admin user of the scratch org with alias "my-scratch":
37+ - Assign the Dreamhouse permission set to the original admin user of the org with alias "my-scratch":
3838
3939 <%= config.bin %> <%= command.id %> --perm-set-name DreamHouse --target-org my-scratch
4040
41- - Assign the Dreamhouse permission set to the specified list of users of your default scratch org:
41+ - Assign the Dreamhouse permission set to the specified list of users of your default org:
4242
4343 <%= config.bin %> <%= command.id %> --perm-set-name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
4444
@@ -52,4 +52,4 @@ Permission set to assign.
5252
5353# flags.target-org.summary
5454
55- Scratch org alias or login user .
55+ Username or alias of the target org. Not required if the ` target-org ` configuration variable is already set .
0 commit comments