Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/preziosiraffaele/sf-perms
A sf cli plugin to manage permission sets.
https://github.com/preziosiraffaele/sf-perms
cli salesforce sf
Last synced: 4 days ago
JSON representation
A sf cli plugin to manage permission sets.
- Host: GitHub
- URL: https://github.com/preziosiraffaele/sf-perms
- Owner: PreziosiRaffaele
- Created: 2024-01-20T21:31:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T19:12:37.000Z (6 months ago)
- Last Synced: 2024-06-07T20:32:01.687Z (6 months ago)
- Topics: cli, salesforce, sf
- Language: TypeScript
- Homepage:
- Size: 588 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sf-perms
The sf perms field new command facilitates the addition of field permissions to permission sets. It guides the user through the process of configuring these permissions.
To specify the directories containing the permissionsets and objects folders, use the --directory-permission-set and --directory-object flags, respectively. If both folders are located within the same directory, you can simplify the command by using the --directory flag to specify the common directory.
If no directory is specified, the default directory ./force-app/main/default will be used.
## Install
```bash
sf plugins install sf-perms
```## Commands
- [`sf perms field new`](#sf-perms-field-new)
## `sf perms field new`
```
USAGE
$ sf perms field new [--json] [-d ] [-p ] [-f ]FLAGS
-d, --directory= The directory that contains the permissionsets/objects folder.
-f, --directory-object= The directory that contains the objects folder.
-p, --directory-permission-set= The directory that contains the permissionsets folder.GLOBAL FLAGS
--json Format output as json.DESCRIPTION
Add field permissions to permission sets.The sf perms field new command facilitates the addition of field permissions to permission sets. It guides the user through the process of configuring these permissions.
To specify the directories containing the permissionsets and objects folders, use the --directory-permission-set and --directory-object flags, respectively. If both folders are located within the
same directory, you can simplify the command by using the --directory flag to specify the common directory.If no directory is specified, the default directory ./force-app/main/default will be used.
EXAMPLES
$ sf perms field new
```