@salesforce/plugin-deploy-retrieve 3.5.3 → 3.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -140,7 +140,7 @@ FLAG DESCRIPTIONS
140
140
  If you specify this parameter, don’t specify --metadata or --source-dir.
141
141
  ```
142
142
 
143
- _See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/convert/mdapi.ts)_
143
+ _See code: [src/commands/project/convert/mdapi.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/convert/mdapi.ts)_
144
144
 
145
145
  ## `sf project convert source`
146
146
 
@@ -152,7 +152,7 @@ USAGE
152
152
  [-p <value> | -x <value> | -m <value>]
153
153
 
154
154
  FLAGS
155
- -d, --output-dir=<value> [default: metadataPackage_1712250956692] Output directory to store the Metadata
155
+ -d, --output-dir=<value> [default: metadataPackage_1712589738578] Output directory to store the Metadata
156
156
  API–formatted files in.
157
157
  -m, --metadata=<value>... Metadata component names to convert.
158
158
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -213,7 +213,7 @@ FLAG DESCRIPTIONS
213
213
  Override the api version used for api requests made by this command
214
214
  ```
215
215
 
216
- _See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/convert/source.ts)_
216
+ _See code: [src/commands/project/convert/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/convert/source.ts)_
217
217
 
218
218
  ## `sf project delete source`
219
219
 
@@ -353,7 +353,7 @@ FLAG DESCRIPTIONS
353
353
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
354
354
  ```
355
355
 
356
- _See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/delete/source.ts)_
356
+ _See code: [src/commands/project/delete/source.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/delete/source.ts)_
357
357
 
358
358
  ## `sf project delete tracking`
359
359
 
@@ -390,7 +390,7 @@ EXAMPLES
390
390
  $ sf project delete tracking --target-org my-scratch
391
391
  ```
392
392
 
393
- _See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/delete/tracking.ts)_
393
+ _See code: [src/commands/project/delete/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/delete/tracking.ts)_
394
394
 
395
395
  ## `sf project deploy cancel`
396
396
 
@@ -466,7 +466,7 @@ FLAG DESCRIPTIONS
466
466
  project deploy report".
467
467
  ```
468
468
 
469
- _See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/cancel.ts)_
469
+ _See code: [src/commands/project/deploy/cancel.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/deploy/cancel.ts)_
470
470
 
471
471
  ## `sf project deploy preview`
472
472
 
@@ -552,7 +552,7 @@ FLAG DESCRIPTIONS
552
552
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
553
553
  ```
554
554
 
555
- _See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/preview.ts)_
555
+ _See code: [src/commands/project/deploy/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/deploy/preview.ts)_
556
556
 
557
557
  ## `sf project deploy quick`
558
558
 
@@ -640,7 +640,7 @@ FLAG DESCRIPTIONS
640
640
  deploy report".
641
641
  ```
642
642
 
643
- _See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/quick.ts)_
643
+ _See code: [src/commands/project/deploy/quick.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/deploy/quick.ts)_
644
644
 
645
645
  ## `sf project deploy report`
646
646
 
@@ -675,12 +675,12 @@ DESCRIPTION
675
675
  Deploy operations include standard deploys, quick deploys, deploy validations, and deploy cancellations.
676
676
 
677
677
  Run this command by either passing it a job ID or specifying the --use-most-recent flag to use the job ID of the most
678
- recent deploy operation. If you specify the --wait flag, the command polls for the status every second until the
679
- timeout of --wait minutes. If you don't specify the --wait flag, the command simply checks and displays the status of
678
+ recent deploy operation. If you specify the --wait flag, the command polls for the status every second until the
679
+ timeout of --wait minutes. If you don't specify the --wait flag, the command simply checks and displays the status of
680
680
  the deploy; the command doesn't poll for the status.
681
681
 
682
682
  You typically don't specify the --target-org flag because the cached job already references the org to which you
683
- deployed. But if you run this command on a computer different than the one from which you deployed, then you must
683
+ deployed. But if you run this command on a computer different than the one from which you deployed, then you must
684
684
  specify the --target-org and it must point to the same org.
685
685
 
686
686
  This command doesn't update source tracking information.
@@ -736,7 +736,7 @@ FLAG DESCRIPTIONS
736
736
  --coverage-formatters lcov --coverage-formatters clover
737
737
  ```
738
738
 
739
- _See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/report.ts)_
739
+ _See code: [src/commands/project/deploy/report.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/deploy/report.ts)_
740
740
 
741
741
  ## `sf project deploy resume`
742
742
 
@@ -821,7 +821,7 @@ FLAG DESCRIPTIONS
821
821
  --coverage-formatters lcov --coverage-formatters clover
822
822
  ```
823
823
 
824
- _See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/resume.ts)_
824
+ _See code: [src/commands/project/deploy/resume.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/deploy/resume.ts)_
825
825
 
826
826
  ## `sf project deploy start`
827
827
 
@@ -1042,7 +1042,7 @@ FLAG DESCRIPTIONS
1042
1042
  --coverage-formatters lcov --coverage-formatters clover
1043
1043
  ```
1044
1044
 
1045
- _See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/start.ts)_
1045
+ _See code: [src/commands/project/deploy/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/deploy/start.ts)_
1046
1046
 
1047
1047
  ## `sf project deploy validate`
1048
1048
 
@@ -1217,7 +1217,7 @@ FLAG DESCRIPTIONS
1217
1217
  --coverage-formatters lcov --coverage-formatters clover
1218
1218
  ```
1219
1219
 
1220
- _See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/validate.ts)_
1220
+ _See code: [src/commands/project/deploy/validate.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/deploy/validate.ts)_
1221
1221
 
1222
1222
  ## `sf project generate manifest`
1223
1223
 
@@ -1293,7 +1293,7 @@ EXAMPLES
1293
1293
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
1294
1294
  ```
1295
1295
 
1296
- _See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/generate/manifest.ts)_
1296
+ _See code: [src/commands/project/generate/manifest.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/generate/manifest.ts)_
1297
1297
 
1298
1298
  ## `sf project list ignored`
1299
1299
 
@@ -1335,7 +1335,7 @@ EXAMPLES
1335
1335
  $ sf project list ignored --source-dir package.xml
1336
1336
  ```
1337
1337
 
1338
- _See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/list/ignored.ts)_
1338
+ _See code: [src/commands/project/list/ignored.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/list/ignored.ts)_
1339
1339
 
1340
1340
  ## `sf project reset tracking`
1341
1341
 
@@ -1384,7 +1384,7 @@ EXAMPLES
1384
1384
  $ sf project reset tracking --revision 30
1385
1385
  ```
1386
1386
 
1387
- _See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/reset/tracking.ts)_
1387
+ _See code: [src/commands/project/reset/tracking.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/reset/tracking.ts)_
1388
1388
 
1389
1389
  ## `sf project retrieve preview`
1390
1390
 
@@ -1441,7 +1441,7 @@ FLAG DESCRIPTIONS
1441
1441
  Overrides your default org.
1442
1442
  ```
1443
1443
 
1444
- _See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/retrieve/preview.ts)_
1444
+ _See code: [src/commands/project/retrieve/preview.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/retrieve/preview.ts)_
1445
1445
 
1446
1446
  ## `sf project retrieve start`
1447
1447
 
@@ -1592,6 +1592,6 @@ FLAG DESCRIPTIONS
1592
1592
  If you specify this parameter, don’t specify --metadata or --source-dir.
1593
1593
  ```
1594
1594
 
1595
- _See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/retrieve/start.ts)_
1595
+ _See code: [src/commands/project/retrieve/start.ts](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.5/src/commands/project/retrieve/start.ts)_
1596
1596
 
1597
1597
  <!-- commandsstop -->
@@ -6,7 +6,7 @@
6
6
  */
7
7
  import { Messages, Org, SfProject } from '@salesforce/core';
8
8
  import { SfCommand, Flags } from '@salesforce/sf-plugins-core';
9
- import { ComponentSet, DeployResult, MetadataApiDeploy } from '@salesforce/source-deploy-retrieve';
9
+ import { ComponentSet, DeployResult, MetadataApiDeploy, RequestStatus } from '@salesforce/source-deploy-retrieve';
10
10
  import { buildComponentSet } from '../../../utils/deploy.js';
11
11
  import { DeployProgress } from '../../../utils/progressBar.js';
12
12
  import { DeployCache } from '../../../utils/deployCache.js';
@@ -72,10 +72,14 @@ export default class DeployMetadataReport extends SfCommand {
72
72
  const org = deployOpts?.['target-org']
73
73
  ? await Org.create({ aliasOrUsername: deployOpts['target-org'] })
74
74
  : flags['target-org'];
75
+ if (!org) {
76
+ // if we don't find an org from flags, config, or the cache, throw an error
77
+ throw messages.createError('noOrgError');
78
+ }
75
79
  // if we're using mdapi we won't have a component set
76
80
  let componentSet = new ComponentSet();
77
81
  if (!deployOpts?.isMdapi) {
78
- if (!cache.maybeGet(jobId)) {
82
+ if (!deployOpts) {
79
83
  // If the cache file isn't there, use the project package directories for the CompSet
80
84
  try {
81
85
  this.project = await SfProject.resolve();
@@ -86,7 +90,8 @@ export default class DeployMetadataReport extends SfCommand {
86
90
  // ignore the error. this was just to get improved command output.
87
91
  }
88
92
  }
89
- else {
93
+ else if (deployOpts.status !== RequestStatus.Succeeded) {
94
+ // if it's succeeded, the deployOpts can't be used to build a CS - nor do we need one
90
95
  componentSet = await buildComponentSet({ ...deployOpts, wait });
91
96
  }
92
97
  }
@@ -1 +1 @@
1
- {"version":3,"file":"report.js","sourceRoot":"","sources":["../../../../src/commands/project/deploy/report.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"report.js","sourceRoot":"","sources":["../../../../src/commands/project/deploy/report.ts"],"names":[],"mappings":"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"}
@@ -6,9 +6,9 @@ Check or poll for the status of a deploy operation.
6
6
 
7
7
  Deploy operations include standard deploys, quick deploys, deploy validations, and deploy cancellations.
8
8
 
9
- Run this command by either passing it a job ID or specifying the --use-most-recent flag to use the job ID of the most recent deploy operation. If you specify the --wait flag, the command polls for the status every second until the timeout of --wait minutes. If you don't specify the --wait flag, the command simply checks and displays the status of the deploy; the command doesn't poll for the status.
9
+ Run this command by either passing it a job ID or specifying the --use-most-recent flag to use the job ID of the most recent deploy operation. If you specify the --wait flag, the command polls for the status every second until the timeout of --wait minutes. If you don't specify the --wait flag, the command simply checks and displays the status of the deploy; the command doesn't poll for the status.
10
10
 
11
- You typically don't specify the --target-org flag because the cached job already references the org to which you deployed. But if you run this command on a computer different than the one from which you deployed, then you must specify the --target-org and it must point to the same org.
11
+ You typically don't specify the --target-org flag because the cached job already references the org to which you deployed. But if you run this command on a computer different than the one from which you deployed, then you must specify the --target-org and it must point to the same org.
12
12
 
13
13
  This command doesn't update source tracking information.
14
14
 
@@ -56,3 +56,7 @@ Output JUnit test results.
56
56
  # flags.results-dir.summary
57
57
 
58
58
  Output directory for code coverage and JUnit results; defaults to the deploy ID.
59
+
60
+ # noOrgError
61
+
62
+ No environment found. Use -o or --target-org to specify an environment