File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ Behavior to enable; the values correspond to the possible values of the "sourceB
1616
1717# examples
1818
19- - Update your Salesforce DX project to decompose custom labels :
19+ - Update your Salesforce DX project to decompose custom permission sets :
2020
21- <%= config.bin %> <%= command.id %> --behavior decomposeCustomLabelsBeta
21+ <%= config.bin %> <%= command.id %> --behavior decomposePermissionSetBeta
2222
2323- Display what the command would do, but don't change any existing files:
2424
25- <%= config.bin %> <%= command.id %> --behavior decomposeCustomLabelsBeta --dry-run
25+ <%= config.bin %> <%= command.id %> --behavior decomposePermissionSetBeta --dry-run
2626
2727- Keep the temporary directory that contains the interim metadata API formatted files:
2828
29- <%= config.bin %> <%= command.id %> --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
29+ <%= config.bin %> <%= command.id %> --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
3030
3131# flags.dry-run.summary
3232
You can’t perform that action at this time.
0 commit comments