Skip to content

Commit

Permalink
Merge branch 'pull-request/21'
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarden committed Jan 15, 2021
2 parents 73dc15b + 814ee26 commit d6b0de2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,20 @@ force-md profile field-permissions clone -s Account.My_Field__c -f Account.New_F

### Add Object Permissions

Add object permissions to Profiles. All permissions will default to false; use `profile object-permissions` to update.
Add object permissions to Profiles. All permissions will default to false; use `profile object-permissions edit` to update.

```
force-md profile add-object-permissions -o Account src/profiles/*
force-md profile object-permissions add -o Account src/profiles/*
```


### Update Object Permissions

Update the Read, Create, Edit, Delete, View All, and Modify All permissions on
Profiles. Any permissions not specified on the command line will be left
unchanged.

```
force-md profile object-permissions -o Account -e -D src/profiles/*
force-md profile object-permissions edit -o Account -e -D src/profiles/*
```

### Delete Visibility/Access Permissions
Expand Down

0 comments on commit d6b0de2

Please sign in to comment.