-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'clone-object-permissions'
- Loading branch information
Showing
4 changed files
with
99 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## force-md profile object-permissions clone | ||
|
||
Clone object permissions | ||
|
||
### Synopsis | ||
|
||
Clone object permissions in profiles for a new object | ||
|
||
``` | ||
force-md profile object-permissions clone -s SObject -o SObject [filename]... [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for clone | ||
-o, --object string new object name | ||
-s, --source string source object name | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--convert-xml-entities convert numeric xml entities to character entities (default true) | ||
--silent show errors only | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [force-md profile object-permissions](force-md_profile_object-permissions.md) - Update object permissions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters