1
1
# summary
2
2
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 .
4
4
5
5
# description
6
6
@@ -16,29 +16,29 @@ To assign multiple permission sets, either set multiple --perm-set-name flags or
16
16
17
17
# examples
18
18
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:
20
20
21
21
<%= config.bin %> <%= command.id %> --name DreamHouse --name CloudHouse
22
22
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":
24
24
25
25
<%= config.bin %> <%= command.id %> --name DreamHouse --target-org my-scratch
26
26
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:
28
28
29
29
<%= config.bin %> <%= command.id %> --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
30
30
31
31
# examples.force
32
32
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:
34
34
35
35
<%= config.bin %> <%= command.id %> --perm-set-name DreamHouse --perm-set-name CloudHouse
36
36
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":
38
38
39
39
<%= config.bin %> <%= command.id %> --perm-set-name DreamHouse --target-org my-scratch
40
40
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:
42
42
43
43
<%= config.bin %> <%= command.id %> --perm-set-name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
44
44
@@ -52,4 +52,4 @@ Permission set to assign.
52
52
53
53
# flags.target-org.summary
54
54
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