You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
Context
Unlike Azure DevOps, some automation platforms do not support templatization which helps with task repeatability. To mitigate this shortcoming, we propose a command that outputs the packages defined in the sfdx-project.json as an array. The array of packages can be iterated over, executing a set of tasks for each package.
Requirements
The command, by default, should list all the packages defined in the sfdx-project.json in order.
The command should output the list of packages as an array, omitting any packages that are defined in forceignore
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Context
Unlike Azure DevOps, some automation platforms do not support templatization which helps with task repeatability. To mitigate this shortcoming, we propose a command that outputs the packages defined in the sfdx-project.json as an array. The array of packages can be iterated over, executing a set of tasks for each package.
Requirements
The text was updated successfully, but these errors were encountered: