deploy-to-sfdx
deploy-to-sfdx copied to clipboard
permset yaml
Would love to see some more flexibility for lists, now that pkgs/apex/data are going to support that. But also don't to break existing buttons.
Proposed:
existing yaml option
- ignore and deprecate assignPermset
- if permsetName, install it with the need for assignPermset to be true
new yaml option
- permsets which supports an array of permset names. If we see anything defined here, then do them.
example
permsets:
- somePerm
- anotherPerm
Good suggestion