hardisgroupcom / sfdx-hardis

Swiss-army-knife Toolbox for Salesforce. Orchestrates base commands and assist users with interactive wizards to make much more than native sfdx + Allows you to define a complete CI/CD Pipeline and Schedule a daily Metadata backup & monitoring of your orgs
https://sfdx-hardis.cloudity.com
GNU Affero General Public License v3.0
194 stars 35 forks source link

Unlocked packages #769

Open readeral opened 1 month ago

readeral commented 1 month ago

Initial command, currently returns an object containing a list of all members to be retrieved from the tooling sobject endpoint, keyed by sobject name

readeral commented 1 month ago

I think I've taken this as far as I can, the difficult bit to wrap my head around is the deleting steps! The next questions I think are:

  1. what shape should the JSON file take
  2. should existing functions/commands be leveraged to do the actual cleanup
  3. should the JSON file be retained for subsequent cleanups if needed (I'm already keeping the SubscriberPackageVersionId for this purpose)
nvuillam commented 1 month ago

I'm currently preparing the v5 with many changes (https://github.com/hardisgroupcom/sfdx-hardis/pull/770) , I'll handle your PR after , thanks for your understanding :)

readeral commented 1 month ago

I'm currently preparing the v5 with many changes (#770) , I'll handle your PR after , thanks for your understanding :)

No rush!