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
-**deps:** bump @oclif/core from 4.5.4 to 4.5.6 ([3469bfd](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/3469bfd0defce79b53a4a02d1479e78ea2c61c87))
-**deps:** bump @salesforce/core from 8.23.1 to 8.23.2 ([3ebe880](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/3ebe880371983ead394adb6c8eb5ad401b695418))
-**deps:** bump @salesforce/plugin-info from 3.4.72 to 3.4.85 ([4107328](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/41073288757ae23ae567ad2e649d05f84930a09f))
- dreamforce api version ([#1443](https://github.com/salesforcecli/plugin-deploy-retrieve/issues/1443)) ([fc34dd4](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/fc34dd4ea11c53e53b6b9e04420917d85c92f414))
-**deps:** bump @salesforce/core from 8.19.1 to 8.23.0 ([ccf9bfa](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/ccf9bfa411e4415ab843ca793a030bea6eabc0f3))
-**deps:** bump @inquirer/prompts from 7.8.2 to 7.8.3 ([cd4c45c](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/cd4c45c223aac92b33aef038add122da3d7abe21))
-**deps:** bump @oclif/multi-stage-output from 0.8.19 to 0.8.20 ([80efd4f](https://github.com/salesforcecli/plugin-deploy-retrieve/commit/80efd4f1524fbd40cafee3c904e9e2fa873541aa))
Copy file name to clipboardExpand all lines: messages/deploy.metadata.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,3 +257,8 @@ The `pushPackageDirectoriesSequentially` property is not respected by this comma
257
257
# apiVersionMsgDetailed
258
258
259
259
%s %s metadata to %s using the v%s %s API.
260
+
261
+
# noSourceTrackingWarning
262
+
263
+
Starting in December 2025, this command will require that the target org use source tracking.
264
+
Specifically, to use this command with a production org, scratch org created with the `--no-track-source` flag, or other non-source-tracking org, you must specify the metadata you want to deploy with either the `--metadata`, `--source-dir`, or `--manifest` flag.
Copy file name to clipboardExpand all lines: messages/retrieve.start.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,3 +199,8 @@ This command expects the org to support source tracking. If it doesn't, you must
199
199
- Use the `--source-dir`, `--manifest` or `--package-name` flags to retrieve metadata in source format.
200
200
201
201
- Use the `--target-metadata-dir` flag to retrieve metadata in metadata format to a directory.
202
+
203
+
# noSourceTrackingWarning
204
+
205
+
Starting in December 2025, this command will require that the target org use source tracking.
206
+
Specifically, to use this command with a production org, scratch org created with the `--no-track-source` flag, or other non-source-tracking org, you must specify the metadata you want to retrieve with either the `--metadata`, `--source-dir`, or `--manifest` flag.
0 commit comments