Skip to content

Commit

Permalink
Add profile add-object-permissions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarden committed Dec 31, 2020
1 parent f96c98c commit 09de894
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ from another field.
force-md profile field-permissions clone -s Account.My_Field__c -f Account.New_Field__c src/profiles/*
```

### Add Object Permissions

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

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


### Update Object Permissions

Update the Read, Create, Edit, Delete, View All, and Modify All permissions on
Expand Down

0 comments on commit 09de894

Please sign in to comment.