sfdx-hardis 2.74.1 → 2.74.2
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.74.2] 2022-03-26
|
|
8
|
+
|
|
9
|
+
- Update legacy API detection labels
|
|
10
|
+
|
|
7
11
|
## [2.74.1] 2022-03-25
|
|
8
12
|
|
|
9
13
|
- Manage crash when retrieving metadatas from CI jobs
|
package/README.md
CHANGED
|
@@ -250,7 +250,7 @@ EXAMPLE
|
|
|
250
250
|
$ sfdx hardis:auth:login
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [lib/commands/hardis/auth/login.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
253
|
+
_See code: [lib/commands/hardis/auth/login.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/auth/login.js)_
|
|
254
254
|
|
|
255
255
|
## `sfdx hardis:config:get [-l <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
256
256
|
|
|
@@ -279,7 +279,7 @@ EXAMPLE
|
|
|
279
279
|
$ sfdx hardis:project:deploy:sources:metadata
|
|
280
280
|
```
|
|
281
281
|
|
|
282
|
-
_See code: [lib/commands/hardis/config/get.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
282
|
+
_See code: [lib/commands/hardis/config/get.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/config/get.js)_
|
|
283
283
|
|
|
284
284
|
## `sfdx hardis:doc:plugin:generate [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
285
285
|
|
|
@@ -316,7 +316,7 @@ EXAMPLE
|
|
|
316
316
|
$ sfdx hardis:doc:plugin:generate
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [lib/commands/hardis/doc/plugin/generate.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
319
|
+
_See code: [lib/commands/hardis/doc/plugin/generate.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/doc/plugin/generate.js)_
|
|
320
320
|
|
|
321
321
|
## `sfdx hardis:mdapi:deploy [-d <directory>] [-w <minutes>] [-q <id> | -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r <array> | -o | -g | -c] [-f <filepath>] [-s] [--soapdeploy] [--purgeondelete] [--debug] [--websocket <string>] [-u <string>] [--apiversion <string>] [--verbose] [--concise] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
322
322
|
|
|
@@ -371,7 +371,7 @@ DESCRIPTION
|
|
|
371
371
|
.htm#cli_reference_force_mdapi_deploy
|
|
372
372
|
```
|
|
373
373
|
|
|
374
|
-
_See code: [lib/commands/hardis/mdapi/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
374
|
+
_See code: [lib/commands/hardis/mdapi/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/mdapi/deploy.js)_
|
|
375
375
|
|
|
376
376
|
## `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]`
|
|
377
377
|
|
|
@@ -421,7 +421,7 @@ EXAMPLES
|
|
|
421
421
|
--outputdir './output' --filtersections 'COMPTES,SOUS'
|
|
422
422
|
```
|
|
423
423
|
|
|
424
|
-
_See code: [lib/commands/hardis/misc/toml2csv.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
424
|
+
_See code: [lib/commands/hardis/misc/toml2csv.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/misc/toml2csv.js)_
|
|
425
425
|
|
|
426
426
|
## `sfdx hardis:org:configure:data [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
427
427
|
|
|
@@ -446,7 +446,7 @@ EXAMPLE
|
|
|
446
446
|
$ sfdx hardis:org:configure:data
|
|
447
447
|
```
|
|
448
448
|
|
|
449
|
-
_See code: [lib/commands/hardis/org/configure/data.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
449
|
+
_See code: [lib/commands/hardis/org/configure/data.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/configure/data.js)_
|
|
450
450
|
|
|
451
451
|
## `sfdx hardis:org:configure:files [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
452
452
|
|
|
@@ -471,7 +471,7 @@ EXAMPLE
|
|
|
471
471
|
$ sfdx hardis:org:configure:files
|
|
472
472
|
```
|
|
473
473
|
|
|
474
|
-
_See code: [lib/commands/hardis/org/configure/files.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
474
|
+
_See code: [lib/commands/hardis/org/configure/files.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/configure/files.js)_
|
|
475
475
|
|
|
476
476
|
## `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]`
|
|
477
477
|
|
|
@@ -503,7 +503,7 @@ EXAMPLE
|
|
|
503
503
|
$ sfdx hardis:org:configure:monitoring
|
|
504
504
|
```
|
|
505
505
|
|
|
506
|
-
_See code: [lib/commands/hardis/org/configure/monitoring.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
506
|
+
_See code: [lib/commands/hardis/org/configure/monitoring.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/configure/monitoring.js)_
|
|
507
507
|
|
|
508
508
|
## `sfdx hardis:org:connect [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
509
509
|
|
|
@@ -528,7 +528,7 @@ EXAMPLE
|
|
|
528
528
|
$ sfdx hardis:org:connect
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
_See code: [lib/commands/hardis/org/connect.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
531
|
+
_See code: [lib/commands/hardis/org/connect.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/connect.js)_
|
|
532
532
|
|
|
533
533
|
## `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]`
|
|
534
534
|
|
|
@@ -560,7 +560,7 @@ EXAMPLE
|
|
|
560
560
|
$ sfdx hardis:org:create
|
|
561
561
|
```
|
|
562
562
|
|
|
563
|
-
_See code: [lib/commands/hardis/org/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
563
|
+
_See code: [lib/commands/hardis/org/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/create.js)_
|
|
564
564
|
|
|
565
565
|
## `sfdx hardis:org:data:delete [-p <string>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
566
566
|
|
|
@@ -593,7 +593,7 @@ EXAMPLE
|
|
|
593
593
|
$ sfdx hardis:org:data:delete
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
_See code: [lib/commands/hardis/org/data/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
596
|
+
_See code: [lib/commands/hardis/org/data/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/data/delete.js)_
|
|
597
597
|
|
|
598
598
|
## `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]`
|
|
599
599
|
|
|
@@ -626,7 +626,7 @@ EXAMPLE
|
|
|
626
626
|
$ sfdx hardis:org:data:export
|
|
627
627
|
```
|
|
628
628
|
|
|
629
|
-
_See code: [lib/commands/hardis/org/data/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
629
|
+
_See code: [lib/commands/hardis/org/data/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/data/export.js)_
|
|
630
630
|
|
|
631
631
|
## `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]`
|
|
632
632
|
|
|
@@ -659,7 +659,7 @@ EXAMPLE
|
|
|
659
659
|
$ sfdx hardis:org:data:import
|
|
660
660
|
```
|
|
661
661
|
|
|
662
|
-
_See code: [lib/commands/hardis/org/data/import.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
662
|
+
_See code: [lib/commands/hardis/org/data/import.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/data/import.js)_
|
|
663
663
|
|
|
664
664
|
## `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]`
|
|
665
665
|
|
|
@@ -717,7 +717,7 @@ DESCRIPTION
|
|
|
717
717
|

|
|
718
718
|
|
|
719
719
|
- If you see deprecated API calls, open the detailed CSV file and identify the sources of deprecated API calls
|
|
720
|
-
- You need to update your ecosystem external applications so they call a more recent version of APIS (
|
|
720
|
+
- You need to update your ecosystem external applications so they call a more recent version of APIS (54.0)
|
|
721
721
|
|
|
722
722
|
EXAMPLES
|
|
723
723
|
$ sfdx hardis:org:diagnose:legacyapi
|
|
@@ -726,7 +726,7 @@ EXAMPLES
|
|
|
726
726
|
$ sfdx hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv
|
|
727
727
|
```
|
|
728
728
|
|
|
729
|
-
_See code: [lib/commands/hardis/org/diagnose/legacyapi.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
729
|
+
_See code: [lib/commands/hardis/org/diagnose/legacyapi.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/diagnose/legacyapi.js)_
|
|
730
730
|
|
|
731
731
|
## `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]`
|
|
732
732
|
|
|
@@ -770,7 +770,7 @@ EXAMPLE
|
|
|
770
770
|
$ sfdx hardis:org:files:export
|
|
771
771
|
```
|
|
772
772
|
|
|
773
|
-
_See code: [lib/commands/hardis/org/files/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
773
|
+
_See code: [lib/commands/hardis/org/files/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/files/export.js)_
|
|
774
774
|
|
|
775
775
|
## `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]`
|
|
776
776
|
|
|
@@ -806,7 +806,7 @@ EXAMPLES
|
|
|
806
806
|
$ sfdx hardis:org:purge:apexlog --targetusername nicolas.vuillamy@gmail.com
|
|
807
807
|
```
|
|
808
808
|
|
|
809
|
-
_See code: [lib/commands/hardis/org/purge/apexlog.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
809
|
+
_See code: [lib/commands/hardis/org/purge/apexlog.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/purge/apexlog.js)_
|
|
810
810
|
|
|
811
811
|
## `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]`
|
|
812
812
|
|
|
@@ -874,7 +874,7 @@ EXAMPLES
|
|
|
874
874
|
No record deleted
|
|
875
875
|
```
|
|
876
876
|
|
|
877
|
-
_See code: [lib/commands/hardis/org/purge/flow.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
877
|
+
_See code: [lib/commands/hardis/org/purge/flow.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/purge/flow.js)_
|
|
878
878
|
|
|
879
879
|
## `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]`
|
|
880
880
|
|
|
@@ -906,7 +906,7 @@ EXAMPLE
|
|
|
906
906
|
$ sfdx hardis:org:retrieve:packageconfig
|
|
907
907
|
```
|
|
908
908
|
|
|
909
|
-
_See code: [lib/commands/hardis/org/retrieve/packageconfig.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
909
|
+
_See code: [lib/commands/hardis/org/retrieve/packageconfig.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/retrieve/packageconfig.js)_
|
|
910
910
|
|
|
911
911
|
## `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]`
|
|
912
912
|
|
|
@@ -954,7 +954,7 @@ EXAMPLE
|
|
|
954
954
|
$ sfdx hardis:org:retrieve:sources:dx
|
|
955
955
|
```
|
|
956
956
|
|
|
957
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
957
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/retrieve/sources/dx.js)_
|
|
958
958
|
|
|
959
959
|
## `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]`
|
|
960
960
|
|
|
@@ -991,7 +991,7 @@ EXAMPLE
|
|
|
991
991
|
$ sfdx hardis:org:retrieve:sources:dx2
|
|
992
992
|
```
|
|
993
993
|
|
|
994
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/dx2.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
994
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/dx2.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/retrieve/sources/dx2.js)_
|
|
995
995
|
|
|
996
996
|
## `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]`
|
|
997
997
|
|
|
@@ -1027,7 +1027,7 @@ EXAMPLE
|
|
|
1027
1027
|
$ sfdx hardis:org:retrieve:sources:metadata
|
|
1028
1028
|
```
|
|
1029
1029
|
|
|
1030
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1030
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/retrieve/sources/metadata.js)_
|
|
1031
1031
|
|
|
1032
1032
|
## `sfdx hardis:org:select [-h] [-s] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1033
1033
|
|
|
@@ -1057,7 +1057,7 @@ EXAMPLE
|
|
|
1057
1057
|
$ sfdx hardis:org:select
|
|
1058
1058
|
```
|
|
1059
1059
|
|
|
1060
|
-
_See code: [lib/commands/hardis/org/select.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1060
|
+
_See code: [lib/commands/hardis/org/select.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/select.js)_
|
|
1061
1061
|
|
|
1062
1062
|
## `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]`
|
|
1063
1063
|
|
|
@@ -1094,7 +1094,7 @@ EXAMPLE
|
|
|
1094
1094
|
$ sfdx hardis:org:test:apex
|
|
1095
1095
|
```
|
|
1096
1096
|
|
|
1097
|
-
_See code: [lib/commands/hardis/org/test/apex.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1097
|
+
_See code: [lib/commands/hardis/org/test/apex.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/test/apex.js)_
|
|
1098
1098
|
|
|
1099
1099
|
## `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]`
|
|
1100
1100
|
|
|
@@ -1146,7 +1146,7 @@ EXAMPLES
|
|
|
1146
1146
|
$ sfdx hardis:org:user:freeze --excludeprofiles 'System Administrator,Some Other Profile'
|
|
1147
1147
|
```
|
|
1148
1148
|
|
|
1149
|
-
_See code: [lib/commands/hardis/org/user/freeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1149
|
+
_See code: [lib/commands/hardis/org/user/freeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/user/freeze.js)_
|
|
1150
1150
|
|
|
1151
1151
|
## `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]`
|
|
1152
1152
|
|
|
@@ -1198,7 +1198,7 @@ EXAMPLES
|
|
|
1198
1198
|
$ sfdx hardis:org:user:unfreeze --excludeprofiles 'System Administrator,Some Other Profile'
|
|
1199
1199
|
```
|
|
1200
1200
|
|
|
1201
|
-
_See code: [lib/commands/hardis/org/user/unfreeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1201
|
+
_See code: [lib/commands/hardis/org/user/unfreeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/org/user/unfreeze.js)_
|
|
1202
1202
|
|
|
1203
1203
|
## `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]`
|
|
1204
1204
|
|
|
@@ -1230,7 +1230,7 @@ EXAMPLE
|
|
|
1230
1230
|
$ sfdx hardis:package:create
|
|
1231
1231
|
```
|
|
1232
1232
|
|
|
1233
|
-
_See code: [lib/commands/hardis/package/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1233
|
+
_See code: [lib/commands/hardis/package/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/package/create.js)_
|
|
1234
1234
|
|
|
1235
1235
|
## `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]`
|
|
1236
1236
|
|
|
@@ -1268,7 +1268,7 @@ EXAMPLE
|
|
|
1268
1268
|
$ sfdx hardis:package:install
|
|
1269
1269
|
```
|
|
1270
1270
|
|
|
1271
|
-
_See code: [lib/commands/hardis/package/install.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1271
|
+
_See code: [lib/commands/hardis/package/install.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/package/install.js)_
|
|
1272
1272
|
|
|
1273
1273
|
## `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]`
|
|
1274
1274
|
|
|
@@ -1300,7 +1300,7 @@ EXAMPLE
|
|
|
1300
1300
|
$ sfdx hardis:package:version:create
|
|
1301
1301
|
```
|
|
1302
1302
|
|
|
1303
|
-
_See code: [lib/commands/hardis/package/version/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1303
|
+
_See code: [lib/commands/hardis/package/version/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/package/version/create.js)_
|
|
1304
1304
|
|
|
1305
1305
|
## `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]`
|
|
1306
1306
|
|
|
@@ -1332,7 +1332,7 @@ EXAMPLE
|
|
|
1332
1332
|
$ sfdx hardis:package:version:list
|
|
1333
1333
|
```
|
|
1334
1334
|
|
|
1335
|
-
_See code: [lib/commands/hardis/package/version/list.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1335
|
+
_See code: [lib/commands/hardis/package/version/list.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/package/version/list.js)_
|
|
1336
1336
|
|
|
1337
1337
|
## `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]`
|
|
1338
1338
|
|
|
@@ -1368,7 +1368,7 @@ EXAMPLES
|
|
|
1368
1368
|
$ sfdx hardis:package:version:promote --auto
|
|
1369
1369
|
```
|
|
1370
1370
|
|
|
1371
|
-
_See code: [lib/commands/hardis/package/version/promote.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1371
|
+
_See code: [lib/commands/hardis/package/version/promote.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/package/version/promote.js)_
|
|
1372
1372
|
|
|
1373
1373
|
## `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]`
|
|
1374
1374
|
|
|
@@ -1400,7 +1400,7 @@ EXAMPLE
|
|
|
1400
1400
|
$ sfdx hardis:project:audit:apiversion
|
|
1401
1401
|
```
|
|
1402
1402
|
|
|
1403
|
-
_See code: [lib/commands/hardis/project/audit/apiversion.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1403
|
+
_See code: [lib/commands/hardis/project/audit/apiversion.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/audit/apiversion.js)_
|
|
1404
1404
|
|
|
1405
1405
|
## `sfdx hardis:project:audit:callincallout [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1406
1406
|
|
|
@@ -1425,7 +1425,7 @@ EXAMPLE
|
|
|
1425
1425
|
$ sfdx hardis:project:audit:callouts
|
|
1426
1426
|
```
|
|
1427
1427
|
|
|
1428
|
-
_See code: [lib/commands/hardis/project/audit/callincallout.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1428
|
+
_See code: [lib/commands/hardis/project/audit/callincallout.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/audit/callincallout.js)_
|
|
1429
1429
|
|
|
1430
1430
|
## `sfdx hardis:project:audit:duplicatefiles [-p <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1431
1431
|
|
|
@@ -1455,7 +1455,7 @@ EXAMPLE
|
|
|
1455
1455
|
$ sfdx hardis:project:audit:duplicatefiles
|
|
1456
1456
|
```
|
|
1457
1457
|
|
|
1458
|
-
_See code: [lib/commands/hardis/project/audit/duplicatefiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1458
|
+
_See code: [lib/commands/hardis/project/audit/duplicatefiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/audit/duplicatefiles.js)_
|
|
1459
1459
|
|
|
1460
1460
|
## `sfdx hardis:project:audit:remotesites [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1461
1461
|
|
|
@@ -1480,7 +1480,7 @@ EXAMPLE
|
|
|
1480
1480
|
$ sfdx hardis:project:audit:remotesites
|
|
1481
1481
|
```
|
|
1482
1482
|
|
|
1483
|
-
_See code: [lib/commands/hardis/project/audit/remotesites.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1483
|
+
_See code: [lib/commands/hardis/project/audit/remotesites.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/audit/remotesites.js)_
|
|
1484
1484
|
|
|
1485
1485
|
## `sfdx hardis:project:clean:emptyitems [-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:emptyitems
|
|
1507
1507
|
```
|
|
1508
1508
|
|
|
1509
|
-
_See code: [lib/commands/hardis/project/clean/emptyitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1509
|
+
_See code: [lib/commands/hardis/project/clean/emptyitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/clean/emptyitems.js)_
|
|
1510
1510
|
|
|
1511
1511
|
## `sfdx hardis:project:clean:hiddenitems [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1512
1512
|
|
|
@@ -1532,7 +1532,7 @@ EXAMPLE
|
|
|
1532
1532
|
$ sfdx hardis:project:clean:hiddenitems
|
|
1533
1533
|
```
|
|
1534
1534
|
|
|
1535
|
-
_See code: [lib/commands/hardis/project/clean/hiddenitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1535
|
+
_See code: [lib/commands/hardis/project/clean/hiddenitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/clean/hiddenitems.js)_
|
|
1536
1536
|
|
|
1537
1537
|
## `sfdx hardis:project:clean:listviews [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1538
1538
|
|
|
@@ -1558,7 +1558,7 @@ EXAMPLE
|
|
|
1558
1558
|
$ sfdx hardis:project:clean:listviews
|
|
1559
1559
|
```
|
|
1560
1560
|
|
|
1561
|
-
_See code: [lib/commands/hardis/project/clean/listviews.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1561
|
+
_See code: [lib/commands/hardis/project/clean/listviews.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/clean/listviews.js)_
|
|
1562
1562
|
|
|
1563
1563
|
## `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]`
|
|
1564
1564
|
|
|
@@ -1585,7 +1585,7 @@ EXAMPLE
|
|
|
1585
1585
|
$ sfdx hardis:project:clean:manageditems --namespace crta
|
|
1586
1586
|
```
|
|
1587
1587
|
|
|
1588
|
-
_See code: [lib/commands/hardis/project/clean/manageditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1588
|
+
_See code: [lib/commands/hardis/project/clean/manageditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/clean/manageditems.js)_
|
|
1589
1589
|
|
|
1590
1590
|
## `sfdx hardis:project:clean:minimizeprofiles [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1591
1591
|
|
|
@@ -1611,7 +1611,7 @@ EXAMPLE
|
|
|
1611
1611
|
$ sfdx hardis:project:clean:minimizeprofiles
|
|
1612
1612
|
```
|
|
1613
1613
|
|
|
1614
|
-
_See code: [lib/commands/hardis/project/clean/minimizeprofiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1614
|
+
_See code: [lib/commands/hardis/project/clean/minimizeprofiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/clean/minimizeprofiles.js)_
|
|
1615
1615
|
|
|
1616
1616
|
## `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]`
|
|
1617
1617
|
|
|
@@ -1651,7 +1651,7 @@ EXAMPLE
|
|
|
1651
1651
|
$ sfdx hardis:project:clean:orgmissingitems
|
|
1652
1652
|
```
|
|
1653
1653
|
|
|
1654
|
-
_See code: [lib/commands/hardis/project/clean/orgmissingitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1654
|
+
_See code: [lib/commands/hardis/project/clean/orgmissingitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/clean/orgmissingitems.js)_
|
|
1655
1655
|
|
|
1656
1656
|
## `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]`
|
|
1657
1657
|
|
|
@@ -1693,7 +1693,7 @@ EXAMPLES
|
|
|
1693
1693
|
$ sfdx hardis:project:clean:references --config ./somefolder/myDestructivePackage.xml
|
|
1694
1694
|
```
|
|
1695
1695
|
|
|
1696
|
-
_See code: [lib/commands/hardis/project/clean/references.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1696
|
+
_See code: [lib/commands/hardis/project/clean/references.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/clean/references.js)_
|
|
1697
1697
|
|
|
1698
1698
|
## `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]`
|
|
1699
1699
|
|
|
@@ -1725,7 +1725,7 @@ EXAMPLE
|
|
|
1725
1725
|
$ sfdx hardis:project:clean:retrievefolders
|
|
1726
1726
|
```
|
|
1727
1727
|
|
|
1728
|
-
_See code: [lib/commands/hardis/project/clean/retrievefolders.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1728
|
+
_See code: [lib/commands/hardis/project/clean/retrievefolders.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/clean/retrievefolders.js)_
|
|
1729
1729
|
|
|
1730
1730
|
## `sfdx hardis:project:clean:standarditems [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1731
1731
|
|
|
@@ -1750,7 +1750,7 @@ EXAMPLE
|
|
|
1750
1750
|
$ sfdx hardis:project:clean:standarditems
|
|
1751
1751
|
```
|
|
1752
1752
|
|
|
1753
|
-
_See code: [lib/commands/hardis/project/clean/standarditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1753
|
+
_See code: [lib/commands/hardis/project/clean/standarditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/clean/standarditems.js)_
|
|
1754
1754
|
|
|
1755
1755
|
## `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]`
|
|
1756
1756
|
|
|
@@ -1786,7 +1786,7 @@ EXAMPLE
|
|
|
1786
1786
|
$ sfdx hardis:project:configure:auth
|
|
1787
1787
|
```
|
|
1788
1788
|
|
|
1789
|
-
_See code: [lib/commands/hardis/project/configure/auth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1789
|
+
_See code: [lib/commands/hardis/project/configure/auth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/configure/auth.js)_
|
|
1790
1790
|
|
|
1791
1791
|
## `sfdx hardis:project:convert:profilestopermsets [-e <array>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1792
1792
|
|
|
@@ -1812,7 +1812,7 @@ EXAMPLE
|
|
|
1812
1812
|
$ sfdx hardis:project:convert:profilestopermsets
|
|
1813
1813
|
```
|
|
1814
1814
|
|
|
1815
|
-
_See code: [lib/commands/hardis/project/convert/profilestopermsets.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1815
|
+
_See code: [lib/commands/hardis/project/convert/profilestopermsets.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/convert/profilestopermsets.js)_
|
|
1816
1816
|
|
|
1817
1817
|
## `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]`
|
|
1818
1818
|
|
|
@@ -1844,7 +1844,7 @@ EXAMPLE
|
|
|
1844
1844
|
$ sfdx hardis:project:create
|
|
1845
1845
|
```
|
|
1846
1846
|
|
|
1847
|
-
_See code: [lib/commands/hardis/project/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1847
|
+
_See code: [lib/commands/hardis/project/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/create.js)_
|
|
1848
1848
|
|
|
1849
1849
|
## `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]`
|
|
1850
1850
|
|
|
@@ -1900,7 +1900,7 @@ EXAMPLE
|
|
|
1900
1900
|
$ sfdx hardis:project:deploy:sources:dx
|
|
1901
1901
|
```
|
|
1902
1902
|
|
|
1903
|
-
_See code: [lib/commands/hardis/project/deploy/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1903
|
+
_See code: [lib/commands/hardis/project/deploy/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/deploy/sources/dx.js)_
|
|
1904
1904
|
|
|
1905
1905
|
## `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]`
|
|
1906
1906
|
|
|
@@ -1949,7 +1949,7 @@ EXAMPLE
|
|
|
1949
1949
|
$ sfdx hardis:project:deploy:sources:metadata
|
|
1950
1950
|
```
|
|
1951
1951
|
|
|
1952
|
-
_See code: [lib/commands/hardis/project/deploy/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1952
|
+
_See code: [lib/commands/hardis/project/deploy/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/deploy/sources/metadata.js)_
|
|
1953
1953
|
|
|
1954
1954
|
## `sfdx hardis:project:fix:v53flexipages [-p <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1955
1955
|
|
|
@@ -1982,7 +1982,7 @@ EXAMPLE
|
|
|
1982
1982
|
$ sfdx hardis:project:fix:v53flexipages
|
|
1983
1983
|
```
|
|
1984
1984
|
|
|
1985
|
-
_See code: [lib/commands/hardis/project/fix/v53flexipages.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
1985
|
+
_See code: [lib/commands/hardis/project/fix/v53flexipages.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/fix/v53flexipages.js)_
|
|
1986
1986
|
|
|
1987
1987
|
## `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]`
|
|
1988
1988
|
|
|
@@ -2011,7 +2011,7 @@ EXAMPLE
|
|
|
2011
2011
|
$ sfdx hardis:project:generate:gitdelta
|
|
2012
2012
|
```
|
|
2013
2013
|
|
|
2014
|
-
_See code: [lib/commands/hardis/project/generate/gitdelta.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2014
|
+
_See code: [lib/commands/hardis/project/generate/gitdelta.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/generate/gitdelta.js)_
|
|
2015
2015
|
|
|
2016
2016
|
## `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]`
|
|
2017
2017
|
|
|
@@ -2045,7 +2045,7 @@ EXAMPLES
|
|
|
2045
2045
|
$ sfdx hardis:project:lint --fix
|
|
2046
2046
|
```
|
|
2047
2047
|
|
|
2048
|
-
_See code: [lib/commands/hardis/project/lint.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2048
|
+
_See code: [lib/commands/hardis/project/lint.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/project/lint.js)_
|
|
2049
2049
|
|
|
2050
2050
|
## `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]`
|
|
2051
2051
|
|
|
@@ -2083,7 +2083,7 @@ EXAMPLE
|
|
|
2083
2083
|
$ sfdx hardis:scratch:create
|
|
2084
2084
|
```
|
|
2085
2085
|
|
|
2086
|
-
_See code: [lib/commands/hardis/scratch/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2086
|
+
_See code: [lib/commands/hardis/scratch/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/scratch/create.js)_
|
|
2087
2087
|
|
|
2088
2088
|
## `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]`
|
|
2089
2089
|
|
|
@@ -2115,7 +2115,7 @@ EXAMPLE
|
|
|
2115
2115
|
$ sfdx hardis:scratch:delete
|
|
2116
2116
|
```
|
|
2117
2117
|
|
|
2118
|
-
_See code: [lib/commands/hardis/scratch/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2118
|
+
_See code: [lib/commands/hardis/scratch/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/scratch/delete.js)_
|
|
2119
2119
|
|
|
2120
2120
|
## `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]`
|
|
2121
2121
|
|
|
@@ -2159,7 +2159,7 @@ EXAMPLE
|
|
|
2159
2159
|
$ sfdx hardis:scratch:pool:configure
|
|
2160
2160
|
```
|
|
2161
2161
|
|
|
2162
|
-
_See code: [lib/commands/hardis/scratch/pool/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2162
|
+
_See code: [lib/commands/hardis/scratch/pool/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/scratch/pool/create.js)_
|
|
2163
2163
|
|
|
2164
2164
|
## `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]`
|
|
2165
2165
|
|
|
@@ -2191,7 +2191,7 @@ EXAMPLE
|
|
|
2191
2191
|
$ sfdx hardis:scratch:pool:localauth
|
|
2192
2192
|
```
|
|
2193
2193
|
|
|
2194
|
-
_See code: [lib/commands/hardis/scratch/pool/localauth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2194
|
+
_See code: [lib/commands/hardis/scratch/pool/localauth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/scratch/pool/localauth.js)_
|
|
2195
2195
|
|
|
2196
2196
|
## `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]`
|
|
2197
2197
|
|
|
@@ -2223,7 +2223,7 @@ EXAMPLE
|
|
|
2223
2223
|
$ sfdx hardis:scratch:pool:refresh
|
|
2224
2224
|
```
|
|
2225
2225
|
|
|
2226
|
-
_See code: [lib/commands/hardis/scratch/pool/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2226
|
+
_See code: [lib/commands/hardis/scratch/pool/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/scratch/pool/refresh.js)_
|
|
2227
2227
|
|
|
2228
2228
|
## `sfdx hardis:scratch:pool:reset [-d] [--websocket <string>] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2229
2229
|
|
|
@@ -2255,7 +2255,7 @@ EXAMPLE
|
|
|
2255
2255
|
$ sfdx hardis:scratch:pool:refresh
|
|
2256
2256
|
```
|
|
2257
2257
|
|
|
2258
|
-
_See code: [lib/commands/hardis/scratch/pool/reset.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2258
|
+
_See code: [lib/commands/hardis/scratch/pool/reset.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/scratch/pool/reset.js)_
|
|
2259
2259
|
|
|
2260
2260
|
## `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]`
|
|
2261
2261
|
|
|
@@ -2287,7 +2287,7 @@ EXAMPLE
|
|
|
2287
2287
|
$ sfdx hardis:scratch:pool:view
|
|
2288
2288
|
```
|
|
2289
2289
|
|
|
2290
|
-
_See code: [lib/commands/hardis/scratch/pool/view.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2290
|
+
_See code: [lib/commands/hardis/scratch/pool/view.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/scratch/pool/view.js)_
|
|
2291
2291
|
|
|
2292
2292
|
## `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]`
|
|
2293
2293
|
|
|
@@ -2319,7 +2319,7 @@ EXAMPLE
|
|
|
2319
2319
|
$ sfdx hardis:scratch:pull
|
|
2320
2320
|
```
|
|
2321
2321
|
|
|
2322
|
-
_See code: [lib/commands/hardis/scratch/pull.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2322
|
+
_See code: [lib/commands/hardis/scratch/pull.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/scratch/pull.js)_
|
|
2323
2323
|
|
|
2324
2324
|
## `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]`
|
|
2325
2325
|
|
|
@@ -2351,7 +2351,7 @@ EXAMPLE
|
|
|
2351
2351
|
$ sfdx hardis:scratch:push
|
|
2352
2352
|
```
|
|
2353
2353
|
|
|
2354
|
-
_See code: [lib/commands/hardis/scratch/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2354
|
+
_See code: [lib/commands/hardis/scratch/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/scratch/push.js)_
|
|
2355
2355
|
|
|
2356
2356
|
## `sfdx hardis:source:deploy [--soapdeploy] [-w <minutes>] [-q <id> | -x <filepath> | -m <array> | -p <array> | -c | -l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg | -r <array> | -o | -g] [--predestructivechanges <filepath> ] [--postdestructivechanges <filepath> ] [--debug] [--websocket <string>] [-u <string>] [--apiversion <string>] [--verbose] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2357
2357
|
|
|
@@ -2407,7 +2407,7 @@ DESCRIPTION
|
|
|
2407
2407
|
e.htm#cli_reference_force_source_deploy
|
|
2408
2408
|
```
|
|
2409
2409
|
|
|
2410
|
-
_See code: [lib/commands/hardis/source/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2410
|
+
_See code: [lib/commands/hardis/source/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/source/deploy.js)_
|
|
2411
2411
|
|
|
2412
2412
|
## `sfdx hardis:source:push [-f] [-w <minutes>] [-g] [--debug] [--websocket <string>] [-u <string>] [--apiversion <string>] [--quiet] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2413
2413
|
|
|
@@ -2447,7 +2447,7 @@ DESCRIPTION
|
|
|
2447
2447
|
e.htm#cli_reference_force_source_push
|
|
2448
2448
|
```
|
|
2449
2449
|
|
|
2450
|
-
_See code: [lib/commands/hardis/source/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2450
|
+
_See code: [lib/commands/hardis/source/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/source/push.js)_
|
|
2451
2451
|
|
|
2452
2452
|
## `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]`
|
|
2453
2453
|
|
|
@@ -2479,7 +2479,7 @@ EXAMPLE
|
|
|
2479
2479
|
$ sfdx hardis:work:task:new
|
|
2480
2480
|
```
|
|
2481
2481
|
|
|
2482
|
-
_See code: [lib/commands/hardis/work/new.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2482
|
+
_See code: [lib/commands/hardis/work/new.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/work/new.js)_
|
|
2483
2483
|
|
|
2484
2484
|
## `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]`
|
|
2485
2485
|
|
|
@@ -2514,7 +2514,7 @@ EXAMPLE
|
|
|
2514
2514
|
$ sfdx hardis:work:refresh
|
|
2515
2515
|
```
|
|
2516
2516
|
|
|
2517
|
-
_See code: [lib/commands/hardis/work/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2517
|
+
_See code: [lib/commands/hardis/work/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/work/refresh.js)_
|
|
2518
2518
|
|
|
2519
2519
|
## `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]`
|
|
2520
2520
|
|
|
@@ -2546,7 +2546,7 @@ EXAMPLE
|
|
|
2546
2546
|
$ sfdx hardis:work:resetsave
|
|
2547
2547
|
```
|
|
2548
2548
|
|
|
2549
|
-
_See code: [lib/commands/hardis/work/resetselection.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2549
|
+
_See code: [lib/commands/hardis/work/resetselection.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/work/resetselection.js)_
|
|
2550
2550
|
|
|
2551
2551
|
## `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]`
|
|
2552
2552
|
|
|
@@ -2588,7 +2588,7 @@ EXAMPLES
|
|
|
2588
2588
|
$ sfdx hardis:work:task:save --nopull --nogit --noclean
|
|
2589
2589
|
```
|
|
2590
2590
|
|
|
2591
|
-
_See code: [lib/commands/hardis/work/save.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2591
|
+
_See code: [lib/commands/hardis/work/save.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/work/save.js)_
|
|
2592
2592
|
|
|
2593
2593
|
## `sfdx hardis:work:ws [-e <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2594
2594
|
|
|
@@ -2614,5 +2614,5 @@ EXAMPLE
|
|
|
2614
2614
|
$ sfdx hardis:work:ws --event refreshStatus
|
|
2615
2615
|
```
|
|
2616
2616
|
|
|
2617
|
-
_See code: [lib/commands/hardis/work/ws.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.
|
|
2617
|
+
_See code: [lib/commands/hardis/work/ws.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.74.2/lib/commands/hardis/work/ws.js)_
|
|
2618
2618
|
<!-- commandsstop -->
|