sfdx-hardis 2.76.1 → 2.76.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.76.2] 2022-04-04
|
|
8
|
+
|
|
9
|
+
- Improve activate invalid users commands (allow to select by profile(s))
|
|
10
|
+
|
|
7
11
|
## [2.76.1] 2022-04-04
|
|
8
12
|
|
|
9
13
|
- Improve activate invalid users commands
|
package/README.md
CHANGED
|
@@ -251,7 +251,7 @@ EXAMPLE
|
|
|
251
251
|
$ sfdx hardis:auth:login
|
|
252
252
|
```
|
|
253
253
|
|
|
254
|
-
_See code: [lib/commands/hardis/auth/login.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
254
|
+
_See code: [lib/commands/hardis/auth/login.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/auth/login.js)_
|
|
255
255
|
|
|
256
256
|
## `sfdx hardis:config:get [-l <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
257
257
|
|
|
@@ -280,7 +280,7 @@ EXAMPLE
|
|
|
280
280
|
$ sfdx hardis:project:deploy:sources:metadata
|
|
281
281
|
```
|
|
282
282
|
|
|
283
|
-
_See code: [lib/commands/hardis/config/get.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
283
|
+
_See code: [lib/commands/hardis/config/get.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/config/get.js)_
|
|
284
284
|
|
|
285
285
|
## `sfdx hardis:doc:plugin:generate [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
286
286
|
|
|
@@ -317,7 +317,7 @@ EXAMPLE
|
|
|
317
317
|
$ sfdx hardis:doc:plugin:generate
|
|
318
318
|
```
|
|
319
319
|
|
|
320
|
-
_See code: [lib/commands/hardis/doc/plugin/generate.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
320
|
+
_See code: [lib/commands/hardis/doc/plugin/generate.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/doc/plugin/generate.js)_
|
|
321
321
|
|
|
322
322
|
## `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]`
|
|
323
323
|
|
|
@@ -372,7 +372,7 @@ DESCRIPTION
|
|
|
372
372
|
.htm#cli_reference_force_mdapi_deploy
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [lib/commands/hardis/mdapi/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
375
|
+
_See code: [lib/commands/hardis/mdapi/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/mdapi/deploy.js)_
|
|
376
376
|
|
|
377
377
|
## `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]`
|
|
378
378
|
|
|
@@ -422,7 +422,7 @@ EXAMPLES
|
|
|
422
422
|
--outputdir './output' --filtersections 'COMPTES,SOUS'
|
|
423
423
|
```
|
|
424
424
|
|
|
425
|
-
_See code: [lib/commands/hardis/misc/toml2csv.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
425
|
+
_See code: [lib/commands/hardis/misc/toml2csv.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/misc/toml2csv.js)_
|
|
426
426
|
|
|
427
427
|
## `sfdx hardis:org:configure:data [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
428
428
|
|
|
@@ -447,7 +447,7 @@ EXAMPLE
|
|
|
447
447
|
$ sfdx hardis:org:configure:data
|
|
448
448
|
```
|
|
449
449
|
|
|
450
|
-
_See code: [lib/commands/hardis/org/configure/data.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
450
|
+
_See code: [lib/commands/hardis/org/configure/data.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/configure/data.js)_
|
|
451
451
|
|
|
452
452
|
## `sfdx hardis:org:configure:files [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
453
453
|
|
|
@@ -472,7 +472,7 @@ EXAMPLE
|
|
|
472
472
|
$ sfdx hardis:org:configure:files
|
|
473
473
|
```
|
|
474
474
|
|
|
475
|
-
_See code: [lib/commands/hardis/org/configure/files.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
475
|
+
_See code: [lib/commands/hardis/org/configure/files.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/configure/files.js)_
|
|
476
476
|
|
|
477
477
|
## `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]`
|
|
478
478
|
|
|
@@ -504,7 +504,7 @@ EXAMPLE
|
|
|
504
504
|
$ sfdx hardis:org:configure:monitoring
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [lib/commands/hardis/org/configure/monitoring.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
507
|
+
_See code: [lib/commands/hardis/org/configure/monitoring.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/configure/monitoring.js)_
|
|
508
508
|
|
|
509
509
|
## `sfdx hardis:org:connect [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
510
510
|
|
|
@@ -529,7 +529,7 @@ EXAMPLE
|
|
|
529
529
|
$ sfdx hardis:org:connect
|
|
530
530
|
```
|
|
531
531
|
|
|
532
|
-
_See code: [lib/commands/hardis/org/connect.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
532
|
+
_See code: [lib/commands/hardis/org/connect.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/connect.js)_
|
|
533
533
|
|
|
534
534
|
## `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]`
|
|
535
535
|
|
|
@@ -561,7 +561,7 @@ EXAMPLE
|
|
|
561
561
|
$ sfdx hardis:org:create
|
|
562
562
|
```
|
|
563
563
|
|
|
564
|
-
_See code: [lib/commands/hardis/org/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
564
|
+
_See code: [lib/commands/hardis/org/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/create.js)_
|
|
565
565
|
|
|
566
566
|
## `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]`
|
|
567
567
|
|
|
@@ -594,7 +594,7 @@ EXAMPLE
|
|
|
594
594
|
$ sfdx hardis:org:data:delete
|
|
595
595
|
```
|
|
596
596
|
|
|
597
|
-
_See code: [lib/commands/hardis/org/data/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
597
|
+
_See code: [lib/commands/hardis/org/data/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/data/delete.js)_
|
|
598
598
|
|
|
599
599
|
## `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]`
|
|
600
600
|
|
|
@@ -627,7 +627,7 @@ EXAMPLE
|
|
|
627
627
|
$ sfdx hardis:org:data:export
|
|
628
628
|
```
|
|
629
629
|
|
|
630
|
-
_See code: [lib/commands/hardis/org/data/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
630
|
+
_See code: [lib/commands/hardis/org/data/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/data/export.js)_
|
|
631
631
|
|
|
632
632
|
## `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]`
|
|
633
633
|
|
|
@@ -660,7 +660,7 @@ EXAMPLE
|
|
|
660
660
|
$ sfdx hardis:org:data:import
|
|
661
661
|
```
|
|
662
662
|
|
|
663
|
-
_See code: [lib/commands/hardis/org/data/import.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
663
|
+
_See code: [lib/commands/hardis/org/data/import.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/data/import.js)_
|
|
664
664
|
|
|
665
665
|
## `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]`
|
|
666
666
|
|
|
@@ -727,7 +727,7 @@ EXAMPLES
|
|
|
727
727
|
$ sfdx hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv
|
|
728
728
|
```
|
|
729
729
|
|
|
730
|
-
_See code: [lib/commands/hardis/org/diagnose/legacyapi.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
730
|
+
_See code: [lib/commands/hardis/org/diagnose/legacyapi.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/diagnose/legacyapi.js)_
|
|
731
731
|
|
|
732
732
|
## `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]`
|
|
733
733
|
|
|
@@ -771,7 +771,7 @@ EXAMPLE
|
|
|
771
771
|
$ sfdx hardis:org:files:export
|
|
772
772
|
```
|
|
773
773
|
|
|
774
|
-
_See code: [lib/commands/hardis/org/files/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
774
|
+
_See code: [lib/commands/hardis/org/files/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/files/export.js)_
|
|
775
775
|
|
|
776
776
|
## `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]`
|
|
777
777
|
|
|
@@ -807,7 +807,7 @@ EXAMPLES
|
|
|
807
807
|
$ sfdx hardis:org:purge:apexlog --targetusername nicolas.vuillamy@gmail.com
|
|
808
808
|
```
|
|
809
809
|
|
|
810
|
-
_See code: [lib/commands/hardis/org/purge/apexlog.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
810
|
+
_See code: [lib/commands/hardis/org/purge/apexlog.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/purge/apexlog.js)_
|
|
811
811
|
|
|
812
812
|
## `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]`
|
|
813
813
|
|
|
@@ -875,7 +875,7 @@ EXAMPLES
|
|
|
875
875
|
No record deleted
|
|
876
876
|
```
|
|
877
877
|
|
|
878
|
-
_See code: [lib/commands/hardis/org/purge/flow.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
878
|
+
_See code: [lib/commands/hardis/org/purge/flow.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/purge/flow.js)_
|
|
879
879
|
|
|
880
880
|
## `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]`
|
|
881
881
|
|
|
@@ -907,7 +907,7 @@ EXAMPLE
|
|
|
907
907
|
$ sfdx hardis:org:retrieve:packageconfig
|
|
908
908
|
```
|
|
909
909
|
|
|
910
|
-
_See code: [lib/commands/hardis/org/retrieve/packageconfig.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
910
|
+
_See code: [lib/commands/hardis/org/retrieve/packageconfig.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/retrieve/packageconfig.js)_
|
|
911
911
|
|
|
912
912
|
## `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]`
|
|
913
913
|
|
|
@@ -955,7 +955,7 @@ EXAMPLE
|
|
|
955
955
|
$ sfdx hardis:org:retrieve:sources:dx
|
|
956
956
|
```
|
|
957
957
|
|
|
958
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
958
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/retrieve/sources/dx.js)_
|
|
959
959
|
|
|
960
960
|
## `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]`
|
|
961
961
|
|
|
@@ -992,7 +992,7 @@ EXAMPLE
|
|
|
992
992
|
$ sfdx hardis:org:retrieve:sources:dx2
|
|
993
993
|
```
|
|
994
994
|
|
|
995
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/dx2.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
995
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/dx2.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/retrieve/sources/dx2.js)_
|
|
996
996
|
|
|
997
997
|
## `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]`
|
|
998
998
|
|
|
@@ -1028,7 +1028,7 @@ EXAMPLE
|
|
|
1028
1028
|
$ sfdx hardis:org:retrieve:sources:metadata
|
|
1029
1029
|
```
|
|
1030
1030
|
|
|
1031
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1031
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/retrieve/sources/metadata.js)_
|
|
1032
1032
|
|
|
1033
1033
|
## `sfdx hardis:org:select [-h] [-s] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1034
1034
|
|
|
@@ -1058,7 +1058,7 @@ EXAMPLE
|
|
|
1058
1058
|
$ sfdx hardis:org:select
|
|
1059
1059
|
```
|
|
1060
1060
|
|
|
1061
|
-
_See code: [lib/commands/hardis/org/select.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1061
|
+
_See code: [lib/commands/hardis/org/select.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/select.js)_
|
|
1062
1062
|
|
|
1063
1063
|
## `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]`
|
|
1064
1064
|
|
|
@@ -1095,7 +1095,7 @@ EXAMPLE
|
|
|
1095
1095
|
$ sfdx hardis:org:test:apex
|
|
1096
1096
|
```
|
|
1097
1097
|
|
|
1098
|
-
_See code: [lib/commands/hardis/org/test/apex.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1098
|
+
_See code: [lib/commands/hardis/org/test/apex.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/test/apex.js)_
|
|
1099
1099
|
|
|
1100
1100
|
## `sfdx hardis:org:user:activateinvalid [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1101
1101
|
|
|
@@ -1131,7 +1131,7 @@ EXAMPLES
|
|
|
1131
1131
|
$ sfdx hardis:org:user:activateinvalid --targetusername myuser@myorg.com
|
|
1132
1132
|
```
|
|
1133
1133
|
|
|
1134
|
-
_See code: [lib/commands/hardis/org/user/activateinvalid.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1134
|
+
_See code: [lib/commands/hardis/org/user/activateinvalid.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/user/activateinvalid.js)_
|
|
1135
1135
|
|
|
1136
1136
|
## `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]`
|
|
1137
1137
|
|
|
@@ -1183,7 +1183,7 @@ EXAMPLES
|
|
|
1183
1183
|
$ sfdx hardis:org:user:freeze --excludeprofiles 'System Administrator,Some Other Profile'
|
|
1184
1184
|
```
|
|
1185
1185
|
|
|
1186
|
-
_See code: [lib/commands/hardis/org/user/freeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1186
|
+
_See code: [lib/commands/hardis/org/user/freeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/user/freeze.js)_
|
|
1187
1187
|
|
|
1188
1188
|
## `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]`
|
|
1189
1189
|
|
|
@@ -1235,7 +1235,7 @@ EXAMPLES
|
|
|
1235
1235
|
$ sfdx hardis:org:user:unfreeze --excludeprofiles 'System Administrator,Some Other Profile'
|
|
1236
1236
|
```
|
|
1237
1237
|
|
|
1238
|
-
_See code: [lib/commands/hardis/org/user/unfreeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1238
|
+
_See code: [lib/commands/hardis/org/user/unfreeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/org/user/unfreeze.js)_
|
|
1239
1239
|
|
|
1240
1240
|
## `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]`
|
|
1241
1241
|
|
|
@@ -1267,7 +1267,7 @@ EXAMPLE
|
|
|
1267
1267
|
$ sfdx hardis:package:create
|
|
1268
1268
|
```
|
|
1269
1269
|
|
|
1270
|
-
_See code: [lib/commands/hardis/package/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1270
|
+
_See code: [lib/commands/hardis/package/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/package/create.js)_
|
|
1271
1271
|
|
|
1272
1272
|
## `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]`
|
|
1273
1273
|
|
|
@@ -1305,7 +1305,7 @@ EXAMPLE
|
|
|
1305
1305
|
$ sfdx hardis:package:install
|
|
1306
1306
|
```
|
|
1307
1307
|
|
|
1308
|
-
_See code: [lib/commands/hardis/package/install.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1308
|
+
_See code: [lib/commands/hardis/package/install.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/package/install.js)_
|
|
1309
1309
|
|
|
1310
1310
|
## `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]`
|
|
1311
1311
|
|
|
@@ -1337,7 +1337,7 @@ EXAMPLE
|
|
|
1337
1337
|
$ sfdx hardis:package:version:create
|
|
1338
1338
|
```
|
|
1339
1339
|
|
|
1340
|
-
_See code: [lib/commands/hardis/package/version/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1340
|
+
_See code: [lib/commands/hardis/package/version/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/package/version/create.js)_
|
|
1341
1341
|
|
|
1342
1342
|
## `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]`
|
|
1343
1343
|
|
|
@@ -1369,7 +1369,7 @@ EXAMPLE
|
|
|
1369
1369
|
$ sfdx hardis:package:version:list
|
|
1370
1370
|
```
|
|
1371
1371
|
|
|
1372
|
-
_See code: [lib/commands/hardis/package/version/list.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1372
|
+
_See code: [lib/commands/hardis/package/version/list.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/package/version/list.js)_
|
|
1373
1373
|
|
|
1374
1374
|
## `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]`
|
|
1375
1375
|
|
|
@@ -1405,7 +1405,7 @@ EXAMPLES
|
|
|
1405
1405
|
$ sfdx hardis:package:version:promote --auto
|
|
1406
1406
|
```
|
|
1407
1407
|
|
|
1408
|
-
_See code: [lib/commands/hardis/package/version/promote.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1408
|
+
_See code: [lib/commands/hardis/package/version/promote.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/package/version/promote.js)_
|
|
1409
1409
|
|
|
1410
1410
|
## `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]`
|
|
1411
1411
|
|
|
@@ -1437,7 +1437,7 @@ EXAMPLE
|
|
|
1437
1437
|
$ sfdx hardis:project:audit:apiversion
|
|
1438
1438
|
```
|
|
1439
1439
|
|
|
1440
|
-
_See code: [lib/commands/hardis/project/audit/apiversion.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1440
|
+
_See code: [lib/commands/hardis/project/audit/apiversion.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/audit/apiversion.js)_
|
|
1441
1441
|
|
|
1442
1442
|
## `sfdx hardis:project:audit:callincallout [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1443
1443
|
|
|
@@ -1462,7 +1462,7 @@ EXAMPLE
|
|
|
1462
1462
|
$ sfdx hardis:project:audit:callouts
|
|
1463
1463
|
```
|
|
1464
1464
|
|
|
1465
|
-
_See code: [lib/commands/hardis/project/audit/callincallout.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1465
|
+
_See code: [lib/commands/hardis/project/audit/callincallout.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/audit/callincallout.js)_
|
|
1466
1466
|
|
|
1467
1467
|
## `sfdx hardis:project:audit:duplicatefiles [-p <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1468
1468
|
|
|
@@ -1492,7 +1492,7 @@ EXAMPLE
|
|
|
1492
1492
|
$ sfdx hardis:project:audit:duplicatefiles
|
|
1493
1493
|
```
|
|
1494
1494
|
|
|
1495
|
-
_See code: [lib/commands/hardis/project/audit/duplicatefiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1495
|
+
_See code: [lib/commands/hardis/project/audit/duplicatefiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/audit/duplicatefiles.js)_
|
|
1496
1496
|
|
|
1497
1497
|
## `sfdx hardis:project:audit:remotesites [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1498
1498
|
|
|
@@ -1517,7 +1517,7 @@ EXAMPLE
|
|
|
1517
1517
|
$ sfdx hardis:project:audit:remotesites
|
|
1518
1518
|
```
|
|
1519
1519
|
|
|
1520
|
-
_See code: [lib/commands/hardis/project/audit/remotesites.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1520
|
+
_See code: [lib/commands/hardis/project/audit/remotesites.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/audit/remotesites.js)_
|
|
1521
1521
|
|
|
1522
1522
|
## `sfdx hardis:project:clean:emptyitems [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1523
1523
|
|
|
@@ -1543,7 +1543,7 @@ EXAMPLE
|
|
|
1543
1543
|
$ sfdx hardis:project:clean:emptyitems
|
|
1544
1544
|
```
|
|
1545
1545
|
|
|
1546
|
-
_See code: [lib/commands/hardis/project/clean/emptyitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1546
|
+
_See code: [lib/commands/hardis/project/clean/emptyitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/clean/emptyitems.js)_
|
|
1547
1547
|
|
|
1548
1548
|
## `sfdx hardis:project:clean:hiddenitems [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1549
1549
|
|
|
@@ -1569,7 +1569,7 @@ EXAMPLE
|
|
|
1569
1569
|
$ sfdx hardis:project:clean:hiddenitems
|
|
1570
1570
|
```
|
|
1571
1571
|
|
|
1572
|
-
_See code: [lib/commands/hardis/project/clean/hiddenitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1572
|
+
_See code: [lib/commands/hardis/project/clean/hiddenitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/clean/hiddenitems.js)_
|
|
1573
1573
|
|
|
1574
1574
|
## `sfdx hardis:project:clean:listviews [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1575
1575
|
|
|
@@ -1595,7 +1595,7 @@ EXAMPLE
|
|
|
1595
1595
|
$ sfdx hardis:project:clean:listviews
|
|
1596
1596
|
```
|
|
1597
1597
|
|
|
1598
|
-
_See code: [lib/commands/hardis/project/clean/listviews.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1598
|
+
_See code: [lib/commands/hardis/project/clean/listviews.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/clean/listviews.js)_
|
|
1599
1599
|
|
|
1600
1600
|
## `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]`
|
|
1601
1601
|
|
|
@@ -1622,7 +1622,7 @@ EXAMPLE
|
|
|
1622
1622
|
$ sfdx hardis:project:clean:manageditems --namespace crta
|
|
1623
1623
|
```
|
|
1624
1624
|
|
|
1625
|
-
_See code: [lib/commands/hardis/project/clean/manageditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1625
|
+
_See code: [lib/commands/hardis/project/clean/manageditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/clean/manageditems.js)_
|
|
1626
1626
|
|
|
1627
1627
|
## `sfdx hardis:project:clean:minimizeprofiles [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1628
1628
|
|
|
@@ -1648,7 +1648,7 @@ EXAMPLE
|
|
|
1648
1648
|
$ sfdx hardis:project:clean:minimizeprofiles
|
|
1649
1649
|
```
|
|
1650
1650
|
|
|
1651
|
-
_See code: [lib/commands/hardis/project/clean/minimizeprofiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1651
|
+
_See code: [lib/commands/hardis/project/clean/minimizeprofiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/clean/minimizeprofiles.js)_
|
|
1652
1652
|
|
|
1653
1653
|
## `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]`
|
|
1654
1654
|
|
|
@@ -1688,7 +1688,7 @@ EXAMPLE
|
|
|
1688
1688
|
$ sfdx hardis:project:clean:orgmissingitems
|
|
1689
1689
|
```
|
|
1690
1690
|
|
|
1691
|
-
_See code: [lib/commands/hardis/project/clean/orgmissingitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1691
|
+
_See code: [lib/commands/hardis/project/clean/orgmissingitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/clean/orgmissingitems.js)_
|
|
1692
1692
|
|
|
1693
1693
|
## `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]`
|
|
1694
1694
|
|
|
@@ -1730,7 +1730,7 @@ EXAMPLES
|
|
|
1730
1730
|
$ sfdx hardis:project:clean:references --config ./somefolder/myDestructivePackage.xml
|
|
1731
1731
|
```
|
|
1732
1732
|
|
|
1733
|
-
_See code: [lib/commands/hardis/project/clean/references.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1733
|
+
_See code: [lib/commands/hardis/project/clean/references.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/clean/references.js)_
|
|
1734
1734
|
|
|
1735
1735
|
## `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]`
|
|
1736
1736
|
|
|
@@ -1762,7 +1762,7 @@ EXAMPLE
|
|
|
1762
1762
|
$ sfdx hardis:project:clean:retrievefolders
|
|
1763
1763
|
```
|
|
1764
1764
|
|
|
1765
|
-
_See code: [lib/commands/hardis/project/clean/retrievefolders.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1765
|
+
_See code: [lib/commands/hardis/project/clean/retrievefolders.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/clean/retrievefolders.js)_
|
|
1766
1766
|
|
|
1767
1767
|
## `sfdx hardis:project:clean:standarditems [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1768
1768
|
|
|
@@ -1787,7 +1787,7 @@ EXAMPLE
|
|
|
1787
1787
|
$ sfdx hardis:project:clean:standarditems
|
|
1788
1788
|
```
|
|
1789
1789
|
|
|
1790
|
-
_See code: [lib/commands/hardis/project/clean/standarditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1790
|
+
_See code: [lib/commands/hardis/project/clean/standarditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/clean/standarditems.js)_
|
|
1791
1791
|
|
|
1792
1792
|
## `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]`
|
|
1793
1793
|
|
|
@@ -1823,7 +1823,7 @@ EXAMPLE
|
|
|
1823
1823
|
$ sfdx hardis:project:configure:auth
|
|
1824
1824
|
```
|
|
1825
1825
|
|
|
1826
|
-
_See code: [lib/commands/hardis/project/configure/auth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1826
|
+
_See code: [lib/commands/hardis/project/configure/auth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/configure/auth.js)_
|
|
1827
1827
|
|
|
1828
1828
|
## `sfdx hardis:project:convert:profilestopermsets [-e <array>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1829
1829
|
|
|
@@ -1849,7 +1849,7 @@ EXAMPLE
|
|
|
1849
1849
|
$ sfdx hardis:project:convert:profilestopermsets
|
|
1850
1850
|
```
|
|
1851
1851
|
|
|
1852
|
-
_See code: [lib/commands/hardis/project/convert/profilestopermsets.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1852
|
+
_See code: [lib/commands/hardis/project/convert/profilestopermsets.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/convert/profilestopermsets.js)_
|
|
1853
1853
|
|
|
1854
1854
|
## `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]`
|
|
1855
1855
|
|
|
@@ -1881,7 +1881,7 @@ EXAMPLE
|
|
|
1881
1881
|
$ sfdx hardis:project:create
|
|
1882
1882
|
```
|
|
1883
1883
|
|
|
1884
|
-
_See code: [lib/commands/hardis/project/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1884
|
+
_See code: [lib/commands/hardis/project/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/create.js)_
|
|
1885
1885
|
|
|
1886
1886
|
## `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]`
|
|
1887
1887
|
|
|
@@ -1937,7 +1937,7 @@ EXAMPLE
|
|
|
1937
1937
|
$ sfdx hardis:project:deploy:sources:dx
|
|
1938
1938
|
```
|
|
1939
1939
|
|
|
1940
|
-
_See code: [lib/commands/hardis/project/deploy/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1940
|
+
_See code: [lib/commands/hardis/project/deploy/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/deploy/sources/dx.js)_
|
|
1941
1941
|
|
|
1942
1942
|
## `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]`
|
|
1943
1943
|
|
|
@@ -1986,7 +1986,7 @@ EXAMPLE
|
|
|
1986
1986
|
$ sfdx hardis:project:deploy:sources:metadata
|
|
1987
1987
|
```
|
|
1988
1988
|
|
|
1989
|
-
_See code: [lib/commands/hardis/project/deploy/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
1989
|
+
_See code: [lib/commands/hardis/project/deploy/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/deploy/sources/metadata.js)_
|
|
1990
1990
|
|
|
1991
1991
|
## `sfdx hardis:project:fix:v53flexipages [-p <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1992
1992
|
|
|
@@ -2019,7 +2019,7 @@ EXAMPLE
|
|
|
2019
2019
|
$ sfdx hardis:project:fix:v53flexipages
|
|
2020
2020
|
```
|
|
2021
2021
|
|
|
2022
|
-
_See code: [lib/commands/hardis/project/fix/v53flexipages.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2022
|
+
_See code: [lib/commands/hardis/project/fix/v53flexipages.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/fix/v53flexipages.js)_
|
|
2023
2023
|
|
|
2024
2024
|
## `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]`
|
|
2025
2025
|
|
|
@@ -2048,7 +2048,7 @@ EXAMPLE
|
|
|
2048
2048
|
$ sfdx hardis:project:generate:gitdelta
|
|
2049
2049
|
```
|
|
2050
2050
|
|
|
2051
|
-
_See code: [lib/commands/hardis/project/generate/gitdelta.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2051
|
+
_See code: [lib/commands/hardis/project/generate/gitdelta.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/generate/gitdelta.js)_
|
|
2052
2052
|
|
|
2053
2053
|
## `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]`
|
|
2054
2054
|
|
|
@@ -2082,7 +2082,7 @@ EXAMPLES
|
|
|
2082
2082
|
$ sfdx hardis:project:lint --fix
|
|
2083
2083
|
```
|
|
2084
2084
|
|
|
2085
|
-
_See code: [lib/commands/hardis/project/lint.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2085
|
+
_See code: [lib/commands/hardis/project/lint.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/project/lint.js)_
|
|
2086
2086
|
|
|
2087
2087
|
## `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]`
|
|
2088
2088
|
|
|
@@ -2120,7 +2120,7 @@ EXAMPLE
|
|
|
2120
2120
|
$ sfdx hardis:scratch:create
|
|
2121
2121
|
```
|
|
2122
2122
|
|
|
2123
|
-
_See code: [lib/commands/hardis/scratch/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2123
|
+
_See code: [lib/commands/hardis/scratch/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/scratch/create.js)_
|
|
2124
2124
|
|
|
2125
2125
|
## `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]`
|
|
2126
2126
|
|
|
@@ -2152,7 +2152,7 @@ EXAMPLE
|
|
|
2152
2152
|
$ sfdx hardis:scratch:delete
|
|
2153
2153
|
```
|
|
2154
2154
|
|
|
2155
|
-
_See code: [lib/commands/hardis/scratch/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2155
|
+
_See code: [lib/commands/hardis/scratch/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/scratch/delete.js)_
|
|
2156
2156
|
|
|
2157
2157
|
## `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]`
|
|
2158
2158
|
|
|
@@ -2196,7 +2196,7 @@ EXAMPLE
|
|
|
2196
2196
|
$ sfdx hardis:scratch:pool:configure
|
|
2197
2197
|
```
|
|
2198
2198
|
|
|
2199
|
-
_See code: [lib/commands/hardis/scratch/pool/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2199
|
+
_See code: [lib/commands/hardis/scratch/pool/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/scratch/pool/create.js)_
|
|
2200
2200
|
|
|
2201
2201
|
## `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]`
|
|
2202
2202
|
|
|
@@ -2228,7 +2228,7 @@ EXAMPLE
|
|
|
2228
2228
|
$ sfdx hardis:scratch:pool:localauth
|
|
2229
2229
|
```
|
|
2230
2230
|
|
|
2231
|
-
_See code: [lib/commands/hardis/scratch/pool/localauth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2231
|
+
_See code: [lib/commands/hardis/scratch/pool/localauth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/scratch/pool/localauth.js)_
|
|
2232
2232
|
|
|
2233
2233
|
## `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]`
|
|
2234
2234
|
|
|
@@ -2260,7 +2260,7 @@ EXAMPLE
|
|
|
2260
2260
|
$ sfdx hardis:scratch:pool:refresh
|
|
2261
2261
|
```
|
|
2262
2262
|
|
|
2263
|
-
_See code: [lib/commands/hardis/scratch/pool/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2263
|
+
_See code: [lib/commands/hardis/scratch/pool/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/scratch/pool/refresh.js)_
|
|
2264
2264
|
|
|
2265
2265
|
## `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]`
|
|
2266
2266
|
|
|
@@ -2292,7 +2292,7 @@ EXAMPLE
|
|
|
2292
2292
|
$ sfdx hardis:scratch:pool:refresh
|
|
2293
2293
|
```
|
|
2294
2294
|
|
|
2295
|
-
_See code: [lib/commands/hardis/scratch/pool/reset.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2295
|
+
_See code: [lib/commands/hardis/scratch/pool/reset.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/scratch/pool/reset.js)_
|
|
2296
2296
|
|
|
2297
2297
|
## `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]`
|
|
2298
2298
|
|
|
@@ -2324,7 +2324,7 @@ EXAMPLE
|
|
|
2324
2324
|
$ sfdx hardis:scratch:pool:view
|
|
2325
2325
|
```
|
|
2326
2326
|
|
|
2327
|
-
_See code: [lib/commands/hardis/scratch/pool/view.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2327
|
+
_See code: [lib/commands/hardis/scratch/pool/view.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/scratch/pool/view.js)_
|
|
2328
2328
|
|
|
2329
2329
|
## `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]`
|
|
2330
2330
|
|
|
@@ -2356,7 +2356,7 @@ EXAMPLE
|
|
|
2356
2356
|
$ sfdx hardis:scratch:pull
|
|
2357
2357
|
```
|
|
2358
2358
|
|
|
2359
|
-
_See code: [lib/commands/hardis/scratch/pull.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2359
|
+
_See code: [lib/commands/hardis/scratch/pull.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/scratch/pull.js)_
|
|
2360
2360
|
|
|
2361
2361
|
## `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]`
|
|
2362
2362
|
|
|
@@ -2388,7 +2388,7 @@ EXAMPLE
|
|
|
2388
2388
|
$ sfdx hardis:scratch:push
|
|
2389
2389
|
```
|
|
2390
2390
|
|
|
2391
|
-
_See code: [lib/commands/hardis/scratch/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2391
|
+
_See code: [lib/commands/hardis/scratch/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/scratch/push.js)_
|
|
2392
2392
|
|
|
2393
2393
|
## `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]`
|
|
2394
2394
|
|
|
@@ -2444,7 +2444,7 @@ DESCRIPTION
|
|
|
2444
2444
|
e.htm#cli_reference_force_source_deploy
|
|
2445
2445
|
```
|
|
2446
2446
|
|
|
2447
|
-
_See code: [lib/commands/hardis/source/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2447
|
+
_See code: [lib/commands/hardis/source/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/source/deploy.js)_
|
|
2448
2448
|
|
|
2449
2449
|
## `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]`
|
|
2450
2450
|
|
|
@@ -2484,7 +2484,7 @@ DESCRIPTION
|
|
|
2484
2484
|
e.htm#cli_reference_force_source_push
|
|
2485
2485
|
```
|
|
2486
2486
|
|
|
2487
|
-
_See code: [lib/commands/hardis/source/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2487
|
+
_See code: [lib/commands/hardis/source/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/source/push.js)_
|
|
2488
2488
|
|
|
2489
2489
|
## `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]`
|
|
2490
2490
|
|
|
@@ -2516,7 +2516,7 @@ EXAMPLE
|
|
|
2516
2516
|
$ sfdx hardis:work:task:new
|
|
2517
2517
|
```
|
|
2518
2518
|
|
|
2519
|
-
_See code: [lib/commands/hardis/work/new.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2519
|
+
_See code: [lib/commands/hardis/work/new.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/work/new.js)_
|
|
2520
2520
|
|
|
2521
2521
|
## `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]`
|
|
2522
2522
|
|
|
@@ -2551,7 +2551,7 @@ EXAMPLE
|
|
|
2551
2551
|
$ sfdx hardis:work:refresh
|
|
2552
2552
|
```
|
|
2553
2553
|
|
|
2554
|
-
_See code: [lib/commands/hardis/work/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2554
|
+
_See code: [lib/commands/hardis/work/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/work/refresh.js)_
|
|
2555
2555
|
|
|
2556
2556
|
## `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]`
|
|
2557
2557
|
|
|
@@ -2583,7 +2583,7 @@ EXAMPLE
|
|
|
2583
2583
|
$ sfdx hardis:work:resetsave
|
|
2584
2584
|
```
|
|
2585
2585
|
|
|
2586
|
-
_See code: [lib/commands/hardis/work/resetselection.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2586
|
+
_See code: [lib/commands/hardis/work/resetselection.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/work/resetselection.js)_
|
|
2587
2587
|
|
|
2588
2588
|
## `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]`
|
|
2589
2589
|
|
|
@@ -2625,7 +2625,7 @@ EXAMPLES
|
|
|
2625
2625
|
$ sfdx hardis:work:task:save --nopull --nogit --noclean
|
|
2626
2626
|
```
|
|
2627
2627
|
|
|
2628
|
-
_See code: [lib/commands/hardis/work/save.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2628
|
+
_See code: [lib/commands/hardis/work/save.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/work/save.js)_
|
|
2629
2629
|
|
|
2630
2630
|
## `sfdx hardis:work:ws [-e <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2631
2631
|
|
|
@@ -2651,5 +2651,5 @@ EXAMPLE
|
|
|
2651
2651
|
$ sfdx hardis:work:ws --event refreshStatus
|
|
2652
2652
|
```
|
|
2653
2653
|
|
|
2654
|
-
_See code: [lib/commands/hardis/work/ws.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.
|
|
2654
|
+
_See code: [lib/commands/hardis/work/ws.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.76.2/lib/commands/hardis/work/ws.js)_
|
|
2655
2655
|
<!-- commandsstop -->
|