sfdx-hardis 2.71.2 → 2.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +64 -64
- package/lib/common/utils/deployTips.d.ts +1 -1
- package/lib/common/utils/deployTips.js +73 -28
- package/lib/common/utils/deployTips.js.map +1 -1
- package/lib/common/utils/deployUtils.js +11 -11
- package/lib/common/utils/deployUtils.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +3 -2
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.72.0] 2022-03-21
|
|
8
|
+
|
|
9
|
+
- Include tips about how to fix deployments directly within error messages
|
|
10
|
+
|
|
7
11
|
## [2.71.2] 2022-03-17
|
|
8
12
|
|
|
9
13
|
- Update JSON schema for customCommands (used by VsCode SFDX Hardis)
|
package/README.md
CHANGED
|
@@ -235,7 +235,7 @@ EXAMPLE
|
|
|
235
235
|
$ sfdx hardis:auth:login
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [lib/commands/hardis/auth/login.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
238
|
+
_See code: [lib/commands/hardis/auth/login.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/auth/login.js)_
|
|
239
239
|
|
|
240
240
|
## `sfdx hardis:config:get [-l <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
241
241
|
|
|
@@ -264,7 +264,7 @@ EXAMPLE
|
|
|
264
264
|
$ sfdx hardis:project:deploy:sources:metadata
|
|
265
265
|
```
|
|
266
266
|
|
|
267
|
-
_See code: [lib/commands/hardis/config/get.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
267
|
+
_See code: [lib/commands/hardis/config/get.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/config/get.js)_
|
|
268
268
|
|
|
269
269
|
## `sfdx hardis:doc:plugin:generate [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
270
270
|
|
|
@@ -301,7 +301,7 @@ EXAMPLE
|
|
|
301
301
|
$ sfdx hardis:doc:plugin:generate
|
|
302
302
|
```
|
|
303
303
|
|
|
304
|
-
_See code: [lib/commands/hardis/doc/plugin/generate.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
304
|
+
_See code: [lib/commands/hardis/doc/plugin/generate.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/doc/plugin/generate.js)_
|
|
305
305
|
|
|
306
306
|
## `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]`
|
|
307
307
|
|
|
@@ -351,7 +351,7 @@ EXAMPLES
|
|
|
351
351
|
--outputdir './output' --filtersections 'COMPTES,SOUS'
|
|
352
352
|
```
|
|
353
353
|
|
|
354
|
-
_See code: [lib/commands/hardis/misc/toml2csv.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
354
|
+
_See code: [lib/commands/hardis/misc/toml2csv.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/misc/toml2csv.js)_
|
|
355
355
|
|
|
356
356
|
## `sfdx hardis:org:configure:data [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
357
357
|
|
|
@@ -376,7 +376,7 @@ EXAMPLE
|
|
|
376
376
|
$ sfdx hardis:org:configure:data
|
|
377
377
|
```
|
|
378
378
|
|
|
379
|
-
_See code: [lib/commands/hardis/org/configure/data.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
379
|
+
_See code: [lib/commands/hardis/org/configure/data.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/configure/data.js)_
|
|
380
380
|
|
|
381
381
|
## `sfdx hardis:org:configure:files [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
382
382
|
|
|
@@ -401,7 +401,7 @@ EXAMPLE
|
|
|
401
401
|
$ sfdx hardis:org:configure:files
|
|
402
402
|
```
|
|
403
403
|
|
|
404
|
-
_See code: [lib/commands/hardis/org/configure/files.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
404
|
+
_See code: [lib/commands/hardis/org/configure/files.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/configure/files.js)_
|
|
405
405
|
|
|
406
406
|
## `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]`
|
|
407
407
|
|
|
@@ -433,7 +433,7 @@ EXAMPLE
|
|
|
433
433
|
$ sfdx hardis:org:configure:monitoring
|
|
434
434
|
```
|
|
435
435
|
|
|
436
|
-
_See code: [lib/commands/hardis/org/configure/monitoring.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
436
|
+
_See code: [lib/commands/hardis/org/configure/monitoring.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/configure/monitoring.js)_
|
|
437
437
|
|
|
438
438
|
## `sfdx hardis:org:connect [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
439
439
|
|
|
@@ -458,7 +458,7 @@ EXAMPLE
|
|
|
458
458
|
$ sfdx hardis:org:connect
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [lib/commands/hardis/org/connect.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
461
|
+
_See code: [lib/commands/hardis/org/connect.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/connect.js)_
|
|
462
462
|
|
|
463
463
|
## `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]`
|
|
464
464
|
|
|
@@ -490,7 +490,7 @@ EXAMPLE
|
|
|
490
490
|
$ sfdx hardis:org:create
|
|
491
491
|
```
|
|
492
492
|
|
|
493
|
-
_See code: [lib/commands/hardis/org/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
493
|
+
_See code: [lib/commands/hardis/org/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/create.js)_
|
|
494
494
|
|
|
495
495
|
## `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]`
|
|
496
496
|
|
|
@@ -523,7 +523,7 @@ EXAMPLE
|
|
|
523
523
|
$ sfdx hardis:org:data:delete
|
|
524
524
|
```
|
|
525
525
|
|
|
526
|
-
_See code: [lib/commands/hardis/org/data/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
526
|
+
_See code: [lib/commands/hardis/org/data/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/data/delete.js)_
|
|
527
527
|
|
|
528
528
|
## `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]`
|
|
529
529
|
|
|
@@ -556,7 +556,7 @@ EXAMPLE
|
|
|
556
556
|
$ sfdx hardis:org:data:export
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [lib/commands/hardis/org/data/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
559
|
+
_See code: [lib/commands/hardis/org/data/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/data/export.js)_
|
|
560
560
|
|
|
561
561
|
## `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]`
|
|
562
562
|
|
|
@@ -589,7 +589,7 @@ EXAMPLE
|
|
|
589
589
|
$ sfdx hardis:org:data:import
|
|
590
590
|
```
|
|
591
591
|
|
|
592
|
-
_See code: [lib/commands/hardis/org/data/import.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
592
|
+
_See code: [lib/commands/hardis/org/data/import.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/data/import.js)_
|
|
593
593
|
|
|
594
594
|
## `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]`
|
|
595
595
|
|
|
@@ -656,7 +656,7 @@ EXAMPLES
|
|
|
656
656
|
$ sfdx hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv
|
|
657
657
|
```
|
|
658
658
|
|
|
659
|
-
_See code: [lib/commands/hardis/org/diagnose/legacyapi.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
659
|
+
_See code: [lib/commands/hardis/org/diagnose/legacyapi.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/diagnose/legacyapi.js)_
|
|
660
660
|
|
|
661
661
|
## `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]`
|
|
662
662
|
|
|
@@ -700,7 +700,7 @@ EXAMPLE
|
|
|
700
700
|
$ sfdx hardis:org:files:export
|
|
701
701
|
```
|
|
702
702
|
|
|
703
|
-
_See code: [lib/commands/hardis/org/files/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
703
|
+
_See code: [lib/commands/hardis/org/files/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/files/export.js)_
|
|
704
704
|
|
|
705
705
|
## `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]`
|
|
706
706
|
|
|
@@ -736,7 +736,7 @@ EXAMPLES
|
|
|
736
736
|
$ sfdx hardis:org:purge:apexlog --targetusername nicolas.vuillamy@gmail.com
|
|
737
737
|
```
|
|
738
738
|
|
|
739
|
-
_See code: [lib/commands/hardis/org/purge/apexlog.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
739
|
+
_See code: [lib/commands/hardis/org/purge/apexlog.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/purge/apexlog.js)_
|
|
740
740
|
|
|
741
741
|
## `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]`
|
|
742
742
|
|
|
@@ -804,7 +804,7 @@ EXAMPLES
|
|
|
804
804
|
No record deleted
|
|
805
805
|
```
|
|
806
806
|
|
|
807
|
-
_See code: [lib/commands/hardis/org/purge/flow.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
807
|
+
_See code: [lib/commands/hardis/org/purge/flow.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/purge/flow.js)_
|
|
808
808
|
|
|
809
809
|
## `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]`
|
|
810
810
|
|
|
@@ -836,7 +836,7 @@ EXAMPLE
|
|
|
836
836
|
$ sfdx hardis:org:retrieve:packageconfig
|
|
837
837
|
```
|
|
838
838
|
|
|
839
|
-
_See code: [lib/commands/hardis/org/retrieve/packageconfig.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
839
|
+
_See code: [lib/commands/hardis/org/retrieve/packageconfig.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/retrieve/packageconfig.js)_
|
|
840
840
|
|
|
841
841
|
## `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]`
|
|
842
842
|
|
|
@@ -884,7 +884,7 @@ EXAMPLE
|
|
|
884
884
|
$ sfdx hardis:org:retrieve:sources:dx
|
|
885
885
|
```
|
|
886
886
|
|
|
887
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
887
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/retrieve/sources/dx.js)_
|
|
888
888
|
|
|
889
889
|
## `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]`
|
|
890
890
|
|
|
@@ -921,7 +921,7 @@ EXAMPLE
|
|
|
921
921
|
$ sfdx hardis:org:retrieve:sources:dx2
|
|
922
922
|
```
|
|
923
923
|
|
|
924
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/dx2.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
924
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/dx2.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/retrieve/sources/dx2.js)_
|
|
925
925
|
|
|
926
926
|
## `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]`
|
|
927
927
|
|
|
@@ -957,7 +957,7 @@ EXAMPLE
|
|
|
957
957
|
$ sfdx hardis:org:retrieve:sources:metadata
|
|
958
958
|
```
|
|
959
959
|
|
|
960
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
960
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/retrieve/sources/metadata.js)_
|
|
961
961
|
|
|
962
962
|
## `sfdx hardis:org:select [-h] [-s] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
963
963
|
|
|
@@ -987,7 +987,7 @@ EXAMPLE
|
|
|
987
987
|
$ sfdx hardis:org:select
|
|
988
988
|
```
|
|
989
989
|
|
|
990
|
-
_See code: [lib/commands/hardis/org/select.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
990
|
+
_See code: [lib/commands/hardis/org/select.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/select.js)_
|
|
991
991
|
|
|
992
992
|
## `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]`
|
|
993
993
|
|
|
@@ -1024,7 +1024,7 @@ EXAMPLE
|
|
|
1024
1024
|
$ sfdx hardis:org:test:apex
|
|
1025
1025
|
```
|
|
1026
1026
|
|
|
1027
|
-
_See code: [lib/commands/hardis/org/test/apex.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1027
|
+
_See code: [lib/commands/hardis/org/test/apex.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/test/apex.js)_
|
|
1028
1028
|
|
|
1029
1029
|
## `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]`
|
|
1030
1030
|
|
|
@@ -1076,7 +1076,7 @@ EXAMPLES
|
|
|
1076
1076
|
$ sfdx hardis:org:user:freeze --excludeprofiles 'System Administrator,Some Other Profile'
|
|
1077
1077
|
```
|
|
1078
1078
|
|
|
1079
|
-
_See code: [lib/commands/hardis/org/user/freeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1079
|
+
_See code: [lib/commands/hardis/org/user/freeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/user/freeze.js)_
|
|
1080
1080
|
|
|
1081
1081
|
## `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]`
|
|
1082
1082
|
|
|
@@ -1128,7 +1128,7 @@ EXAMPLES
|
|
|
1128
1128
|
$ sfdx hardis:org:user:unfreeze --excludeprofiles 'System Administrator,Some Other Profile'
|
|
1129
1129
|
```
|
|
1130
1130
|
|
|
1131
|
-
_See code: [lib/commands/hardis/org/user/unfreeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1131
|
+
_See code: [lib/commands/hardis/org/user/unfreeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/org/user/unfreeze.js)_
|
|
1132
1132
|
|
|
1133
1133
|
## `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]`
|
|
1134
1134
|
|
|
@@ -1160,7 +1160,7 @@ EXAMPLE
|
|
|
1160
1160
|
$ sfdx hardis:package:create
|
|
1161
1161
|
```
|
|
1162
1162
|
|
|
1163
|
-
_See code: [lib/commands/hardis/package/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1163
|
+
_See code: [lib/commands/hardis/package/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/package/create.js)_
|
|
1164
1164
|
|
|
1165
1165
|
## `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]`
|
|
1166
1166
|
|
|
@@ -1198,7 +1198,7 @@ EXAMPLE
|
|
|
1198
1198
|
$ sfdx hardis:package:install
|
|
1199
1199
|
```
|
|
1200
1200
|
|
|
1201
|
-
_See code: [lib/commands/hardis/package/install.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1201
|
+
_See code: [lib/commands/hardis/package/install.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/package/install.js)_
|
|
1202
1202
|
|
|
1203
1203
|
## `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]`
|
|
1204
1204
|
|
|
@@ -1230,7 +1230,7 @@ EXAMPLE
|
|
|
1230
1230
|
$ sfdx hardis:package:version:create
|
|
1231
1231
|
```
|
|
1232
1232
|
|
|
1233
|
-
_See code: [lib/commands/hardis/package/version/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1233
|
+
_See code: [lib/commands/hardis/package/version/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/package/version/create.js)_
|
|
1234
1234
|
|
|
1235
1235
|
## `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]`
|
|
1236
1236
|
|
|
@@ -1262,7 +1262,7 @@ EXAMPLE
|
|
|
1262
1262
|
$ sfdx hardis:package:version:list
|
|
1263
1263
|
```
|
|
1264
1264
|
|
|
1265
|
-
_See code: [lib/commands/hardis/package/version/list.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1265
|
+
_See code: [lib/commands/hardis/package/version/list.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/package/version/list.js)_
|
|
1266
1266
|
|
|
1267
1267
|
## `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]`
|
|
1268
1268
|
|
|
@@ -1298,7 +1298,7 @@ EXAMPLES
|
|
|
1298
1298
|
$ sfdx hardis:package:version:promote --auto
|
|
1299
1299
|
```
|
|
1300
1300
|
|
|
1301
|
-
_See code: [lib/commands/hardis/package/version/promote.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1301
|
+
_See code: [lib/commands/hardis/package/version/promote.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/package/version/promote.js)_
|
|
1302
1302
|
|
|
1303
1303
|
## `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]`
|
|
1304
1304
|
|
|
@@ -1330,7 +1330,7 @@ EXAMPLE
|
|
|
1330
1330
|
$ sfdx hardis:project:audit:apiversion
|
|
1331
1331
|
```
|
|
1332
1332
|
|
|
1333
|
-
_See code: [lib/commands/hardis/project/audit/apiversion.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1333
|
+
_See code: [lib/commands/hardis/project/audit/apiversion.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/audit/apiversion.js)_
|
|
1334
1334
|
|
|
1335
1335
|
## `sfdx hardis:project:audit:callincallout [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1336
1336
|
|
|
@@ -1355,7 +1355,7 @@ EXAMPLE
|
|
|
1355
1355
|
$ sfdx hardis:project:audit:callouts
|
|
1356
1356
|
```
|
|
1357
1357
|
|
|
1358
|
-
_See code: [lib/commands/hardis/project/audit/callincallout.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1358
|
+
_See code: [lib/commands/hardis/project/audit/callincallout.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/audit/callincallout.js)_
|
|
1359
1359
|
|
|
1360
1360
|
## `sfdx hardis:project:audit:duplicatefiles [-p <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1361
1361
|
|
|
@@ -1385,7 +1385,7 @@ EXAMPLE
|
|
|
1385
1385
|
$ sfdx hardis:project:audit:duplicatefiles
|
|
1386
1386
|
```
|
|
1387
1387
|
|
|
1388
|
-
_See code: [lib/commands/hardis/project/audit/duplicatefiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1388
|
+
_See code: [lib/commands/hardis/project/audit/duplicatefiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/audit/duplicatefiles.js)_
|
|
1389
1389
|
|
|
1390
1390
|
## `sfdx hardis:project:audit:remotesites [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1391
1391
|
|
|
@@ -1410,7 +1410,7 @@ EXAMPLE
|
|
|
1410
1410
|
$ sfdx hardis:project:audit:remotesites
|
|
1411
1411
|
```
|
|
1412
1412
|
|
|
1413
|
-
_See code: [lib/commands/hardis/project/audit/remotesites.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1413
|
+
_See code: [lib/commands/hardis/project/audit/remotesites.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/audit/remotesites.js)_
|
|
1414
1414
|
|
|
1415
1415
|
## `sfdx hardis:project:clean:emptyitems [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1416
1416
|
|
|
@@ -1436,7 +1436,7 @@ EXAMPLE
|
|
|
1436
1436
|
$ sfdx hardis:project:clean:emptyitems
|
|
1437
1437
|
```
|
|
1438
1438
|
|
|
1439
|
-
_See code: [lib/commands/hardis/project/clean/emptyitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1439
|
+
_See code: [lib/commands/hardis/project/clean/emptyitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/clean/emptyitems.js)_
|
|
1440
1440
|
|
|
1441
1441
|
## `sfdx hardis:project:clean:hiddenitems [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1442
1442
|
|
|
@@ -1462,7 +1462,7 @@ EXAMPLE
|
|
|
1462
1462
|
$ sfdx hardis:project:clean:hiddenitems
|
|
1463
1463
|
```
|
|
1464
1464
|
|
|
1465
|
-
_See code: [lib/commands/hardis/project/clean/hiddenitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1465
|
+
_See code: [lib/commands/hardis/project/clean/hiddenitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/clean/hiddenitems.js)_
|
|
1466
1466
|
|
|
1467
1467
|
## `sfdx hardis:project:clean:listviews [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1468
1468
|
|
|
@@ -1488,7 +1488,7 @@ EXAMPLE
|
|
|
1488
1488
|
$ sfdx hardis:project:clean:listviews
|
|
1489
1489
|
```
|
|
1490
1490
|
|
|
1491
|
-
_See code: [lib/commands/hardis/project/clean/listviews.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1491
|
+
_See code: [lib/commands/hardis/project/clean/listviews.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/clean/listviews.js)_
|
|
1492
1492
|
|
|
1493
1493
|
## `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]`
|
|
1494
1494
|
|
|
@@ -1515,7 +1515,7 @@ EXAMPLE
|
|
|
1515
1515
|
$ sfdx hardis:project:clean:manageditems --namespace crta
|
|
1516
1516
|
```
|
|
1517
1517
|
|
|
1518
|
-
_See code: [lib/commands/hardis/project/clean/manageditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1518
|
+
_See code: [lib/commands/hardis/project/clean/manageditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/clean/manageditems.js)_
|
|
1519
1519
|
|
|
1520
1520
|
## `sfdx hardis:project:clean:minimizeprofiles [-f <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1521
1521
|
|
|
@@ -1541,7 +1541,7 @@ EXAMPLE
|
|
|
1541
1541
|
$ sfdx hardis:project:clean:minimizeprofiles
|
|
1542
1542
|
```
|
|
1543
1543
|
|
|
1544
|
-
_See code: [lib/commands/hardis/project/clean/minimizeprofiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1544
|
+
_See code: [lib/commands/hardis/project/clean/minimizeprofiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/clean/minimizeprofiles.js)_
|
|
1545
1545
|
|
|
1546
1546
|
## `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]`
|
|
1547
1547
|
|
|
@@ -1581,7 +1581,7 @@ EXAMPLE
|
|
|
1581
1581
|
$ sfdx hardis:project:clean:orgmissingitems
|
|
1582
1582
|
```
|
|
1583
1583
|
|
|
1584
|
-
_See code: [lib/commands/hardis/project/clean/orgmissingitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1584
|
+
_See code: [lib/commands/hardis/project/clean/orgmissingitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/clean/orgmissingitems.js)_
|
|
1585
1585
|
|
|
1586
1586
|
## `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]`
|
|
1587
1587
|
|
|
@@ -1623,7 +1623,7 @@ EXAMPLES
|
|
|
1623
1623
|
$ sfdx hardis:project:clean:references --config ./somefolder/myDestructivePackage.xml
|
|
1624
1624
|
```
|
|
1625
1625
|
|
|
1626
|
-
_See code: [lib/commands/hardis/project/clean/references.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1626
|
+
_See code: [lib/commands/hardis/project/clean/references.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/clean/references.js)_
|
|
1627
1627
|
|
|
1628
1628
|
## `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]`
|
|
1629
1629
|
|
|
@@ -1655,7 +1655,7 @@ EXAMPLE
|
|
|
1655
1655
|
$ sfdx hardis:project:clean:retrievefolders
|
|
1656
1656
|
```
|
|
1657
1657
|
|
|
1658
|
-
_See code: [lib/commands/hardis/project/clean/retrievefolders.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1658
|
+
_See code: [lib/commands/hardis/project/clean/retrievefolders.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/clean/retrievefolders.js)_
|
|
1659
1659
|
|
|
1660
1660
|
## `sfdx hardis:project:clean:standarditems [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1661
1661
|
|
|
@@ -1680,7 +1680,7 @@ EXAMPLE
|
|
|
1680
1680
|
$ sfdx hardis:project:clean:standarditems
|
|
1681
1681
|
```
|
|
1682
1682
|
|
|
1683
|
-
_See code: [lib/commands/hardis/project/clean/standarditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1683
|
+
_See code: [lib/commands/hardis/project/clean/standarditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/clean/standarditems.js)_
|
|
1684
1684
|
|
|
1685
1685
|
## `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]`
|
|
1686
1686
|
|
|
@@ -1716,7 +1716,7 @@ EXAMPLE
|
|
|
1716
1716
|
$ sfdx hardis:project:configure:auth
|
|
1717
1717
|
```
|
|
1718
1718
|
|
|
1719
|
-
_See code: [lib/commands/hardis/project/configure/auth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1719
|
+
_See code: [lib/commands/hardis/project/configure/auth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/configure/auth.js)_
|
|
1720
1720
|
|
|
1721
1721
|
## `sfdx hardis:project:convert:profilestopermsets [-e <array>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1722
1722
|
|
|
@@ -1742,7 +1742,7 @@ EXAMPLE
|
|
|
1742
1742
|
$ sfdx hardis:project:convert:profilestopermsets
|
|
1743
1743
|
```
|
|
1744
1744
|
|
|
1745
|
-
_See code: [lib/commands/hardis/project/convert/profilestopermsets.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1745
|
+
_See code: [lib/commands/hardis/project/convert/profilestopermsets.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/convert/profilestopermsets.js)_
|
|
1746
1746
|
|
|
1747
1747
|
## `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]`
|
|
1748
1748
|
|
|
@@ -1774,7 +1774,7 @@ EXAMPLE
|
|
|
1774
1774
|
$ sfdx hardis:project:create
|
|
1775
1775
|
```
|
|
1776
1776
|
|
|
1777
|
-
_See code: [lib/commands/hardis/project/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1777
|
+
_See code: [lib/commands/hardis/project/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/create.js)_
|
|
1778
1778
|
|
|
1779
1779
|
## `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]`
|
|
1780
1780
|
|
|
@@ -1830,7 +1830,7 @@ EXAMPLE
|
|
|
1830
1830
|
$ sfdx hardis:project:deploy:sources:dx
|
|
1831
1831
|
```
|
|
1832
1832
|
|
|
1833
|
-
_See code: [lib/commands/hardis/project/deploy/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1833
|
+
_See code: [lib/commands/hardis/project/deploy/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/deploy/sources/dx.js)_
|
|
1834
1834
|
|
|
1835
1835
|
## `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]`
|
|
1836
1836
|
|
|
@@ -1879,7 +1879,7 @@ EXAMPLE
|
|
|
1879
1879
|
$ sfdx hardis:project:deploy:sources:metadata
|
|
1880
1880
|
```
|
|
1881
1881
|
|
|
1882
|
-
_See code: [lib/commands/hardis/project/deploy/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1882
|
+
_See code: [lib/commands/hardis/project/deploy/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/deploy/sources/metadata.js)_
|
|
1883
1883
|
|
|
1884
1884
|
## `sfdx hardis:project:fix:v53flexipages [-p <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1885
1885
|
|
|
@@ -1912,7 +1912,7 @@ EXAMPLE
|
|
|
1912
1912
|
$ sfdx hardis:project:fix:v53flexipages
|
|
1913
1913
|
```
|
|
1914
1914
|
|
|
1915
|
-
_See code: [lib/commands/hardis/project/fix/v53flexipages.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1915
|
+
_See code: [lib/commands/hardis/project/fix/v53flexipages.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/fix/v53flexipages.js)_
|
|
1916
1916
|
|
|
1917
1917
|
## `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]`
|
|
1918
1918
|
|
|
@@ -1941,7 +1941,7 @@ EXAMPLE
|
|
|
1941
1941
|
$ sfdx hardis:project:generate:gitdelta
|
|
1942
1942
|
```
|
|
1943
1943
|
|
|
1944
|
-
_See code: [lib/commands/hardis/project/generate/gitdelta.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1944
|
+
_See code: [lib/commands/hardis/project/generate/gitdelta.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/generate/gitdelta.js)_
|
|
1945
1945
|
|
|
1946
1946
|
## `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]`
|
|
1947
1947
|
|
|
@@ -1975,7 +1975,7 @@ EXAMPLES
|
|
|
1975
1975
|
$ sfdx hardis:project:lint --fix
|
|
1976
1976
|
```
|
|
1977
1977
|
|
|
1978
|
-
_See code: [lib/commands/hardis/project/lint.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
1978
|
+
_See code: [lib/commands/hardis/project/lint.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/project/lint.js)_
|
|
1979
1979
|
|
|
1980
1980
|
## `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]`
|
|
1981
1981
|
|
|
@@ -2013,7 +2013,7 @@ EXAMPLE
|
|
|
2013
2013
|
$ sfdx hardis:scratch:create
|
|
2014
2014
|
```
|
|
2015
2015
|
|
|
2016
|
-
_See code: [lib/commands/hardis/scratch/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2016
|
+
_See code: [lib/commands/hardis/scratch/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/scratch/create.js)_
|
|
2017
2017
|
|
|
2018
2018
|
## `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]`
|
|
2019
2019
|
|
|
@@ -2045,7 +2045,7 @@ EXAMPLE
|
|
|
2045
2045
|
$ sfdx hardis:scratch:delete
|
|
2046
2046
|
```
|
|
2047
2047
|
|
|
2048
|
-
_See code: [lib/commands/hardis/scratch/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2048
|
+
_See code: [lib/commands/hardis/scratch/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/scratch/delete.js)_
|
|
2049
2049
|
|
|
2050
2050
|
## `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]`
|
|
2051
2051
|
|
|
@@ -2089,7 +2089,7 @@ EXAMPLE
|
|
|
2089
2089
|
$ sfdx hardis:scratch:pool:configure
|
|
2090
2090
|
```
|
|
2091
2091
|
|
|
2092
|
-
_See code: [lib/commands/hardis/scratch/pool/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2092
|
+
_See code: [lib/commands/hardis/scratch/pool/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/scratch/pool/create.js)_
|
|
2093
2093
|
|
|
2094
2094
|
## `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]`
|
|
2095
2095
|
|
|
@@ -2121,7 +2121,7 @@ EXAMPLE
|
|
|
2121
2121
|
$ sfdx hardis:scratch:pool:localauth
|
|
2122
2122
|
```
|
|
2123
2123
|
|
|
2124
|
-
_See code: [lib/commands/hardis/scratch/pool/localauth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2124
|
+
_See code: [lib/commands/hardis/scratch/pool/localauth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/scratch/pool/localauth.js)_
|
|
2125
2125
|
|
|
2126
2126
|
## `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]`
|
|
2127
2127
|
|
|
@@ -2153,7 +2153,7 @@ EXAMPLE
|
|
|
2153
2153
|
$ sfdx hardis:scratch:pool:refresh
|
|
2154
2154
|
```
|
|
2155
2155
|
|
|
2156
|
-
_See code: [lib/commands/hardis/scratch/pool/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2156
|
+
_See code: [lib/commands/hardis/scratch/pool/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/scratch/pool/refresh.js)_
|
|
2157
2157
|
|
|
2158
2158
|
## `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]`
|
|
2159
2159
|
|
|
@@ -2185,7 +2185,7 @@ EXAMPLE
|
|
|
2185
2185
|
$ sfdx hardis:scratch:pool:refresh
|
|
2186
2186
|
```
|
|
2187
2187
|
|
|
2188
|
-
_See code: [lib/commands/hardis/scratch/pool/reset.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2188
|
+
_See code: [lib/commands/hardis/scratch/pool/reset.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/scratch/pool/reset.js)_
|
|
2189
2189
|
|
|
2190
2190
|
## `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]`
|
|
2191
2191
|
|
|
@@ -2217,7 +2217,7 @@ EXAMPLE
|
|
|
2217
2217
|
$ sfdx hardis:scratch:pool:view
|
|
2218
2218
|
```
|
|
2219
2219
|
|
|
2220
|
-
_See code: [lib/commands/hardis/scratch/pool/view.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2220
|
+
_See code: [lib/commands/hardis/scratch/pool/view.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/scratch/pool/view.js)_
|
|
2221
2221
|
|
|
2222
2222
|
## `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]`
|
|
2223
2223
|
|
|
@@ -2249,7 +2249,7 @@ EXAMPLE
|
|
|
2249
2249
|
$ sfdx hardis:scratch:pull
|
|
2250
2250
|
```
|
|
2251
2251
|
|
|
2252
|
-
_See code: [lib/commands/hardis/scratch/pull.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2252
|
+
_See code: [lib/commands/hardis/scratch/pull.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/scratch/pull.js)_
|
|
2253
2253
|
|
|
2254
2254
|
## `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]`
|
|
2255
2255
|
|
|
@@ -2281,7 +2281,7 @@ EXAMPLE
|
|
|
2281
2281
|
$ sfdx hardis:scratch:push
|
|
2282
2282
|
```
|
|
2283
2283
|
|
|
2284
|
-
_See code: [lib/commands/hardis/scratch/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2284
|
+
_See code: [lib/commands/hardis/scratch/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/scratch/push.js)_
|
|
2285
2285
|
|
|
2286
2286
|
## `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]`
|
|
2287
2287
|
|
|
@@ -2313,7 +2313,7 @@ EXAMPLE
|
|
|
2313
2313
|
$ sfdx hardis:work:task:new
|
|
2314
2314
|
```
|
|
2315
2315
|
|
|
2316
|
-
_See code: [lib/commands/hardis/work/new.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2316
|
+
_See code: [lib/commands/hardis/work/new.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/work/new.js)_
|
|
2317
2317
|
|
|
2318
2318
|
## `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]`
|
|
2319
2319
|
|
|
@@ -2348,7 +2348,7 @@ EXAMPLE
|
|
|
2348
2348
|
$ sfdx hardis:work:refresh
|
|
2349
2349
|
```
|
|
2350
2350
|
|
|
2351
|
-
_See code: [lib/commands/hardis/work/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2351
|
+
_See code: [lib/commands/hardis/work/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/work/refresh.js)_
|
|
2352
2352
|
|
|
2353
2353
|
## `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]`
|
|
2354
2354
|
|
|
@@ -2380,7 +2380,7 @@ EXAMPLE
|
|
|
2380
2380
|
$ sfdx hardis:work:resetsave
|
|
2381
2381
|
```
|
|
2382
2382
|
|
|
2383
|
-
_See code: [lib/commands/hardis/work/resetselection.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2383
|
+
_See code: [lib/commands/hardis/work/resetselection.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/work/resetselection.js)_
|
|
2384
2384
|
|
|
2385
2385
|
## `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]`
|
|
2386
2386
|
|
|
@@ -2422,7 +2422,7 @@ EXAMPLES
|
|
|
2422
2422
|
$ sfdx hardis:work:task:save --nopull --nogit --noclean
|
|
2423
2423
|
```
|
|
2424
2424
|
|
|
2425
|
-
_See code: [lib/commands/hardis/work/save.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2425
|
+
_See code: [lib/commands/hardis/work/save.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/work/save.js)_
|
|
2426
2426
|
|
|
2427
2427
|
## `sfdx hardis:work:ws [-e <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2428
2428
|
|
|
@@ -2448,5 +2448,5 @@ EXAMPLE
|
|
|
2448
2448
|
$ sfdx hardis:work:ws --event refreshStatus
|
|
2449
2449
|
```
|
|
2450
2450
|
|
|
2451
|
-
_See code: [lib/commands/hardis/work/ws.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.
|
|
2451
|
+
_See code: [lib/commands/hardis/work/ws.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.72.0/lib/commands/hardis/work/ws.js)_
|
|
2452
2452
|
<!-- commandsstop -->
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function analyzeDeployErrorLogs(log: string): any;
|
|
1
|
+
export declare function analyzeDeployErrorLogs(log: string, includeInLog?: boolean): any;
|