wadewegner / deploy-to-sfdx

An open-source and community-driven tool for one-click Salesforce DX deployments from public repositories to Scratch Orgs

Home Page:https://deploy-to-sfdx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

permset yaml

mshanemc opened this issue · comments

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