sfdx-hardis 2.69.0 → 2.70.0
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/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta`
|
|
6
6
|
|
|
7
|
+
## [2.70.0] 2022-03-02
|
|
8
|
+
|
|
9
|
+
- hardis:org:apex:test : allow command to succeed when no tests are present in the project, useful for new environments initialization
|
|
10
|
+
|
|
7
11
|
## [2.69.0] 2022-03-02
|
|
8
12
|
|
|
9
13
|
- Scratch org pool: add history (fetch,auth) on ActiveScratchOrg devhub record
|
package/README.md
CHANGED
|
@@ -233,7 +233,7 @@ EXAMPLE
|
|
|
233
233
|
$ sfdx hardis:auth:login
|
|
234
234
|
```
|
|
235
235
|
|
|
236
|
-
_See code: [lib/commands/hardis/auth/login.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
236
|
+
_See code: [lib/commands/hardis/auth/login.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/auth/login.js)_
|
|
237
237
|
|
|
238
238
|
## `sfdx hardis:config:get [-l <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
239
239
|
|
|
@@ -262,7 +262,7 @@ EXAMPLE
|
|
|
262
262
|
$ sfdx hardis:project:deploy:sources:metadata
|
|
263
263
|
```
|
|
264
264
|
|
|
265
|
-
_See code: [lib/commands/hardis/config/get.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
265
|
+
_See code: [lib/commands/hardis/config/get.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/config/get.js)_
|
|
266
266
|
|
|
267
267
|
## `sfdx hardis:doc:plugin:generate [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
268
268
|
|
|
@@ -299,7 +299,7 @@ EXAMPLE
|
|
|
299
299
|
$ sfdx hardis:doc:plugin:generate
|
|
300
300
|
```
|
|
301
301
|
|
|
302
|
-
_See code: [lib/commands/hardis/doc/plugin/generate.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
302
|
+
_See code: [lib/commands/hardis/doc/plugin/generate.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/doc/plugin/generate.js)_
|
|
303
303
|
|
|
304
304
|
## `sfdx hardis:misc:toml2csv -f <string> [-t <string>] [-l <array>] [-s] [-o <string>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
305
305
|
|
|
@@ -349,7 +349,7 @@ EXAMPLES
|
|
|
349
349
|
--outputdir './output' --filtersections 'COMPTES,SOUS'
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [lib/commands/hardis/misc/toml2csv.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
352
|
+
_See code: [lib/commands/hardis/misc/toml2csv.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/misc/toml2csv.js)_
|
|
353
353
|
|
|
354
354
|
## `sfdx hardis:org:configure:data [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
355
355
|
|
|
@@ -374,7 +374,7 @@ EXAMPLE
|
|
|
374
374
|
$ sfdx hardis:org:configure:data
|
|
375
375
|
```
|
|
376
376
|
|
|
377
|
-
_See code: [lib/commands/hardis/org/configure/data.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
377
|
+
_See code: [lib/commands/hardis/org/configure/data.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/configure/data.js)_
|
|
378
378
|
|
|
379
379
|
## `sfdx hardis:org:configure:files [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
380
380
|
|
|
@@ -399,7 +399,7 @@ EXAMPLE
|
|
|
399
399
|
$ sfdx hardis:org:configure:files
|
|
400
400
|
```
|
|
401
401
|
|
|
402
|
-
_See code: [lib/commands/hardis/org/configure/files.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
402
|
+
_See code: [lib/commands/hardis/org/configure/files.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/configure/files.js)_
|
|
403
403
|
|
|
404
404
|
## `sfdx hardis:org:configure:monitoring [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
405
405
|
|
|
@@ -431,7 +431,7 @@ EXAMPLE
|
|
|
431
431
|
$ sfdx hardis:org:configure:monitoring
|
|
432
432
|
```
|
|
433
433
|
|
|
434
|
-
_See code: [lib/commands/hardis/org/configure/monitoring.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
434
|
+
_See code: [lib/commands/hardis/org/configure/monitoring.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/configure/monitoring.js)_
|
|
435
435
|
|
|
436
436
|
## `sfdx hardis:org:connect [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
437
437
|
|
|
@@ -456,7 +456,7 @@ EXAMPLE
|
|
|
456
456
|
$ sfdx hardis:org:connect
|
|
457
457
|
```
|
|
458
458
|
|
|
459
|
-
_See code: [lib/commands/hardis/org/connect.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
459
|
+
_See code: [lib/commands/hardis/org/connect.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/connect.js)_
|
|
460
460
|
|
|
461
461
|
## `sfdx hardis:org:create [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
462
462
|
|
|
@@ -488,7 +488,7 @@ EXAMPLE
|
|
|
488
488
|
$ sfdx hardis:org:create
|
|
489
489
|
```
|
|
490
490
|
|
|
491
|
-
_See code: [lib/commands/hardis/org/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
491
|
+
_See code: [lib/commands/hardis/org/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/create.js)_
|
|
492
492
|
|
|
493
493
|
## `sfdx hardis:org:data:export [-p <string>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
494
494
|
|
|
@@ -521,7 +521,7 @@ EXAMPLE
|
|
|
521
521
|
$ sfdx hardis:org:data:export
|
|
522
522
|
```
|
|
523
523
|
|
|
524
|
-
_See code: [lib/commands/hardis/org/data/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
524
|
+
_See code: [lib/commands/hardis/org/data/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/data/export.js)_
|
|
525
525
|
|
|
526
526
|
## `sfdx hardis:org:data:import [-p <string>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
527
527
|
|
|
@@ -554,7 +554,7 @@ EXAMPLE
|
|
|
554
554
|
$ sfdx hardis:org:data:import
|
|
555
555
|
```
|
|
556
556
|
|
|
557
|
-
_See code: [lib/commands/hardis/org/data/import.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
557
|
+
_See code: [lib/commands/hardis/org/data/import.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/data/import.js)_
|
|
558
558
|
|
|
559
559
|
## `sfdx hardis:org:diagnose:legacyapi [-e <string>] [-l <number>] [-o <string>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
560
560
|
|
|
@@ -621,7 +621,7 @@ EXAMPLES
|
|
|
621
621
|
$ sfdx hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv
|
|
622
622
|
```
|
|
623
623
|
|
|
624
|
-
_See code: [lib/commands/hardis/org/diagnose/legacyapi.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
624
|
+
_See code: [lib/commands/hardis/org/diagnose/legacyapi.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/diagnose/legacyapi.js)_
|
|
625
625
|
|
|
626
626
|
## `sfdx hardis:org:files:export [-p <string>] [-c <number>] [-t <number>] [-s <number>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
627
627
|
|
|
@@ -665,7 +665,7 @@ EXAMPLE
|
|
|
665
665
|
$ sfdx hardis:org:files:export
|
|
666
666
|
```
|
|
667
667
|
|
|
668
|
-
_See code: [lib/commands/hardis/org/files/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
668
|
+
_See code: [lib/commands/hardis/org/files/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/files/export.js)_
|
|
669
669
|
|
|
670
670
|
## `sfdx hardis:org:purge:apexlog [-z] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
671
671
|
|
|
@@ -701,7 +701,7 @@ EXAMPLES
|
|
|
701
701
|
$ sfdx hardis:org:purge:apexlog --targetusername nicolas.vuillamy@gmail.com
|
|
702
702
|
```
|
|
703
703
|
|
|
704
|
-
_See code: [lib/commands/hardis/org/purge/apexlog.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
704
|
+
_See code: [lib/commands/hardis/org/purge/apexlog.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/purge/apexlog.js)_
|
|
705
705
|
|
|
706
706
|
## `sfdx hardis:org:purge:flow [-z] [-n <string>] [-s <string>] [-f] [-r <string>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
707
707
|
|
|
@@ -769,7 +769,7 @@ EXAMPLES
|
|
|
769
769
|
No record deleted
|
|
770
770
|
```
|
|
771
771
|
|
|
772
|
-
_See code: [lib/commands/hardis/org/purge/flow.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
772
|
+
_See code: [lib/commands/hardis/org/purge/flow.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/purge/flow.js)_
|
|
773
773
|
|
|
774
774
|
## `sfdx hardis:org:retrieve:packageconfig [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
775
775
|
|
|
@@ -801,7 +801,7 @@ EXAMPLE
|
|
|
801
801
|
$ sfdx hardis:org:retrieve:packageconfig
|
|
802
802
|
```
|
|
803
803
|
|
|
804
|
-
_See code: [lib/commands/hardis/org/retrieve/packageconfig.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
804
|
+
_See code: [lib/commands/hardis/org/retrieve/packageconfig.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/retrieve/packageconfig.js)_
|
|
805
805
|
|
|
806
806
|
## `sfdx hardis:org:retrieve:sources:dx [-f <string>] [-t <string>] [-k <string>] [-m <string>] [-o] [-r <string>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
807
807
|
|
|
@@ -849,7 +849,7 @@ EXAMPLE
|
|
|
849
849
|
$ sfdx hardis:org:retrieve:sources:dx
|
|
850
850
|
```
|
|
851
851
|
|
|
852
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
852
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/retrieve/sources/dx.js)_
|
|
853
853
|
|
|
854
854
|
## `sfdx hardis:org:retrieve:sources:dx2 [-x <string>] [-t <string>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
855
855
|
|
|
@@ -886,7 +886,7 @@ EXAMPLE
|
|
|
886
886
|
$ sfdx hardis:org:retrieve:sources:dx2
|
|
887
887
|
```
|
|
888
888
|
|
|
889
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/dx2.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
889
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/dx2.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/retrieve/sources/dx2.js)_
|
|
890
890
|
|
|
891
891
|
## `sfdx hardis:org:retrieve:sources:metadata [-f <string>] [-p <string>] [-r <string>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
892
892
|
|
|
@@ -922,7 +922,7 @@ EXAMPLE
|
|
|
922
922
|
$ sfdx hardis:org:retrieve:sources:metadata
|
|
923
923
|
```
|
|
924
924
|
|
|
925
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
925
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/retrieve/sources/metadata.js)_
|
|
926
926
|
|
|
927
927
|
## `sfdx hardis:org:select [-h] [-s] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
928
928
|
|
|
@@ -952,7 +952,7 @@ EXAMPLE
|
|
|
952
952
|
$ sfdx hardis:org:select
|
|
953
953
|
```
|
|
954
954
|
|
|
955
|
-
_See code: [lib/commands/hardis/org/select.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
955
|
+
_See code: [lib/commands/hardis/org/select.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/select.js)_
|
|
956
956
|
|
|
957
957
|
## `sfdx hardis:org:test:apex [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
958
958
|
|
|
@@ -989,7 +989,7 @@ EXAMPLE
|
|
|
989
989
|
$ sfdx hardis:org:test:apex
|
|
990
990
|
```
|
|
991
991
|
|
|
992
|
-
_See code: [lib/commands/hardis/org/test/apex.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
992
|
+
_See code: [lib/commands/hardis/org/test/apex.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/test/apex.js)_
|
|
993
993
|
|
|
994
994
|
## `sfdx hardis:org:user:freeze [-n <string>] [-p <string>] [-e <string>] [-m <number>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
995
995
|
|
|
@@ -1041,7 +1041,7 @@ EXAMPLES
|
|
|
1041
1041
|
$ sfdx hardis:org:user:freeze --excludeprofiles 'System Administrator,Some Other Profile'
|
|
1042
1042
|
```
|
|
1043
1043
|
|
|
1044
|
-
_See code: [lib/commands/hardis/org/user/freeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1044
|
+
_See code: [lib/commands/hardis/org/user/freeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/user/freeze.js)_
|
|
1045
1045
|
|
|
1046
1046
|
## `sfdx hardis:org:user:unfreeze [-n <string>] [-p <string>] [-e <string>] [-m <number>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1047
1047
|
|
|
@@ -1093,7 +1093,7 @@ EXAMPLES
|
|
|
1093
1093
|
$ sfdx hardis:org:user:unfreeze --excludeprofiles 'System Administrator,Some Other Profile'
|
|
1094
1094
|
```
|
|
1095
1095
|
|
|
1096
|
-
_See code: [lib/commands/hardis/org/user/unfreeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1096
|
+
_See code: [lib/commands/hardis/org/user/unfreeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/org/user/unfreeze.js)_
|
|
1097
1097
|
|
|
1098
1098
|
## `sfdx hardis:package:create [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1099
1099
|
|
|
@@ -1125,7 +1125,7 @@ EXAMPLE
|
|
|
1125
1125
|
$ sfdx hardis:package:create
|
|
1126
1126
|
```
|
|
1127
1127
|
|
|
1128
|
-
_See code: [lib/commands/hardis/package/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1128
|
+
_See code: [lib/commands/hardis/package/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/package/create.js)_
|
|
1129
1129
|
|
|
1130
1130
|
## `sfdx hardis:package:install [-p <string>] [-d] [--websocket <string>] [-k <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1131
1131
|
|
|
@@ -1163,7 +1163,7 @@ EXAMPLE
|
|
|
1163
1163
|
$ sfdx hardis:package:install
|
|
1164
1164
|
```
|
|
1165
1165
|
|
|
1166
|
-
_See code: [lib/commands/hardis/package/install.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1166
|
+
_See code: [lib/commands/hardis/package/install.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/package/install.js)_
|
|
1167
1167
|
|
|
1168
1168
|
## `sfdx hardis:package:version:create [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1169
1169
|
|
|
@@ -1195,7 +1195,7 @@ EXAMPLE
|
|
|
1195
1195
|
$ sfdx hardis:package:version:create
|
|
1196
1196
|
```
|
|
1197
1197
|
|
|
1198
|
-
_See code: [lib/commands/hardis/package/version/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1198
|
+
_See code: [lib/commands/hardis/package/version/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/package/version/create.js)_
|
|
1199
1199
|
|
|
1200
1200
|
## `sfdx hardis:package:version:list [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1201
1201
|
|
|
@@ -1227,7 +1227,7 @@ EXAMPLE
|
|
|
1227
1227
|
$ sfdx hardis:package:version:list
|
|
1228
1228
|
```
|
|
1229
1229
|
|
|
1230
|
-
_See code: [lib/commands/hardis/package/version/list.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1230
|
+
_See code: [lib/commands/hardis/package/version/list.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/package/version/list.js)_
|
|
1231
1231
|
|
|
1232
1232
|
## `sfdx hardis:package:version:promote [-d] [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1233
1233
|
|
|
@@ -1263,7 +1263,7 @@ EXAMPLES
|
|
|
1263
1263
|
$ sfdx hardis:package:version:promote --auto
|
|
1264
1264
|
```
|
|
1265
1265
|
|
|
1266
|
-
_See code: [lib/commands/hardis/package/version/promote.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1266
|
+
_See code: [lib/commands/hardis/package/version/promote.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/package/version/promote.js)_
|
|
1267
1267
|
|
|
1268
1268
|
## `sfdx hardis:project:audit:apiversion [-m <number>] [-f] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1269
1269
|
|
|
@@ -1295,7 +1295,7 @@ EXAMPLE
|
|
|
1295
1295
|
$ sfdx hardis:project:audit:apiversion
|
|
1296
1296
|
```
|
|
1297
1297
|
|
|
1298
|
-
_See code: [lib/commands/hardis/project/audit/apiversion.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1298
|
+
_See code: [lib/commands/hardis/project/audit/apiversion.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/audit/apiversion.js)_
|
|
1299
1299
|
|
|
1300
1300
|
## `sfdx hardis:project:audit:callincallout [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1301
1301
|
|
|
@@ -1320,7 +1320,7 @@ EXAMPLE
|
|
|
1320
1320
|
$ sfdx hardis:project:audit:callouts
|
|
1321
1321
|
```
|
|
1322
1322
|
|
|
1323
|
-
_See code: [lib/commands/hardis/project/audit/callincallout.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1323
|
+
_See code: [lib/commands/hardis/project/audit/callincallout.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/audit/callincallout.js)_
|
|
1324
1324
|
|
|
1325
1325
|
## `sfdx hardis:project:audit:duplicatefiles [-p <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1326
1326
|
|
|
@@ -1350,7 +1350,7 @@ EXAMPLE
|
|
|
1350
1350
|
$ sfdx hardis:project:audit:duplicatefiles
|
|
1351
1351
|
```
|
|
1352
1352
|
|
|
1353
|
-
_See code: [lib/commands/hardis/project/audit/duplicatefiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1353
|
+
_See code: [lib/commands/hardis/project/audit/duplicatefiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/audit/duplicatefiles.js)_
|
|
1354
1354
|
|
|
1355
1355
|
## `sfdx hardis:project:audit:remotesites [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1356
1356
|
|
|
@@ -1375,7 +1375,7 @@ EXAMPLE
|
|
|
1375
1375
|
$ sfdx hardis:project:audit:remotesites
|
|
1376
1376
|
```
|
|
1377
1377
|
|
|
1378
|
-
_See code: [lib/commands/hardis/project/audit/remotesites.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1378
|
+
_See code: [lib/commands/hardis/project/audit/remotesites.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/audit/remotesites.js)_
|
|
1379
1379
|
|
|
1380
1380
|
## `sfdx hardis:project:clean:emptyitems [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1381
1381
|
|
|
@@ -1401,7 +1401,7 @@ EXAMPLE
|
|
|
1401
1401
|
$ sfdx hardis:project:clean:emptyitems
|
|
1402
1402
|
```
|
|
1403
1403
|
|
|
1404
|
-
_See code: [lib/commands/hardis/project/clean/emptyitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1404
|
+
_See code: [lib/commands/hardis/project/clean/emptyitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/clean/emptyitems.js)_
|
|
1405
1405
|
|
|
1406
1406
|
## `sfdx hardis:project:clean:hiddenitems [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1407
1407
|
|
|
@@ -1427,7 +1427,7 @@ EXAMPLE
|
|
|
1427
1427
|
$ sfdx hardis:project:clean:hiddenitems
|
|
1428
1428
|
```
|
|
1429
1429
|
|
|
1430
|
-
_See code: [lib/commands/hardis/project/clean/hiddenitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1430
|
+
_See code: [lib/commands/hardis/project/clean/hiddenitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/clean/hiddenitems.js)_
|
|
1431
1431
|
|
|
1432
1432
|
## `sfdx hardis:project:clean:listviews [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1433
1433
|
|
|
@@ -1453,7 +1453,7 @@ EXAMPLE
|
|
|
1453
1453
|
$ sfdx hardis:project:clean:listviews
|
|
1454
1454
|
```
|
|
1455
1455
|
|
|
1456
|
-
_See code: [lib/commands/hardis/project/clean/listviews.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1456
|
+
_See code: [lib/commands/hardis/project/clean/listviews.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/clean/listviews.js)_
|
|
1457
1457
|
|
|
1458
1458
|
## `sfdx hardis:project:clean:manageditems [-n <string>] [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1459
1459
|
|
|
@@ -1480,7 +1480,7 @@ EXAMPLE
|
|
|
1480
1480
|
$ sfdx hardis:project:clean:manageditems --namespace crta
|
|
1481
1481
|
```
|
|
1482
1482
|
|
|
1483
|
-
_See code: [lib/commands/hardis/project/clean/manageditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1483
|
+
_See code: [lib/commands/hardis/project/clean/manageditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/clean/manageditems.js)_
|
|
1484
1484
|
|
|
1485
1485
|
## `sfdx hardis:project:clean:minimizeprofiles [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1486
1486
|
|
|
@@ -1506,7 +1506,7 @@ EXAMPLE
|
|
|
1506
1506
|
$ sfdx hardis:project:clean:minimizeprofiles
|
|
1507
1507
|
```
|
|
1508
1508
|
|
|
1509
|
-
_See code: [lib/commands/hardis/project/clean/minimizeprofiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1509
|
+
_See code: [lib/commands/hardis/project/clean/minimizeprofiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/clean/minimizeprofiles.js)_
|
|
1510
1510
|
|
|
1511
1511
|
## `sfdx hardis:project:clean:orgmissingitems [-f <string>] [-p <string>] [-t <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1512
1512
|
|
|
@@ -1546,7 +1546,7 @@ EXAMPLE
|
|
|
1546
1546
|
$ sfdx hardis:project:clean:orgmissingitems
|
|
1547
1547
|
```
|
|
1548
1548
|
|
|
1549
|
-
_See code: [lib/commands/hardis/project/clean/orgmissingitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1549
|
+
_See code: [lib/commands/hardis/project/clean/orgmissingitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/clean/orgmissingitems.js)_
|
|
1550
1550
|
|
|
1551
1551
|
## `sfdx hardis:project:clean:references [-t <string>] [-c <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1552
1552
|
|
|
@@ -1588,7 +1588,7 @@ EXAMPLES
|
|
|
1588
1588
|
$ sfdx hardis:project:clean:references --config ./somefolder/myDestructivePackage.xml
|
|
1589
1589
|
```
|
|
1590
1590
|
|
|
1591
|
-
_See code: [lib/commands/hardis/project/clean/references.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1591
|
+
_See code: [lib/commands/hardis/project/clean/references.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/clean/references.js)_
|
|
1592
1592
|
|
|
1593
1593
|
## `sfdx hardis:project:clean:retrievefolders [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1594
1594
|
|
|
@@ -1620,7 +1620,7 @@ EXAMPLE
|
|
|
1620
1620
|
$ sfdx hardis:project:clean:retrievefolders
|
|
1621
1621
|
```
|
|
1622
1622
|
|
|
1623
|
-
_See code: [lib/commands/hardis/project/clean/retrievefolders.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1623
|
+
_See code: [lib/commands/hardis/project/clean/retrievefolders.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/clean/retrievefolders.js)_
|
|
1624
1624
|
|
|
1625
1625
|
## `sfdx hardis:project:clean:standarditems [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1626
1626
|
|
|
@@ -1645,7 +1645,7 @@ EXAMPLE
|
|
|
1645
1645
|
$ sfdx hardis:project:clean:standarditems
|
|
1646
1646
|
```
|
|
1647
1647
|
|
|
1648
|
-
_See code: [lib/commands/hardis/project/clean/standarditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1648
|
+
_See code: [lib/commands/hardis/project/clean/standarditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/clean/standarditems.js)_
|
|
1649
1649
|
|
|
1650
1650
|
## `sfdx hardis:project:configure:auth [-b] [-d] [--websocket <string>] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1651
1651
|
|
|
@@ -1681,7 +1681,7 @@ EXAMPLE
|
|
|
1681
1681
|
$ sfdx hardis:project:configure:auth
|
|
1682
1682
|
```
|
|
1683
1683
|
|
|
1684
|
-
_See code: [lib/commands/hardis/project/configure/auth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1684
|
+
_See code: [lib/commands/hardis/project/configure/auth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/configure/auth.js)_
|
|
1685
1685
|
|
|
1686
1686
|
## `sfdx hardis:project:convert:profilestopermsets [-e <array>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1687
1687
|
|
|
@@ -1707,7 +1707,7 @@ EXAMPLE
|
|
|
1707
1707
|
$ sfdx hardis:project:convert:profilestopermsets
|
|
1708
1708
|
```
|
|
1709
1709
|
|
|
1710
|
-
_See code: [lib/commands/hardis/project/convert/profilestopermsets.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1710
|
+
_See code: [lib/commands/hardis/project/convert/profilestopermsets.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/convert/profilestopermsets.js)_
|
|
1711
1711
|
|
|
1712
1712
|
## `sfdx hardis:project:create [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1713
1713
|
|
|
@@ -1739,7 +1739,7 @@ EXAMPLE
|
|
|
1739
1739
|
$ sfdx hardis:project:create
|
|
1740
1740
|
```
|
|
1741
1741
|
|
|
1742
|
-
_See code: [lib/commands/hardis/project/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1742
|
+
_See code: [lib/commands/hardis/project/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/create.js)_
|
|
1743
1743
|
|
|
1744
1744
|
## `sfdx hardis:project:deploy:sources:dx [-c] [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-p <string>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1745
1745
|
|
|
@@ -1795,7 +1795,7 @@ EXAMPLE
|
|
|
1795
1795
|
$ sfdx hardis:project:deploy:sources:dx
|
|
1796
1796
|
```
|
|
1797
1797
|
|
|
1798
|
-
_See code: [lib/commands/hardis/project/deploy/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1798
|
+
_See code: [lib/commands/hardis/project/deploy/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/deploy/sources/dx.js)_
|
|
1799
1799
|
|
|
1800
1800
|
## `sfdx hardis:project:deploy:sources:metadata [-c] [-x <string>] [-p <string>] [-f] [-k <string>] [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1801
1801
|
|
|
@@ -1844,7 +1844,7 @@ EXAMPLE
|
|
|
1844
1844
|
$ sfdx hardis:project:deploy:sources:metadata
|
|
1845
1845
|
```
|
|
1846
1846
|
|
|
1847
|
-
_See code: [lib/commands/hardis/project/deploy/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1847
|
+
_See code: [lib/commands/hardis/project/deploy/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/deploy/sources/metadata.js)_
|
|
1848
1848
|
|
|
1849
1849
|
## `sfdx hardis:project:fix:v53flexipages [-p <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1850
1850
|
|
|
@@ -1877,7 +1877,7 @@ EXAMPLE
|
|
|
1877
1877
|
$ sfdx hardis:project:fix:v53flexipages
|
|
1878
1878
|
```
|
|
1879
1879
|
|
|
1880
|
-
_See code: [lib/commands/hardis/project/fix/v53flexipages.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1880
|
+
_See code: [lib/commands/hardis/project/fix/v53flexipages.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/fix/v53flexipages.js)_
|
|
1881
1881
|
|
|
1882
1882
|
## `sfdx hardis:project:generate:gitdelta [--branch <string>] [--fromcommit <string>] [--tocommit <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1883
1883
|
|
|
@@ -1906,7 +1906,7 @@ EXAMPLE
|
|
|
1906
1906
|
$ sfdx hardis:project:generate:gitdelta
|
|
1907
1907
|
```
|
|
1908
1908
|
|
|
1909
|
-
_See code: [lib/commands/hardis/project/generate/gitdelta.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1909
|
+
_See code: [lib/commands/hardis/project/generate/gitdelta.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/generate/gitdelta.js)_
|
|
1910
1910
|
|
|
1911
1911
|
## `sfdx hardis:project:lint [-f] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1912
1912
|
|
|
@@ -1940,7 +1940,7 @@ EXAMPLES
|
|
|
1940
1940
|
$ sfdx hardis:project:lint --fix
|
|
1941
1941
|
```
|
|
1942
1942
|
|
|
1943
|
-
_See code: [lib/commands/hardis/project/lint.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1943
|
+
_See code: [lib/commands/hardis/project/lint.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/project/lint.js)_
|
|
1944
1944
|
|
|
1945
1945
|
## `sfdx hardis:scratch:create [-n] [-d] [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1946
1946
|
|
|
@@ -1978,7 +1978,7 @@ EXAMPLE
|
|
|
1978
1978
|
$ sfdx hardis:scratch:create
|
|
1979
1979
|
```
|
|
1980
1980
|
|
|
1981
|
-
_See code: [lib/commands/hardis/scratch/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1981
|
+
_See code: [lib/commands/hardis/scratch/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/scratch/create.js)_
|
|
1982
1982
|
|
|
1983
1983
|
## `sfdx hardis:scratch:delete [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1984
1984
|
|
|
@@ -2010,7 +2010,7 @@ EXAMPLE
|
|
|
2010
2010
|
$ sfdx hardis:scratch:delete
|
|
2011
2011
|
```
|
|
2012
2012
|
|
|
2013
|
-
_See code: [lib/commands/hardis/scratch/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2013
|
+
_See code: [lib/commands/hardis/scratch/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/scratch/delete.js)_
|
|
2014
2014
|
|
|
2015
2015
|
## `sfdx hardis:scratch:pool:create [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2016
2016
|
|
|
@@ -2054,7 +2054,7 @@ EXAMPLE
|
|
|
2054
2054
|
$ sfdx hardis:scratch:pool:configure
|
|
2055
2055
|
```
|
|
2056
2056
|
|
|
2057
|
-
_See code: [lib/commands/hardis/scratch/pool/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2057
|
+
_See code: [lib/commands/hardis/scratch/pool/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/scratch/pool/create.js)_
|
|
2058
2058
|
|
|
2059
2059
|
## `sfdx hardis:scratch:pool:localauth [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2060
2060
|
|
|
@@ -2086,7 +2086,7 @@ EXAMPLE
|
|
|
2086
2086
|
$ sfdx hardis:scratch:pool:localauth
|
|
2087
2087
|
```
|
|
2088
2088
|
|
|
2089
|
-
_See code: [lib/commands/hardis/scratch/pool/localauth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2089
|
+
_See code: [lib/commands/hardis/scratch/pool/localauth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/scratch/pool/localauth.js)_
|
|
2090
2090
|
|
|
2091
2091
|
## `sfdx hardis:scratch:pool:refresh [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2092
2092
|
|
|
@@ -2118,7 +2118,7 @@ EXAMPLE
|
|
|
2118
2118
|
$ sfdx hardis:scratch:pool:refresh
|
|
2119
2119
|
```
|
|
2120
2120
|
|
|
2121
|
-
_See code: [lib/commands/hardis/scratch/pool/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2121
|
+
_See code: [lib/commands/hardis/scratch/pool/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/scratch/pool/refresh.js)_
|
|
2122
2122
|
|
|
2123
2123
|
## `sfdx hardis:scratch:pool:view [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2124
2124
|
|
|
@@ -2150,7 +2150,7 @@ EXAMPLE
|
|
|
2150
2150
|
$ sfdx hardis:scratch:pool:view
|
|
2151
2151
|
```
|
|
2152
2152
|
|
|
2153
|
-
_See code: [lib/commands/hardis/scratch/pool/view.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2153
|
+
_See code: [lib/commands/hardis/scratch/pool/view.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/scratch/pool/view.js)_
|
|
2154
2154
|
|
|
2155
2155
|
## `sfdx hardis:scratch:pull [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2156
2156
|
|
|
@@ -2182,7 +2182,7 @@ EXAMPLE
|
|
|
2182
2182
|
$ sfdx hardis:scratch:pull
|
|
2183
2183
|
```
|
|
2184
2184
|
|
|
2185
|
-
_See code: [lib/commands/hardis/scratch/pull.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2185
|
+
_See code: [lib/commands/hardis/scratch/pull.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/scratch/pull.js)_
|
|
2186
2186
|
|
|
2187
2187
|
## `sfdx hardis:scratch:push [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2188
2188
|
|
|
@@ -2214,7 +2214,7 @@ EXAMPLE
|
|
|
2214
2214
|
$ sfdx hardis:scratch:push
|
|
2215
2215
|
```
|
|
2216
2216
|
|
|
2217
|
-
_See code: [lib/commands/hardis/scratch/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2217
|
+
_See code: [lib/commands/hardis/scratch/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/scratch/push.js)_
|
|
2218
2218
|
|
|
2219
2219
|
## `sfdx hardis:work:new [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2220
2220
|
|
|
@@ -2246,7 +2246,7 @@ EXAMPLE
|
|
|
2246
2246
|
$ sfdx hardis:work:task:new
|
|
2247
2247
|
```
|
|
2248
2248
|
|
|
2249
|
-
_See code: [lib/commands/hardis/work/new.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2249
|
+
_See code: [lib/commands/hardis/work/new.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/work/new.js)_
|
|
2250
2250
|
|
|
2251
2251
|
## `sfdx hardis:work:refresh [-n] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2252
2252
|
|
|
@@ -2281,7 +2281,7 @@ EXAMPLE
|
|
|
2281
2281
|
$ sfdx hardis:work:refresh
|
|
2282
2282
|
```
|
|
2283
2283
|
|
|
2284
|
-
_See code: [lib/commands/hardis/work/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2284
|
+
_See code: [lib/commands/hardis/work/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/work/refresh.js)_
|
|
2285
2285
|
|
|
2286
2286
|
## `sfdx hardis:work:resetselection [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2287
2287
|
|
|
@@ -2313,7 +2313,7 @@ EXAMPLE
|
|
|
2313
2313
|
$ sfdx hardis:work:resetsave
|
|
2314
2314
|
```
|
|
2315
2315
|
|
|
2316
|
-
_See code: [lib/commands/hardis/work/resetselection.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2316
|
+
_See code: [lib/commands/hardis/work/resetselection.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/work/resetselection.js)_
|
|
2317
2317
|
|
|
2318
2318
|
## `sfdx hardis:work:save [-n] [-g] [-c] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2319
2319
|
|
|
@@ -2355,7 +2355,7 @@ EXAMPLES
|
|
|
2355
2355
|
$ sfdx hardis:work:task:save --nopull --nogit --noclean
|
|
2356
2356
|
```
|
|
2357
2357
|
|
|
2358
|
-
_See code: [lib/commands/hardis/work/save.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2358
|
+
_See code: [lib/commands/hardis/work/save.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/work/save.js)_
|
|
2359
2359
|
|
|
2360
2360
|
## `sfdx hardis:work:ws [-e <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2361
2361
|
|
|
@@ -2381,5 +2381,5 @@ EXAMPLE
|
|
|
2381
2381
|
$ sfdx hardis:work:ws --event refreshStatus
|
|
2382
2382
|
```
|
|
2383
2383
|
|
|
2384
|
-
_See code: [lib/commands/hardis/work/ws.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2384
|
+
_See code: [lib/commands/hardis/work/ws.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.70.0/lib/commands/hardis/work/ws.js)_
|
|
2385
2385
|
<!-- commandsstop -->
|
|
@@ -47,6 +47,11 @@ class OrgTestApex extends command_1.SfdxCommand {
|
|
|
47
47
|
});
|
|
48
48
|
}
|
|
49
49
|
catch (e) {
|
|
50
|
+
if (e.message.includes("Toujours fournir une propriété classes, suites, tests ou testLevel") ||
|
|
51
|
+
e.message.includes("Always provide a classes, suites, tests, or testLevel property")) {
|
|
52
|
+
utils_1.uxLog(this, c.yellow("No Apex classes were found in the project"));
|
|
53
|
+
return { orgId: this.org.getOrgId(), outputString: "No Apex classes were found in the project" };
|
|
54
|
+
}
|
|
50
55
|
utils_1.uxLog(this, c.red("Error during apex tests: " + e.message));
|
|
51
56
|
testRes = { stdout: "", stderr: e.message };
|
|
52
57
|
outcome = "Failed";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apex.js","sourceRoot":"","sources":["../../../../../src/commands/hardis/org/test/apex.ts"],"names":[],"mappings":";;AAAA,iDAAyD;AACzD,2CAAuD;AAEvD,2BAA2B;AAC3B,+BAA+B;AAC/B,oDAAyF;AACzF,oEAA6F;AAC7F,+CAA+C;AAE/C,wDAAwD;AACxD,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAE5C,iGAAiG;AACjG,mFAAmF;AACnF,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,aAAa,EAAE,KAAK,CAAC,CAAC;AAE7D,MAAqB,WAAY,SAAQ,qBAAW;IAApD;;QA2BE,uEAAuE;QACvE,kDAAkD;QAElD,uGAAuG;QACvG,2CAA2C;QAEjC,eAAU,GAAQ,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"apex.js","sourceRoot":"","sources":["../../../../../src/commands/hardis/org/test/apex.ts"],"names":[],"mappings":"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"}
|