sfdx-hardis 2.76.2 → 2.77.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/README.md CHANGED
@@ -118,12 +118,14 @@ sfdx hardis:auth:login --devhub
118
118
  In case suspiscious results are found (failures, critical updates to come...), sfdx-hardis can send notifications to Microsoft Teams channels.
119
119
 
120
120
  You can define hooks using env variables:
121
+
121
122
  - MS_TEAMS_WEBHOOK_URL
122
- - CRITICAL_MS_TEAMS_WEBHOOK_URL
123
- - SEVERE_MS_TEAMS_WEBHOOK_URL
124
- - WARNING_MS_TEAMS_WEBHOOK_URL
123
+ - MS_TEAMS_WEBHOOK_URL_CRITICAL
124
+ - MS_TEAMS_WEBHOOK_URL_SEVERE
125
+ - MS_TEAMS_WEBHOOK_URL_WARNING
126
+ - MS_TEAMS_WEBHOOK_URL_INFO
125
127
 
126
- Ex: `CRITICAL_MS_TEAMS_WEBHOOK_URL=https://mycompany.webhook.office.com/webhookb2/f49c28c6-d10b-412c-b961-fge456bd@c1a7fa9b-90b3-49ab-b5e2-345HG88c/IncomingWebhook/b43c20SDSGFG56712d848bc1cebb17/53ee2e22-a867-4e74-868a-F3fs3935`
128
+ Ex: `MS_TEAMS_WEBHOOK_URL_CRITICAL=https://mycompany.webhook.office.com/webhookb2/f49c28c6-d10b-412c-b961-fge456bd@c1a7fa9b-90b3-49ab-b5e2-345HG88c/IncomingWebhook/b43c20SDSGFG56712d848bc1cebb17/53ee2e22-a867-4e74-868a-F3fs3935`
127
129
 
128
130
  ## Contributing
129
131
 
@@ -179,7 +181,7 @@ Anyone is welcome to contribute to this sfdx-hardis
179
181
  * [`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]`](#sfdx-hardisorgretrievesourcesmetadata--f-string--p-string--r-string--d---websocket-string--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
180
182
  * [`sfdx hardis:org:select [-h] [-s] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-hardisorgselect--h--s--d---websocket-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
181
183
  * [`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]`](#sfdx-hardisorgtestapex--l-notestrunrunspecifiedtestsrunlocaltestsrunalltestsinorg--d---websocket-string--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
182
- * [`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]`](#sfdx-hardisorguseractivateinvalid--d---websocket-string--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
184
+ * [`sfdx hardis:org:user:activateinvalid [-p <string>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#sfdx-hardisorguseractivateinvalid--p-string--d---websocket-string--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
183
185
  * [`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]`](#sfdx-hardisorguserfreeze--n-string--p-string--e-string--m-number--d---websocket-string--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
184
186
  * [`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]`](#sfdx-hardisorguserunfreeze--n-string--p-string--e-string--m-number--d---websocket-string--u-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
185
187
  * [`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]`](#sfdx-hardispackagecreate--d---websocket-string--v-string---apiversion-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
@@ -251,7 +253,7 @@ EXAMPLE
251
253
  $ sfdx hardis:auth:login
252
254
  ```
253
255
 
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)_
256
+ _See code: [lib/commands/hardis/auth/login.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/auth/login.js)_
255
257
 
256
258
  ## `sfdx hardis:config:get [-l <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
257
259
 
@@ -280,7 +282,7 @@ EXAMPLE
280
282
  $ sfdx hardis:project:deploy:sources:metadata
281
283
  ```
282
284
 
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)_
285
+ _See code: [lib/commands/hardis/config/get.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/config/get.js)_
284
286
 
285
287
  ## `sfdx hardis:doc:plugin:generate [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
286
288
 
@@ -317,7 +319,7 @@ EXAMPLE
317
319
  $ sfdx hardis:doc:plugin:generate
318
320
  ```
319
321
 
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)_
322
+ _See code: [lib/commands/hardis/doc/plugin/generate.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/doc/plugin/generate.js)_
321
323
 
322
324
  ## `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
325
 
@@ -367,12 +369,12 @@ OPTIONS
367
369
  --websocket=websocket websocket
368
370
 
369
371
  DESCRIPTION
370
- See documentation at
371
- https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_mdapi
372
- .htm#cli_reference_force_mdapi_deploy
372
+ [See documentation of Salesforce
373
+ command](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_fo
374
+ rce_mdapi.htm#cli_reference_force_mdapi_deploy)
373
375
  ```
374
376
 
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)_
377
+ _See code: [lib/commands/hardis/mdapi/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/mdapi/deploy.js)_
376
378
 
377
379
  ## `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
380
 
@@ -422,7 +424,7 @@ EXAMPLES
422
424
  --outputdir './output' --filtersections 'COMPTES,SOUS'
423
425
  ```
424
426
 
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)_
427
+ _See code: [lib/commands/hardis/misc/toml2csv.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/misc/toml2csv.js)_
426
428
 
427
429
  ## `sfdx hardis:org:configure:data [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
428
430
 
@@ -447,7 +449,7 @@ EXAMPLE
447
449
  $ sfdx hardis:org:configure:data
448
450
  ```
449
451
 
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)_
452
+ _See code: [lib/commands/hardis/org/configure/data.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/configure/data.js)_
451
453
 
452
454
  ## `sfdx hardis:org:configure:files [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
453
455
 
@@ -472,7 +474,7 @@ EXAMPLE
472
474
  $ sfdx hardis:org:configure:files
473
475
  ```
474
476
 
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)_
477
+ _See code: [lib/commands/hardis/org/configure/files.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/configure/files.js)_
476
478
 
477
479
  ## `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
480
 
@@ -504,7 +506,7 @@ EXAMPLE
504
506
  $ sfdx hardis:org:configure:monitoring
505
507
  ```
506
508
 
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)_
509
+ _See code: [lib/commands/hardis/org/configure/monitoring.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/configure/monitoring.js)_
508
510
 
509
511
  ## `sfdx hardis:org:connect [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
510
512
 
@@ -529,7 +531,7 @@ EXAMPLE
529
531
  $ sfdx hardis:org:connect
530
532
  ```
531
533
 
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)_
534
+ _See code: [lib/commands/hardis/org/connect.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/connect.js)_
533
535
 
534
536
  ## `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
537
 
@@ -561,7 +563,7 @@ EXAMPLE
561
563
  $ sfdx hardis:org:create
562
564
  ```
563
565
 
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)_
566
+ _See code: [lib/commands/hardis/org/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/create.js)_
565
567
 
566
568
  ## `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
569
 
@@ -594,7 +596,7 @@ EXAMPLE
594
596
  $ sfdx hardis:org:data:delete
595
597
  ```
596
598
 
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)_
599
+ _See code: [lib/commands/hardis/org/data/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/data/delete.js)_
598
600
 
599
601
  ## `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
602
 
@@ -627,7 +629,7 @@ EXAMPLE
627
629
  $ sfdx hardis:org:data:export
628
630
  ```
629
631
 
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)_
632
+ _See code: [lib/commands/hardis/org/data/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/data/export.js)_
631
633
 
632
634
  ## `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
635
 
@@ -660,7 +662,7 @@ EXAMPLE
660
662
  $ sfdx hardis:org:data:import
661
663
  ```
662
664
 
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)_
665
+ _See code: [lib/commands/hardis/org/data/import.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/data/import.js)_
664
666
 
665
667
  ## `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
668
 
@@ -727,7 +729,7 @@ EXAMPLES
727
729
  $ sfdx hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv
728
730
  ```
729
731
 
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)_
732
+ _See code: [lib/commands/hardis/org/diagnose/legacyapi.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/diagnose/legacyapi.js)_
731
733
 
732
734
  ## `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
735
 
@@ -771,7 +773,7 @@ EXAMPLE
771
773
  $ sfdx hardis:org:files:export
772
774
  ```
773
775
 
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)_
776
+ _See code: [lib/commands/hardis/org/files/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/files/export.js)_
775
777
 
776
778
  ## `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
779
 
@@ -807,7 +809,7 @@ EXAMPLES
807
809
  $ sfdx hardis:org:purge:apexlog --targetusername nicolas.vuillamy@gmail.com
808
810
  ```
809
811
 
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)_
812
+ _See code: [lib/commands/hardis/org/purge/apexlog.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/purge/apexlog.js)_
811
813
 
812
814
  ## `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
815
 
@@ -875,7 +877,7 @@ EXAMPLES
875
877
  No record deleted
876
878
  ```
877
879
 
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)_
880
+ _See code: [lib/commands/hardis/org/purge/flow.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/purge/flow.js)_
879
881
 
880
882
  ## `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
883
 
@@ -907,7 +909,7 @@ EXAMPLE
907
909
  $ sfdx hardis:org:retrieve:packageconfig
908
910
  ```
909
911
 
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)_
912
+ _See code: [lib/commands/hardis/org/retrieve/packageconfig.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/retrieve/packageconfig.js)_
911
913
 
912
914
  ## `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
915
 
@@ -955,7 +957,7 @@ EXAMPLE
955
957
  $ sfdx hardis:org:retrieve:sources:dx
956
958
  ```
957
959
 
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)_
960
+ _See code: [lib/commands/hardis/org/retrieve/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/retrieve/sources/dx.js)_
959
961
 
960
962
  ## `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
963
 
@@ -992,7 +994,7 @@ EXAMPLE
992
994
  $ sfdx hardis:org:retrieve:sources:dx2
993
995
  ```
994
996
 
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)_
997
+ _See code: [lib/commands/hardis/org/retrieve/sources/dx2.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/retrieve/sources/dx2.js)_
996
998
 
997
999
  ## `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
1000
 
@@ -1028,7 +1030,7 @@ EXAMPLE
1028
1030
  $ sfdx hardis:org:retrieve:sources:metadata
1029
1031
  ```
1030
1032
 
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)_
1033
+ _See code: [lib/commands/hardis/org/retrieve/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/retrieve/sources/metadata.js)_
1032
1034
 
1033
1035
  ## `sfdx hardis:org:select [-h] [-s] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1034
1036
 
@@ -1058,7 +1060,7 @@ EXAMPLE
1058
1060
  $ sfdx hardis:org:select
1059
1061
  ```
1060
1062
 
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)_
1063
+ _See code: [lib/commands/hardis/org/select.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/select.js)_
1062
1064
 
1063
1065
  ## `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
1066
 
@@ -1095,20 +1097,25 @@ EXAMPLE
1095
1097
  $ sfdx hardis:org:test:apex
1096
1098
  ```
1097
1099
 
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)_
1100
+ _See code: [lib/commands/hardis/org/test/apex.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/test/apex.js)_
1099
1101
 
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]`
1102
+ ## `sfdx hardis:org:user:activateinvalid [-p <string>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1101
1103
 
1102
1104
  Update sandbox users so their email is valid
1103
1105
 
1104
1106
  ```
1105
1107
  USAGE
1106
- $ sfdx hardis:org:user:activateinvalid [-d] [--websocket <string>] [-u <string>] [--apiversion <string>] [--json]
1107
- [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
1108
+ $ sfdx hardis:org:user:activateinvalid [-p <string>] [-d] [--websocket <string>] [-u <string>] [--apiversion <string>]
1109
+ [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
1108
1110
 
1109
1111
  OPTIONS
1110
1112
  -d, --debug Activate debug mode (more logs)
1111
1113
 
1114
+ -p, --profiles=profiles Comma-separated list of profiles
1115
+ names that you want to reactive
1116
+ users assigned to and with a
1117
+ .invalid email
1118
+
1112
1119
  -u, --targetusername=targetusername username or alias for the target
1113
1120
  org; overrides default target org
1114
1121
 
@@ -1131,7 +1138,7 @@ EXAMPLES
1131
1138
  $ sfdx hardis:org:user:activateinvalid --targetusername myuser@myorg.com
1132
1139
  ```
1133
1140
 
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)_
1141
+ _See code: [lib/commands/hardis/org/user/activateinvalid.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/user/activateinvalid.js)_
1135
1142
 
1136
1143
  ## `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
1144
 
@@ -1183,7 +1190,7 @@ EXAMPLES
1183
1190
  $ sfdx hardis:org:user:freeze --excludeprofiles 'System Administrator,Some Other Profile'
1184
1191
  ```
1185
1192
 
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)_
1193
+ _See code: [lib/commands/hardis/org/user/freeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/user/freeze.js)_
1187
1194
 
1188
1195
  ## `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
1196
 
@@ -1235,7 +1242,7 @@ EXAMPLES
1235
1242
  $ sfdx hardis:org:user:unfreeze --excludeprofiles 'System Administrator,Some Other Profile'
1236
1243
  ```
1237
1244
 
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)_
1245
+ _See code: [lib/commands/hardis/org/user/unfreeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/org/user/unfreeze.js)_
1239
1246
 
1240
1247
  ## `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
1248
 
@@ -1267,7 +1274,7 @@ EXAMPLE
1267
1274
  $ sfdx hardis:package:create
1268
1275
  ```
1269
1276
 
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)_
1277
+ _See code: [lib/commands/hardis/package/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/package/create.js)_
1271
1278
 
1272
1279
  ## `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
1280
 
@@ -1305,7 +1312,7 @@ EXAMPLE
1305
1312
  $ sfdx hardis:package:install
1306
1313
  ```
1307
1314
 
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)_
1315
+ _See code: [lib/commands/hardis/package/install.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/package/install.js)_
1309
1316
 
1310
1317
  ## `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
1318
 
@@ -1337,7 +1344,7 @@ EXAMPLE
1337
1344
  $ sfdx hardis:package:version:create
1338
1345
  ```
1339
1346
 
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)_
1347
+ _See code: [lib/commands/hardis/package/version/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/package/version/create.js)_
1341
1348
 
1342
1349
  ## `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
1350
 
@@ -1369,7 +1376,7 @@ EXAMPLE
1369
1376
  $ sfdx hardis:package:version:list
1370
1377
  ```
1371
1378
 
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)_
1379
+ _See code: [lib/commands/hardis/package/version/list.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/package/version/list.js)_
1373
1380
 
1374
1381
  ## `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
1382
 
@@ -1405,7 +1412,7 @@ EXAMPLES
1405
1412
  $ sfdx hardis:package:version:promote --auto
1406
1413
  ```
1407
1414
 
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)_
1415
+ _See code: [lib/commands/hardis/package/version/promote.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/package/version/promote.js)_
1409
1416
 
1410
1417
  ## `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
1418
 
@@ -1437,7 +1444,7 @@ EXAMPLE
1437
1444
  $ sfdx hardis:project:audit:apiversion
1438
1445
  ```
1439
1446
 
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)_
1447
+ _See code: [lib/commands/hardis/project/audit/apiversion.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/audit/apiversion.js)_
1441
1448
 
1442
1449
  ## `sfdx hardis:project:audit:callincallout [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1443
1450
 
@@ -1462,7 +1469,7 @@ EXAMPLE
1462
1469
  $ sfdx hardis:project:audit:callouts
1463
1470
  ```
1464
1471
 
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)_
1472
+ _See code: [lib/commands/hardis/project/audit/callincallout.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/audit/callincallout.js)_
1466
1473
 
1467
1474
  ## `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
1475
 
@@ -1492,7 +1499,7 @@ EXAMPLE
1492
1499
  $ sfdx hardis:project:audit:duplicatefiles
1493
1500
  ```
1494
1501
 
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)_
1502
+ _See code: [lib/commands/hardis/project/audit/duplicatefiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/audit/duplicatefiles.js)_
1496
1503
 
1497
1504
  ## `sfdx hardis:project:audit:remotesites [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1498
1505
 
@@ -1517,7 +1524,7 @@ EXAMPLE
1517
1524
  $ sfdx hardis:project:audit:remotesites
1518
1525
  ```
1519
1526
 
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)_
1527
+ _See code: [lib/commands/hardis/project/audit/remotesites.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/audit/remotesites.js)_
1521
1528
 
1522
1529
  ## `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
1530
 
@@ -1543,7 +1550,7 @@ EXAMPLE
1543
1550
  $ sfdx hardis:project:clean:emptyitems
1544
1551
  ```
1545
1552
 
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)_
1553
+ _See code: [lib/commands/hardis/project/clean/emptyitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/clean/emptyitems.js)_
1547
1554
 
1548
1555
  ## `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
1556
 
@@ -1569,7 +1576,7 @@ EXAMPLE
1569
1576
  $ sfdx hardis:project:clean:hiddenitems
1570
1577
  ```
1571
1578
 
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)_
1579
+ _See code: [lib/commands/hardis/project/clean/hiddenitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/clean/hiddenitems.js)_
1573
1580
 
1574
1581
  ## `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
1582
 
@@ -1595,7 +1602,7 @@ EXAMPLE
1595
1602
  $ sfdx hardis:project:clean:listviews
1596
1603
  ```
1597
1604
 
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)_
1605
+ _See code: [lib/commands/hardis/project/clean/listviews.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/clean/listviews.js)_
1599
1606
 
1600
1607
  ## `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
1608
 
@@ -1622,7 +1629,7 @@ EXAMPLE
1622
1629
  $ sfdx hardis:project:clean:manageditems --namespace crta
1623
1630
  ```
1624
1631
 
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)_
1632
+ _See code: [lib/commands/hardis/project/clean/manageditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/clean/manageditems.js)_
1626
1633
 
1627
1634
  ## `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
1635
 
@@ -1648,7 +1655,7 @@ EXAMPLE
1648
1655
  $ sfdx hardis:project:clean:minimizeprofiles
1649
1656
  ```
1650
1657
 
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)_
1658
+ _See code: [lib/commands/hardis/project/clean/minimizeprofiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/clean/minimizeprofiles.js)_
1652
1659
 
1653
1660
  ## `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
1661
 
@@ -1688,7 +1695,7 @@ EXAMPLE
1688
1695
  $ sfdx hardis:project:clean:orgmissingitems
1689
1696
  ```
1690
1697
 
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)_
1698
+ _See code: [lib/commands/hardis/project/clean/orgmissingitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/clean/orgmissingitems.js)_
1692
1699
 
1693
1700
  ## `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
1701
 
@@ -1730,7 +1737,7 @@ EXAMPLES
1730
1737
  $ sfdx hardis:project:clean:references --config ./somefolder/myDestructivePackage.xml
1731
1738
  ```
1732
1739
 
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)_
1740
+ _See code: [lib/commands/hardis/project/clean/references.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/clean/references.js)_
1734
1741
 
1735
1742
  ## `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
1743
 
@@ -1762,7 +1769,7 @@ EXAMPLE
1762
1769
  $ sfdx hardis:project:clean:retrievefolders
1763
1770
  ```
1764
1771
 
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)_
1772
+ _See code: [lib/commands/hardis/project/clean/retrievefolders.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/clean/retrievefolders.js)_
1766
1773
 
1767
1774
  ## `sfdx hardis:project:clean:standarditems [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
1768
1775
 
@@ -1787,7 +1794,7 @@ EXAMPLE
1787
1794
  $ sfdx hardis:project:clean:standarditems
1788
1795
  ```
1789
1796
 
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)_
1797
+ _See code: [lib/commands/hardis/project/clean/standarditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/clean/standarditems.js)_
1791
1798
 
1792
1799
  ## `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
1800
 
@@ -1823,7 +1830,7 @@ EXAMPLE
1823
1830
  $ sfdx hardis:project:configure:auth
1824
1831
  ```
1825
1832
 
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)_
1833
+ _See code: [lib/commands/hardis/project/configure/auth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/configure/auth.js)_
1827
1834
 
1828
1835
  ## `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
1836
 
@@ -1849,7 +1856,7 @@ EXAMPLE
1849
1856
  $ sfdx hardis:project:convert:profilestopermsets
1850
1857
  ```
1851
1858
 
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)_
1859
+ _See code: [lib/commands/hardis/project/convert/profilestopermsets.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/convert/profilestopermsets.js)_
1853
1860
 
1854
1861
  ## `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
1862
 
@@ -1881,7 +1888,7 @@ EXAMPLE
1881
1888
  $ sfdx hardis:project:create
1882
1889
  ```
1883
1890
 
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)_
1891
+ _See code: [lib/commands/hardis/project/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/create.js)_
1885
1892
 
1886
1893
  ## `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
1894
 
@@ -1932,12 +1939,13 @@ DESCRIPTION
1932
1939
  Env vars override:
1933
1940
 
1934
1941
  - SFDX_HARDIS_DEPLOY_IGNORE_SPLIT_PACKAGES: define "true" to ignore split of package.xml into several deployments
1942
+ - INSTALL_PACKAGES_DURING_CHECK_DEPLOY: define "true" so packages are installed during deployment check
1935
1943
 
1936
1944
  EXAMPLE
1937
1945
  $ sfdx hardis:project:deploy:sources:dx
1938
1946
  ```
1939
1947
 
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)_
1948
+ _See code: [lib/commands/hardis/project/deploy/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/deploy/sources/dx.js)_
1941
1949
 
1942
1950
  ## `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
1951
 
@@ -1986,7 +1994,7 @@ EXAMPLE
1986
1994
  $ sfdx hardis:project:deploy:sources:metadata
1987
1995
  ```
1988
1996
 
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)_
1997
+ _See code: [lib/commands/hardis/project/deploy/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/deploy/sources/metadata.js)_
1990
1998
 
1991
1999
  ## `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
2000
 
@@ -2019,7 +2027,7 @@ EXAMPLE
2019
2027
  $ sfdx hardis:project:fix:v53flexipages
2020
2028
  ```
2021
2029
 
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)_
2030
+ _See code: [lib/commands/hardis/project/fix/v53flexipages.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/fix/v53flexipages.js)_
2023
2031
 
2024
2032
  ## `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
2033
 
@@ -2048,7 +2056,7 @@ EXAMPLE
2048
2056
  $ sfdx hardis:project:generate:gitdelta
2049
2057
  ```
2050
2058
 
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)_
2059
+ _See code: [lib/commands/hardis/project/generate/gitdelta.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/generate/gitdelta.js)_
2052
2060
 
2053
2061
  ## `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
2062
 
@@ -2082,7 +2090,7 @@ EXAMPLES
2082
2090
  $ sfdx hardis:project:lint --fix
2083
2091
  ```
2084
2092
 
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)_
2093
+ _See code: [lib/commands/hardis/project/lint.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/project/lint.js)_
2086
2094
 
2087
2095
  ## `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
2096
 
@@ -2120,7 +2128,7 @@ EXAMPLE
2120
2128
  $ sfdx hardis:scratch:create
2121
2129
  ```
2122
2130
 
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)_
2131
+ _See code: [lib/commands/hardis/scratch/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/scratch/create.js)_
2124
2132
 
2125
2133
  ## `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
2134
 
@@ -2152,7 +2160,7 @@ EXAMPLE
2152
2160
  $ sfdx hardis:scratch:delete
2153
2161
  ```
2154
2162
 
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)_
2163
+ _See code: [lib/commands/hardis/scratch/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/scratch/delete.js)_
2156
2164
 
2157
2165
  ## `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
2166
 
@@ -2196,7 +2204,7 @@ EXAMPLE
2196
2204
  $ sfdx hardis:scratch:pool:configure
2197
2205
  ```
2198
2206
 
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)_
2207
+ _See code: [lib/commands/hardis/scratch/pool/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/scratch/pool/create.js)_
2200
2208
 
2201
2209
  ## `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
2210
 
@@ -2228,7 +2236,7 @@ EXAMPLE
2228
2236
  $ sfdx hardis:scratch:pool:localauth
2229
2237
  ```
2230
2238
 
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)_
2239
+ _See code: [lib/commands/hardis/scratch/pool/localauth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/scratch/pool/localauth.js)_
2232
2240
 
2233
2241
  ## `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
2242
 
@@ -2260,7 +2268,7 @@ EXAMPLE
2260
2268
  $ sfdx hardis:scratch:pool:refresh
2261
2269
  ```
2262
2270
 
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)_
2271
+ _See code: [lib/commands/hardis/scratch/pool/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/scratch/pool/refresh.js)_
2264
2272
 
2265
2273
  ## `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
2274
 
@@ -2292,7 +2300,7 @@ EXAMPLE
2292
2300
  $ sfdx hardis:scratch:pool:refresh
2293
2301
  ```
2294
2302
 
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)_
2303
+ _See code: [lib/commands/hardis/scratch/pool/reset.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/scratch/pool/reset.js)_
2296
2304
 
2297
2305
  ## `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
2306
 
@@ -2324,7 +2332,7 @@ EXAMPLE
2324
2332
  $ sfdx hardis:scratch:pool:view
2325
2333
  ```
2326
2334
 
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)_
2335
+ _See code: [lib/commands/hardis/scratch/pool/view.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/scratch/pool/view.js)_
2328
2336
 
2329
2337
  ## `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
2338
 
@@ -2356,7 +2364,7 @@ EXAMPLE
2356
2364
  $ sfdx hardis:scratch:pull
2357
2365
  ```
2358
2366
 
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)_
2367
+ _See code: [lib/commands/hardis/scratch/pull.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/scratch/pull.js)_
2360
2368
 
2361
2369
  ## `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
2370
 
@@ -2388,7 +2396,7 @@ EXAMPLE
2388
2396
  $ sfdx hardis:scratch:push
2389
2397
  ```
2390
2398
 
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)_
2399
+ _See code: [lib/commands/hardis/scratch/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/scratch/push.js)_
2392
2400
 
2393
2401
  ## `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
2402
 
@@ -2439,12 +2447,12 @@ OPTIONS
2439
2447
  --websocket=websocket websocket
2440
2448
 
2441
2449
  DESCRIPTION
2442
- See documentation at
2443
- https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_sourc
2444
- e.htm#cli_reference_force_source_deploy
2450
+ [See documentation of Salesforce
2451
+ command](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_fo
2452
+ rce_source.htm#cli_reference_force_source_deploy)
2445
2453
  ```
2446
2454
 
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)_
2455
+ _See code: [lib/commands/hardis/source/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/source/deploy.js)_
2448
2456
 
2449
2457
  ## `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
2458
 
@@ -2479,12 +2487,12 @@ OPTIONS
2479
2487
  --websocket=websocket websocket
2480
2488
 
2481
2489
  DESCRIPTION
2482
- See documentation at
2483
- https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_sourc
2484
- e.htm#cli_reference_force_source_push
2490
+ [See documentation of Salesforce
2491
+ command](https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_fo
2492
+ rce_source.htm#cli_reference_force_source_push)
2485
2493
  ```
2486
2494
 
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)_
2495
+ _See code: [lib/commands/hardis/source/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/source/push.js)_
2488
2496
 
2489
2497
  ## `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
2498
 
@@ -2516,7 +2524,7 @@ EXAMPLE
2516
2524
  $ sfdx hardis:work:task:new
2517
2525
  ```
2518
2526
 
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)_
2527
+ _See code: [lib/commands/hardis/work/new.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/work/new.js)_
2520
2528
 
2521
2529
  ## `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
2530
 
@@ -2551,7 +2559,7 @@ EXAMPLE
2551
2559
  $ sfdx hardis:work:refresh
2552
2560
  ```
2553
2561
 
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)_
2562
+ _See code: [lib/commands/hardis/work/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/work/refresh.js)_
2555
2563
 
2556
2564
  ## `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
2565
 
@@ -2583,7 +2591,7 @@ EXAMPLE
2583
2591
  $ sfdx hardis:work:resetsave
2584
2592
  ```
2585
2593
 
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)_
2594
+ _See code: [lib/commands/hardis/work/resetselection.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/work/resetselection.js)_
2587
2595
 
2588
2596
  ## `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
2597
 
@@ -2625,7 +2633,7 @@ EXAMPLES
2625
2633
  $ sfdx hardis:work:task:save --nopull --nogit --noclean
2626
2634
  ```
2627
2635
 
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)_
2636
+ _See code: [lib/commands/hardis/work/save.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/work/save.js)_
2629
2637
 
2630
2638
  ## `sfdx hardis:work:ws [-e <string>] [-d] [--websocket <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
2631
2639
 
@@ -2651,5 +2659,5 @@ EXAMPLE
2651
2659
  $ sfdx hardis:work:ws --event refreshStatus
2652
2660
  ```
2653
2661
 
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)_
2662
+ _See code: [lib/commands/hardis/work/ws.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.77.0/lib/commands/hardis/work/ws.js)_
2655
2663
  <!-- commandsstop -->