Replies: 1 comment
-
|
It's currently required because the source-deploy-retrieve library can, only build component sets with destructive elements when everything is passed as a manifest. this has been on my list of things to fix for a while. I recently looked at the code, and the complexities in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently using SF CLI 2.79.4
@salesforce/cli/2.79.4 darwin-arm64 node-v22.11.0When I try to use pre-destructive-changes or post-destructive-changes, the CLI complains that I need the manifest, for example:
Then I get the error
All of the following must be provided when using --pre-destructive-changes: --manifestWhy is --manifest needed? I already specify --source-dir or --metadata-dir. Can the CLI be updated to work with --source-dir and --metadata-dir?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions