-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from texei/convert-profile-permset
Added "texei profile convert" command
- Loading branch information
Showing
14 changed files
with
1,191 additions
and
1,110 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# summary | ||
|
||
convert a Profile to a Permission Set [BETA] | ||
|
||
# description | ||
|
||
this command converts in the target org a Profile to a Permission Set. | ||
|
||
It will not use Profiles stored locally in your project but it will: | ||
|
||
- dynamically retrieve the full Profile from your target org | ||
- convert it to a Permission Set | ||
- deploy it to the target org | ||
|
||
No update to local Profile or Permission Set is done, but you'll be able to manually retrieve the created/updated Permission Set | ||
|
||
# examples | ||
|
||
sf texei profile convert --profile-name 'My Profile' | ||
|
||
# warning | ||
|
||
This command is in BETA, test the converted Permission Sets, and report any issue at https://github.com/texei/texei-sfdx-plugin/issues | ||
|
||
# flags.profile-name.summary | ||
|
||
name of the Profile in the target org to convert to a Permission Set | ||
|
||
# flags.override-name.summary | ||
|
||
override Permission Set Name generated from Profile name | ||
|
||
# flags.override-api-name.summary | ||
|
||
override API Name generated from Profile name |
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
Oops, something went wrong.