sfdx-hardis 2.78.0 → 2.78.1
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 +69 -69
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
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.78.1] 2022-04-07
|
|
8
|
+
|
|
9
|
+
- Fix CI & remove docker image with sfdx-cli@stable as it does not exists anymore
|
|
10
|
+
|
|
7
11
|
## [2.78.0] 2022-04-07
|
|
8
12
|
|
|
9
13
|
- New parameter --skipauth on all hardis commands, to allow the auth check when a default username is required (allows advanced users to improve performances)
|
package/README.md
CHANGED
|
@@ -61,7 +61,7 @@ Once installed, click on  (with latest sfdx-cli version)
|
|
64
|
-
- [**hardisgroupcom/sfdx-hardis:latest-sfdx-
|
|
64
|
+
- [**hardisgroupcom/sfdx-hardis:latest-sfdx-recommended**](https://hub.docker.com/r/hardisgroupcom/sfdx-hardis) (with recommended sfdx-cli version, in case the latest version of sfdx-cli is buggy)
|
|
65
65
|
|
|
66
66
|
_See [Dockerfile](https://github.com/hardisgroupcom/sfdx-hardis/blob/main/Dockerfile)_
|
|
67
67
|
|
|
@@ -256,7 +256,7 @@ EXAMPLE
|
|
|
256
256
|
$ sfdx hardis:auth:login
|
|
257
257
|
```
|
|
258
258
|
|
|
259
|
-
_See code: [lib/commands/hardis/auth/login.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
259
|
+
_See code: [lib/commands/hardis/auth/login.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/auth/login.js)_
|
|
260
260
|
|
|
261
261
|
## `sfdx hardis:config:get [-l <string>] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
262
262
|
|
|
@@ -288,7 +288,7 @@ EXAMPLE
|
|
|
288
288
|
$ sfdx hardis:project:deploy:sources:metadata
|
|
289
289
|
```
|
|
290
290
|
|
|
291
|
-
_See code: [lib/commands/hardis/config/get.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
291
|
+
_See code: [lib/commands/hardis/config/get.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/config/get.js)_
|
|
292
292
|
|
|
293
293
|
## `sfdx hardis:doc:plugin:generate [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
294
294
|
|
|
@@ -328,7 +328,7 @@ EXAMPLE
|
|
|
328
328
|
$ sfdx hardis:doc:plugin:generate
|
|
329
329
|
```
|
|
330
330
|
|
|
331
|
-
_See code: [lib/commands/hardis/doc/plugin/generate.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
331
|
+
_See code: [lib/commands/hardis/doc/plugin/generate.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/doc/plugin/generate.js)_
|
|
332
332
|
|
|
333
333
|
## `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]`
|
|
334
334
|
|
|
@@ -383,7 +383,7 @@ DESCRIPTION
|
|
|
383
383
|
rce_mdapi.htm#cli_reference_force_mdapi_deploy)
|
|
384
384
|
```
|
|
385
385
|
|
|
386
|
-
_See code: [lib/commands/hardis/mdapi/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
386
|
+
_See code: [lib/commands/hardis/mdapi/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/mdapi/deploy.js)_
|
|
387
387
|
|
|
388
388
|
## `sfdx hardis:misc:toml2csv -f <string> [-t <string>] [-l <array>] [-s] [-o <string>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
389
389
|
|
|
@@ -436,7 +436,7 @@ EXAMPLES
|
|
|
436
436
|
--outputdir './output' --filtersections 'COMPTES,SOUS'
|
|
437
437
|
```
|
|
438
438
|
|
|
439
|
-
_See code: [lib/commands/hardis/misc/toml2csv.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
439
|
+
_See code: [lib/commands/hardis/misc/toml2csv.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/misc/toml2csv.js)_
|
|
440
440
|
|
|
441
441
|
## `sfdx hardis:org:configure:data [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
442
442
|
|
|
@@ -464,7 +464,7 @@ EXAMPLE
|
|
|
464
464
|
$ sfdx hardis:org:configure:data
|
|
465
465
|
```
|
|
466
466
|
|
|
467
|
-
_See code: [lib/commands/hardis/org/configure/data.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
467
|
+
_See code: [lib/commands/hardis/org/configure/data.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/configure/data.js)_
|
|
468
468
|
|
|
469
469
|
## `sfdx hardis:org:configure:files [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
470
470
|
|
|
@@ -492,7 +492,7 @@ EXAMPLE
|
|
|
492
492
|
$ sfdx hardis:org:configure:files
|
|
493
493
|
```
|
|
494
494
|
|
|
495
|
-
_See code: [lib/commands/hardis/org/configure/files.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
495
|
+
_See code: [lib/commands/hardis/org/configure/files.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/configure/files.js)_
|
|
496
496
|
|
|
497
497
|
## `sfdx hardis:org:configure:monitoring [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
498
498
|
|
|
@@ -527,7 +527,7 @@ EXAMPLE
|
|
|
527
527
|
$ sfdx hardis:org:configure:monitoring
|
|
528
528
|
```
|
|
529
529
|
|
|
530
|
-
_See code: [lib/commands/hardis/org/configure/monitoring.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
530
|
+
_See code: [lib/commands/hardis/org/configure/monitoring.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/configure/monitoring.js)_
|
|
531
531
|
|
|
532
532
|
## `sfdx hardis:org:connect [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
533
533
|
|
|
@@ -555,7 +555,7 @@ EXAMPLE
|
|
|
555
555
|
$ sfdx hardis:org:connect
|
|
556
556
|
```
|
|
557
557
|
|
|
558
|
-
_See code: [lib/commands/hardis/org/connect.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
558
|
+
_See code: [lib/commands/hardis/org/connect.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/connect.js)_
|
|
559
559
|
|
|
560
560
|
## `sfdx hardis:org:create [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
561
561
|
|
|
@@ -590,7 +590,7 @@ EXAMPLE
|
|
|
590
590
|
$ sfdx hardis:org:create
|
|
591
591
|
```
|
|
592
592
|
|
|
593
|
-
_See code: [lib/commands/hardis/org/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
593
|
+
_See code: [lib/commands/hardis/org/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/create.js)_
|
|
594
594
|
|
|
595
595
|
## `sfdx hardis:org:data:delete [-p <string>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
596
596
|
|
|
@@ -626,7 +626,7 @@ EXAMPLE
|
|
|
626
626
|
$ sfdx hardis:org:data:delete
|
|
627
627
|
```
|
|
628
628
|
|
|
629
|
-
_See code: [lib/commands/hardis/org/data/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
629
|
+
_See code: [lib/commands/hardis/org/data/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/data/delete.js)_
|
|
630
630
|
|
|
631
631
|
## `sfdx hardis:org:data:export [-p <string>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
632
632
|
|
|
@@ -662,7 +662,7 @@ EXAMPLE
|
|
|
662
662
|
$ sfdx hardis:org:data:export
|
|
663
663
|
```
|
|
664
664
|
|
|
665
|
-
_See code: [lib/commands/hardis/org/data/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
665
|
+
_See code: [lib/commands/hardis/org/data/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/data/export.js)_
|
|
666
666
|
|
|
667
667
|
## `sfdx hardis:org:data:import [-p <string>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
668
668
|
|
|
@@ -698,7 +698,7 @@ EXAMPLE
|
|
|
698
698
|
$ sfdx hardis:org:data:import
|
|
699
699
|
```
|
|
700
700
|
|
|
701
|
-
_See code: [lib/commands/hardis/org/data/import.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
701
|
+
_See code: [lib/commands/hardis/org/data/import.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/data/import.js)_
|
|
702
702
|
|
|
703
703
|
## `sfdx hardis:org:diagnose:legacyapi [-e <string>] [-l <number>] [-o <string>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
704
704
|
|
|
@@ -768,7 +768,7 @@ EXAMPLES
|
|
|
768
768
|
$ sfdx hardis:org:diagnose:legacyapi -u hardis@myclient.com --outputfile ./tmp/legacyapi.csv
|
|
769
769
|
```
|
|
770
770
|
|
|
771
|
-
_See code: [lib/commands/hardis/org/diagnose/legacyapi.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
771
|
+
_See code: [lib/commands/hardis/org/diagnose/legacyapi.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/diagnose/legacyapi.js)_
|
|
772
772
|
|
|
773
773
|
## `sfdx hardis:org:files:export [-p <string>] [-c <number>] [-t <number>] [-s <number>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
774
774
|
|
|
@@ -815,7 +815,7 @@ EXAMPLE
|
|
|
815
815
|
$ sfdx hardis:org:files:export
|
|
816
816
|
```
|
|
817
817
|
|
|
818
|
-
_See code: [lib/commands/hardis/org/files/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
818
|
+
_See code: [lib/commands/hardis/org/files/export.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/files/export.js)_
|
|
819
819
|
|
|
820
820
|
## `sfdx hardis:org:purge:apexlog [-z] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
821
821
|
|
|
@@ -854,7 +854,7 @@ EXAMPLES
|
|
|
854
854
|
$ sfdx hardis:org:purge:apexlog --targetusername nicolas.vuillamy@gmail.com
|
|
855
855
|
```
|
|
856
856
|
|
|
857
|
-
_See code: [lib/commands/hardis/org/purge/apexlog.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
857
|
+
_See code: [lib/commands/hardis/org/purge/apexlog.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/purge/apexlog.js)_
|
|
858
858
|
|
|
859
859
|
## `sfdx hardis:org:purge:flow [-z] [-n <string>] [-s <string>] [-f] [-r <string>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
860
860
|
|
|
@@ -925,7 +925,7 @@ EXAMPLES
|
|
|
925
925
|
No record deleted
|
|
926
926
|
```
|
|
927
927
|
|
|
928
|
-
_See code: [lib/commands/hardis/org/purge/flow.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
928
|
+
_See code: [lib/commands/hardis/org/purge/flow.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/purge/flow.js)_
|
|
929
929
|
|
|
930
930
|
## `sfdx hardis:org:retrieve:packageconfig [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
931
931
|
|
|
@@ -960,7 +960,7 @@ EXAMPLE
|
|
|
960
960
|
$ sfdx hardis:org:retrieve:packageconfig
|
|
961
961
|
```
|
|
962
962
|
|
|
963
|
-
_See code: [lib/commands/hardis/org/retrieve/packageconfig.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
963
|
+
_See code: [lib/commands/hardis/org/retrieve/packageconfig.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/retrieve/packageconfig.js)_
|
|
964
964
|
|
|
965
965
|
## `sfdx hardis:org:retrieve:sources:dx [-f <string>] [-t <string>] [-k <string>] [-m <string>] [-o] [-r <string>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
966
966
|
|
|
@@ -1011,7 +1011,7 @@ EXAMPLE
|
|
|
1011
1011
|
$ sfdx hardis:org:retrieve:sources:dx
|
|
1012
1012
|
```
|
|
1013
1013
|
|
|
1014
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1014
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/retrieve/sources/dx.js)_
|
|
1015
1015
|
|
|
1016
1016
|
## `sfdx hardis:org:retrieve:sources:dx2 [-x <string>] [-t <string>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1017
1017
|
|
|
@@ -1052,7 +1052,7 @@ EXAMPLE
|
|
|
1052
1052
|
$ sfdx hardis:org:retrieve:sources:dx2
|
|
1053
1053
|
```
|
|
1054
1054
|
|
|
1055
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/dx2.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1055
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/dx2.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/retrieve/sources/dx2.js)_
|
|
1056
1056
|
|
|
1057
1057
|
## `sfdx hardis:org:retrieve:sources:metadata [-f <string>] [-p <string>] [-r <string>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1058
1058
|
|
|
@@ -1091,7 +1091,7 @@ EXAMPLE
|
|
|
1091
1091
|
$ sfdx hardis:org:retrieve:sources:metadata
|
|
1092
1092
|
```
|
|
1093
1093
|
|
|
1094
|
-
_See code: [lib/commands/hardis/org/retrieve/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1094
|
+
_See code: [lib/commands/hardis/org/retrieve/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/retrieve/sources/metadata.js)_
|
|
1095
1095
|
|
|
1096
1096
|
## `sfdx hardis:org:select [-h] [-s] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1097
1097
|
|
|
@@ -1124,7 +1124,7 @@ EXAMPLE
|
|
|
1124
1124
|
$ sfdx hardis:org:select
|
|
1125
1125
|
```
|
|
1126
1126
|
|
|
1127
|
-
_See code: [lib/commands/hardis/org/select.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1127
|
+
_See code: [lib/commands/hardis/org/select.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/select.js)_
|
|
1128
1128
|
|
|
1129
1129
|
## `sfdx hardis:org:test:apex [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1130
1130
|
|
|
@@ -1164,7 +1164,7 @@ EXAMPLE
|
|
|
1164
1164
|
$ sfdx hardis:org:test:apex
|
|
1165
1165
|
```
|
|
1166
1166
|
|
|
1167
|
-
_See code: [lib/commands/hardis/org/test/apex.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1167
|
+
_See code: [lib/commands/hardis/org/test/apex.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/test/apex.js)_
|
|
1168
1168
|
|
|
1169
1169
|
## `sfdx hardis:org:user:activateinvalid [-p <string>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1170
1170
|
|
|
@@ -1208,7 +1208,7 @@ EXAMPLES
|
|
|
1208
1208
|
$ sfdx hardis:org:user:activateinvalid --targetusername myuser@myorg.com
|
|
1209
1209
|
```
|
|
1210
1210
|
|
|
1211
|
-
_See code: [lib/commands/hardis/org/user/activateinvalid.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1211
|
+
_See code: [lib/commands/hardis/org/user/activateinvalid.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/user/activateinvalid.js)_
|
|
1212
1212
|
|
|
1213
1213
|
## `sfdx hardis:org:user:freeze [-n <string>] [-p <string>] [-e <string>] [-m <number>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1214
1214
|
|
|
@@ -1263,7 +1263,7 @@ EXAMPLES
|
|
|
1263
1263
|
$ sfdx hardis:org:user:freeze --excludeprofiles 'System Administrator,Some Other Profile'
|
|
1264
1264
|
```
|
|
1265
1265
|
|
|
1266
|
-
_See code: [lib/commands/hardis/org/user/freeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1266
|
+
_See code: [lib/commands/hardis/org/user/freeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/user/freeze.js)_
|
|
1267
1267
|
|
|
1268
1268
|
## `sfdx hardis:org:user:unfreeze [-n <string>] [-p <string>] [-e <string>] [-m <number>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1269
1269
|
|
|
@@ -1318,7 +1318,7 @@ EXAMPLES
|
|
|
1318
1318
|
$ sfdx hardis:org:user:unfreeze --excludeprofiles 'System Administrator,Some Other Profile'
|
|
1319
1319
|
```
|
|
1320
1320
|
|
|
1321
|
-
_See code: [lib/commands/hardis/org/user/unfreeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1321
|
+
_See code: [lib/commands/hardis/org/user/unfreeze.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/org/user/unfreeze.js)_
|
|
1322
1322
|
|
|
1323
1323
|
## `sfdx hardis:package:create [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1324
1324
|
|
|
@@ -1353,7 +1353,7 @@ EXAMPLE
|
|
|
1353
1353
|
$ sfdx hardis:package:create
|
|
1354
1354
|
```
|
|
1355
1355
|
|
|
1356
|
-
_See code: [lib/commands/hardis/package/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1356
|
+
_See code: [lib/commands/hardis/package/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/package/create.js)_
|
|
1357
1357
|
|
|
1358
1358
|
## `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]`
|
|
1359
1359
|
|
|
@@ -1391,7 +1391,7 @@ EXAMPLE
|
|
|
1391
1391
|
$ sfdx hardis:package:install
|
|
1392
1392
|
```
|
|
1393
1393
|
|
|
1394
|
-
_See code: [lib/commands/hardis/package/install.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1394
|
+
_See code: [lib/commands/hardis/package/install.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/package/install.js)_
|
|
1395
1395
|
|
|
1396
1396
|
## `sfdx hardis:package:version:create [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1397
1397
|
|
|
@@ -1426,7 +1426,7 @@ EXAMPLE
|
|
|
1426
1426
|
$ sfdx hardis:package:version:create
|
|
1427
1427
|
```
|
|
1428
1428
|
|
|
1429
|
-
_See code: [lib/commands/hardis/package/version/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1429
|
+
_See code: [lib/commands/hardis/package/version/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/package/version/create.js)_
|
|
1430
1430
|
|
|
1431
1431
|
## `sfdx hardis:package:version:list [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1432
1432
|
|
|
@@ -1461,7 +1461,7 @@ EXAMPLE
|
|
|
1461
1461
|
$ sfdx hardis:package:version:list
|
|
1462
1462
|
```
|
|
1463
1463
|
|
|
1464
|
-
_See code: [lib/commands/hardis/package/version/list.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1464
|
+
_See code: [lib/commands/hardis/package/version/list.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/package/version/list.js)_
|
|
1465
1465
|
|
|
1466
1466
|
## `sfdx hardis:package:version:promote [-d] [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1467
1467
|
|
|
@@ -1500,7 +1500,7 @@ EXAMPLES
|
|
|
1500
1500
|
$ sfdx hardis:package:version:promote --auto
|
|
1501
1501
|
```
|
|
1502
1502
|
|
|
1503
|
-
_See code: [lib/commands/hardis/package/version/promote.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1503
|
+
_See code: [lib/commands/hardis/package/version/promote.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/package/version/promote.js)_
|
|
1504
1504
|
|
|
1505
1505
|
## `sfdx hardis:project:audit:apiversion [-m <number>] [-f] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1506
1506
|
|
|
@@ -1535,7 +1535,7 @@ EXAMPLE
|
|
|
1535
1535
|
$ sfdx hardis:project:audit:apiversion
|
|
1536
1536
|
```
|
|
1537
1537
|
|
|
1538
|
-
_See code: [lib/commands/hardis/project/audit/apiversion.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1538
|
+
_See code: [lib/commands/hardis/project/audit/apiversion.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/audit/apiversion.js)_
|
|
1539
1539
|
|
|
1540
1540
|
## `sfdx hardis:project:audit:callincallout [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1541
1541
|
|
|
@@ -1563,7 +1563,7 @@ EXAMPLE
|
|
|
1563
1563
|
$ sfdx hardis:project:audit:callouts
|
|
1564
1564
|
```
|
|
1565
1565
|
|
|
1566
|
-
_See code: [lib/commands/hardis/project/audit/callincallout.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1566
|
+
_See code: [lib/commands/hardis/project/audit/callincallout.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/audit/callincallout.js)_
|
|
1567
1567
|
|
|
1568
1568
|
## `sfdx hardis:project:audit:duplicatefiles [-p <string>] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1569
1569
|
|
|
@@ -1596,7 +1596,7 @@ EXAMPLE
|
|
|
1596
1596
|
$ sfdx hardis:project:audit:duplicatefiles
|
|
1597
1597
|
```
|
|
1598
1598
|
|
|
1599
|
-
_See code: [lib/commands/hardis/project/audit/duplicatefiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1599
|
+
_See code: [lib/commands/hardis/project/audit/duplicatefiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/audit/duplicatefiles.js)_
|
|
1600
1600
|
|
|
1601
1601
|
## `sfdx hardis:project:audit:remotesites [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1602
1602
|
|
|
@@ -1624,7 +1624,7 @@ EXAMPLE
|
|
|
1624
1624
|
$ sfdx hardis:project:audit:remotesites
|
|
1625
1625
|
```
|
|
1626
1626
|
|
|
1627
|
-
_See code: [lib/commands/hardis/project/audit/remotesites.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1627
|
+
_See code: [lib/commands/hardis/project/audit/remotesites.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/audit/remotesites.js)_
|
|
1628
1628
|
|
|
1629
1629
|
## `sfdx hardis:project:clean:emptyitems [-f <string>] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1630
1630
|
|
|
@@ -1653,7 +1653,7 @@ EXAMPLE
|
|
|
1653
1653
|
$ sfdx hardis:project:clean:emptyitems
|
|
1654
1654
|
```
|
|
1655
1655
|
|
|
1656
|
-
_See code: [lib/commands/hardis/project/clean/emptyitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1656
|
+
_See code: [lib/commands/hardis/project/clean/emptyitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/clean/emptyitems.js)_
|
|
1657
1657
|
|
|
1658
1658
|
## `sfdx hardis:project:clean:hiddenitems [-f <string>] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1659
1659
|
|
|
@@ -1682,7 +1682,7 @@ EXAMPLE
|
|
|
1682
1682
|
$ sfdx hardis:project:clean:hiddenitems
|
|
1683
1683
|
```
|
|
1684
1684
|
|
|
1685
|
-
_See code: [lib/commands/hardis/project/clean/hiddenitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1685
|
+
_See code: [lib/commands/hardis/project/clean/hiddenitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/clean/hiddenitems.js)_
|
|
1686
1686
|
|
|
1687
1687
|
## `sfdx hardis:project:clean:listviews [-f <string>] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1688
1688
|
|
|
@@ -1711,7 +1711,7 @@ EXAMPLE
|
|
|
1711
1711
|
$ sfdx hardis:project:clean:listviews
|
|
1712
1712
|
```
|
|
1713
1713
|
|
|
1714
|
-
_See code: [lib/commands/hardis/project/clean/listviews.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1714
|
+
_See code: [lib/commands/hardis/project/clean/listviews.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/clean/listviews.js)_
|
|
1715
1715
|
|
|
1716
1716
|
## `sfdx hardis:project:clean:manageditems [-n <string>] [-f <string>] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1717
1717
|
|
|
@@ -1741,7 +1741,7 @@ EXAMPLE
|
|
|
1741
1741
|
$ sfdx hardis:project:clean:manageditems --namespace crta
|
|
1742
1742
|
```
|
|
1743
1743
|
|
|
1744
|
-
_See code: [lib/commands/hardis/project/clean/manageditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1744
|
+
_See code: [lib/commands/hardis/project/clean/manageditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/clean/manageditems.js)_
|
|
1745
1745
|
|
|
1746
1746
|
## `sfdx hardis:project:clean:minimizeprofiles [-f <string>] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1747
1747
|
|
|
@@ -1770,7 +1770,7 @@ EXAMPLE
|
|
|
1770
1770
|
$ sfdx hardis:project:clean:minimizeprofiles
|
|
1771
1771
|
```
|
|
1772
1772
|
|
|
1773
|
-
_See code: [lib/commands/hardis/project/clean/minimizeprofiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1773
|
+
_See code: [lib/commands/hardis/project/clean/minimizeprofiles.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/clean/minimizeprofiles.js)_
|
|
1774
1774
|
|
|
1775
1775
|
## `sfdx hardis:project:clean:orgmissingitems [-f <string>] [-p <string>] [-t <string>] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1776
1776
|
|
|
@@ -1813,7 +1813,7 @@ EXAMPLE
|
|
|
1813
1813
|
$ sfdx hardis:project:clean:orgmissingitems
|
|
1814
1814
|
```
|
|
1815
1815
|
|
|
1816
|
-
_See code: [lib/commands/hardis/project/clean/orgmissingitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1816
|
+
_See code: [lib/commands/hardis/project/clean/orgmissingitems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/clean/orgmissingitems.js)_
|
|
1817
1817
|
|
|
1818
1818
|
## `sfdx hardis:project:clean:references [-t <string>] [-c <string>] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1819
1819
|
|
|
@@ -1861,7 +1861,7 @@ EXAMPLES
|
|
|
1861
1861
|
$ sfdx hardis:project:clean:references --config ./somefolder/myDestructivePackage.xml
|
|
1862
1862
|
```
|
|
1863
1863
|
|
|
1864
|
-
_See code: [lib/commands/hardis/project/clean/references.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1864
|
+
_See code: [lib/commands/hardis/project/clean/references.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/clean/references.js)_
|
|
1865
1865
|
|
|
1866
1866
|
## `sfdx hardis:project:clean:retrievefolders [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1867
1867
|
|
|
@@ -1896,7 +1896,7 @@ EXAMPLE
|
|
|
1896
1896
|
$ sfdx hardis:project:clean:retrievefolders
|
|
1897
1897
|
```
|
|
1898
1898
|
|
|
1899
|
-
_See code: [lib/commands/hardis/project/clean/retrievefolders.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1899
|
+
_See code: [lib/commands/hardis/project/clean/retrievefolders.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/clean/retrievefolders.js)_
|
|
1900
1900
|
|
|
1901
1901
|
## `sfdx hardis:project:clean:standarditems [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1902
1902
|
|
|
@@ -1924,7 +1924,7 @@ EXAMPLE
|
|
|
1924
1924
|
$ sfdx hardis:project:clean:standarditems
|
|
1925
1925
|
```
|
|
1926
1926
|
|
|
1927
|
-
_See code: [lib/commands/hardis/project/clean/standarditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1927
|
+
_See code: [lib/commands/hardis/project/clean/standarditems.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/clean/standarditems.js)_
|
|
1928
1928
|
|
|
1929
1929
|
## `sfdx hardis:project:configure:auth [-b] [-d] [--websocket <string>] [--skipauth] [-v <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1930
1930
|
|
|
@@ -1963,7 +1963,7 @@ EXAMPLE
|
|
|
1963
1963
|
$ sfdx hardis:project:configure:auth
|
|
1964
1964
|
```
|
|
1965
1965
|
|
|
1966
|
-
_See code: [lib/commands/hardis/project/configure/auth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1966
|
+
_See code: [lib/commands/hardis/project/configure/auth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/configure/auth.js)_
|
|
1967
1967
|
|
|
1968
1968
|
## `sfdx hardis:project:convert:profilestopermsets [-e <array>] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1969
1969
|
|
|
@@ -1992,7 +1992,7 @@ EXAMPLE
|
|
|
1992
1992
|
$ sfdx hardis:project:convert:profilestopermsets
|
|
1993
1993
|
```
|
|
1994
1994
|
|
|
1995
|
-
_See code: [lib/commands/hardis/project/convert/profilestopermsets.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
1995
|
+
_See code: [lib/commands/hardis/project/convert/profilestopermsets.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/convert/profilestopermsets.js)_
|
|
1996
1996
|
|
|
1997
1997
|
## `sfdx hardis:project:create [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
1998
1998
|
|
|
@@ -2027,7 +2027,7 @@ EXAMPLE
|
|
|
2027
2027
|
$ sfdx hardis:project:create
|
|
2028
2028
|
```
|
|
2029
2029
|
|
|
2030
|
-
_See code: [lib/commands/hardis/project/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2030
|
+
_See code: [lib/commands/hardis/project/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/create.js)_
|
|
2031
2031
|
|
|
2032
2032
|
## `sfdx hardis:project:deploy:sources:dx [-c] [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-p <string>] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2033
2033
|
|
|
@@ -2087,7 +2087,7 @@ EXAMPLE
|
|
|
2087
2087
|
$ sfdx hardis:project:deploy:sources:dx
|
|
2088
2088
|
```
|
|
2089
2089
|
|
|
2090
|
-
_See code: [lib/commands/hardis/project/deploy/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2090
|
+
_See code: [lib/commands/hardis/project/deploy/sources/dx.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/deploy/sources/dx.js)_
|
|
2091
2091
|
|
|
2092
2092
|
## `sfdx hardis:project:deploy:sources:metadata [-c] [-x <string>] [-p <string>] [-f] [-k <string>] [-l NoTestRun|RunSpecifiedTests|RunLocalTests|RunAllTestsInOrg] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2093
2093
|
|
|
@@ -2139,7 +2139,7 @@ EXAMPLE
|
|
|
2139
2139
|
$ sfdx hardis:project:deploy:sources:metadata
|
|
2140
2140
|
```
|
|
2141
2141
|
|
|
2142
|
-
_See code: [lib/commands/hardis/project/deploy/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2142
|
+
_See code: [lib/commands/hardis/project/deploy/sources/metadata.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/deploy/sources/metadata.js)_
|
|
2143
2143
|
|
|
2144
2144
|
## `sfdx hardis:project:fix:v53flexipages [-p <string>] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2145
2145
|
|
|
@@ -2175,7 +2175,7 @@ EXAMPLE
|
|
|
2175
2175
|
$ sfdx hardis:project:fix:v53flexipages
|
|
2176
2176
|
```
|
|
2177
2177
|
|
|
2178
|
-
_See code: [lib/commands/hardis/project/fix/v53flexipages.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2178
|
+
_See code: [lib/commands/hardis/project/fix/v53flexipages.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/fix/v53flexipages.js)_
|
|
2179
2179
|
|
|
2180
2180
|
## `sfdx hardis:project:generate:gitdelta [--branch <string>] [--fromcommit <string>] [--tocommit <string>] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2181
2181
|
|
|
@@ -2208,7 +2208,7 @@ EXAMPLE
|
|
|
2208
2208
|
$ sfdx hardis:project:generate:gitdelta
|
|
2209
2209
|
```
|
|
2210
2210
|
|
|
2211
|
-
_See code: [lib/commands/hardis/project/generate/gitdelta.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2211
|
+
_See code: [lib/commands/hardis/project/generate/gitdelta.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/generate/gitdelta.js)_
|
|
2212
2212
|
|
|
2213
2213
|
## `sfdx hardis:project:lint [-f] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2214
2214
|
|
|
@@ -2245,7 +2245,7 @@ EXAMPLES
|
|
|
2245
2245
|
$ sfdx hardis:project:lint --fix
|
|
2246
2246
|
```
|
|
2247
2247
|
|
|
2248
|
-
_See code: [lib/commands/hardis/project/lint.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2248
|
+
_See code: [lib/commands/hardis/project/lint.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/project/lint.js)_
|
|
2249
2249
|
|
|
2250
2250
|
## `sfdx hardis:scratch:create [-n] [-d] [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2251
2251
|
|
|
@@ -2286,7 +2286,7 @@ EXAMPLE
|
|
|
2286
2286
|
$ sfdx hardis:scratch:create
|
|
2287
2287
|
```
|
|
2288
2288
|
|
|
2289
|
-
_See code: [lib/commands/hardis/scratch/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2289
|
+
_See code: [lib/commands/hardis/scratch/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/scratch/create.js)_
|
|
2290
2290
|
|
|
2291
2291
|
## `sfdx hardis:scratch:delete [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2292
2292
|
|
|
@@ -2321,7 +2321,7 @@ EXAMPLE
|
|
|
2321
2321
|
$ sfdx hardis:scratch:delete
|
|
2322
2322
|
```
|
|
2323
2323
|
|
|
2324
|
-
_See code: [lib/commands/hardis/scratch/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2324
|
+
_See code: [lib/commands/hardis/scratch/delete.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/scratch/delete.js)_
|
|
2325
2325
|
|
|
2326
2326
|
## `sfdx hardis:scratch:pool:create [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2327
2327
|
|
|
@@ -2368,7 +2368,7 @@ EXAMPLE
|
|
|
2368
2368
|
$ sfdx hardis:scratch:pool:configure
|
|
2369
2369
|
```
|
|
2370
2370
|
|
|
2371
|
-
_See code: [lib/commands/hardis/scratch/pool/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2371
|
+
_See code: [lib/commands/hardis/scratch/pool/create.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/scratch/pool/create.js)_
|
|
2372
2372
|
|
|
2373
2373
|
## `sfdx hardis:scratch:pool:localauth [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2374
2374
|
|
|
@@ -2403,7 +2403,7 @@ EXAMPLE
|
|
|
2403
2403
|
$ sfdx hardis:scratch:pool:localauth
|
|
2404
2404
|
```
|
|
2405
2405
|
|
|
2406
|
-
_See code: [lib/commands/hardis/scratch/pool/localauth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2406
|
+
_See code: [lib/commands/hardis/scratch/pool/localauth.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/scratch/pool/localauth.js)_
|
|
2407
2407
|
|
|
2408
2408
|
## `sfdx hardis:scratch:pool:refresh [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2409
2409
|
|
|
@@ -2438,7 +2438,7 @@ EXAMPLE
|
|
|
2438
2438
|
$ sfdx hardis:scratch:pool:refresh
|
|
2439
2439
|
```
|
|
2440
2440
|
|
|
2441
|
-
_See code: [lib/commands/hardis/scratch/pool/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2441
|
+
_See code: [lib/commands/hardis/scratch/pool/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/scratch/pool/refresh.js)_
|
|
2442
2442
|
|
|
2443
2443
|
## `sfdx hardis:scratch:pool:reset [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2444
2444
|
|
|
@@ -2473,7 +2473,7 @@ EXAMPLE
|
|
|
2473
2473
|
$ sfdx hardis:scratch:pool:refresh
|
|
2474
2474
|
```
|
|
2475
2475
|
|
|
2476
|
-
_See code: [lib/commands/hardis/scratch/pool/reset.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2476
|
+
_See code: [lib/commands/hardis/scratch/pool/reset.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/scratch/pool/reset.js)_
|
|
2477
2477
|
|
|
2478
2478
|
## `sfdx hardis:scratch:pool:view [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2479
2479
|
|
|
@@ -2508,7 +2508,7 @@ EXAMPLE
|
|
|
2508
2508
|
$ sfdx hardis:scratch:pool:view
|
|
2509
2509
|
```
|
|
2510
2510
|
|
|
2511
|
-
_See code: [lib/commands/hardis/scratch/pool/view.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2511
|
+
_See code: [lib/commands/hardis/scratch/pool/view.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/scratch/pool/view.js)_
|
|
2512
2512
|
|
|
2513
2513
|
## `sfdx hardis:scratch:pull [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2514
2514
|
|
|
@@ -2543,7 +2543,7 @@ EXAMPLE
|
|
|
2543
2543
|
$ sfdx hardis:scratch:pull
|
|
2544
2544
|
```
|
|
2545
2545
|
|
|
2546
|
-
_See code: [lib/commands/hardis/scratch/pull.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2546
|
+
_See code: [lib/commands/hardis/scratch/pull.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/scratch/pull.js)_
|
|
2547
2547
|
|
|
2548
2548
|
## `sfdx hardis:scratch:push [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2549
2549
|
|
|
@@ -2578,7 +2578,7 @@ EXAMPLE
|
|
|
2578
2578
|
$ sfdx hardis:scratch:push
|
|
2579
2579
|
```
|
|
2580
2580
|
|
|
2581
|
-
_See code: [lib/commands/hardis/scratch/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2581
|
+
_See code: [lib/commands/hardis/scratch/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/scratch/push.js)_
|
|
2582
2582
|
|
|
2583
2583
|
## `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]`
|
|
2584
2584
|
|
|
@@ -2634,7 +2634,7 @@ DESCRIPTION
|
|
|
2634
2634
|
rce_source.htm#cli_reference_force_source_deploy)
|
|
2635
2635
|
```
|
|
2636
2636
|
|
|
2637
|
-
_See code: [lib/commands/hardis/source/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2637
|
+
_See code: [lib/commands/hardis/source/deploy.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/source/deploy.js)_
|
|
2638
2638
|
|
|
2639
2639
|
## `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]`
|
|
2640
2640
|
|
|
@@ -2674,7 +2674,7 @@ DESCRIPTION
|
|
|
2674
2674
|
rce_source.htm#cli_reference_force_source_push)
|
|
2675
2675
|
```
|
|
2676
2676
|
|
|
2677
|
-
_See code: [lib/commands/hardis/source/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2677
|
+
_See code: [lib/commands/hardis/source/push.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/source/push.js)_
|
|
2678
2678
|
|
|
2679
2679
|
## `sfdx hardis:work:new [-d] [--websocket <string>] [--skipauth] [-v <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2680
2680
|
|
|
@@ -2709,7 +2709,7 @@ EXAMPLE
|
|
|
2709
2709
|
$ sfdx hardis:work:task:new
|
|
2710
2710
|
```
|
|
2711
2711
|
|
|
2712
|
-
_See code: [lib/commands/hardis/work/new.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2712
|
+
_See code: [lib/commands/hardis/work/new.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/work/new.js)_
|
|
2713
2713
|
|
|
2714
2714
|
## `sfdx hardis:work:refresh [-n] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2715
2715
|
|
|
@@ -2747,7 +2747,7 @@ EXAMPLE
|
|
|
2747
2747
|
$ sfdx hardis:work:refresh
|
|
2748
2748
|
```
|
|
2749
2749
|
|
|
2750
|
-
_See code: [lib/commands/hardis/work/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2750
|
+
_See code: [lib/commands/hardis/work/refresh.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/work/refresh.js)_
|
|
2751
2751
|
|
|
2752
2752
|
## `sfdx hardis:work:resetselection [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2753
2753
|
|
|
@@ -2782,7 +2782,7 @@ EXAMPLE
|
|
|
2782
2782
|
$ sfdx hardis:work:resetsave
|
|
2783
2783
|
```
|
|
2784
2784
|
|
|
2785
|
-
_See code: [lib/commands/hardis/work/resetselection.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2785
|
+
_See code: [lib/commands/hardis/work/resetselection.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/work/resetselection.js)_
|
|
2786
2786
|
|
|
2787
2787
|
## `sfdx hardis:work:save [-n] [-g] [-c] [-d] [--websocket <string>] [--skipauth] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2788
2788
|
|
|
@@ -2827,7 +2827,7 @@ EXAMPLES
|
|
|
2827
2827
|
$ sfdx hardis:work:task:save --nopull --nogit --noclean
|
|
2828
2828
|
```
|
|
2829
2829
|
|
|
2830
|
-
_See code: [lib/commands/hardis/work/save.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2830
|
+
_See code: [lib/commands/hardis/work/save.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/work/save.js)_
|
|
2831
2831
|
|
|
2832
2832
|
## `sfdx hardis:work:ws [-e <string>] [-d] [--websocket <string>] [--skipauth] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
|
|
2833
2833
|
|
|
@@ -2856,5 +2856,5 @@ EXAMPLE
|
|
|
2856
2856
|
$ sfdx hardis:work:ws --event refreshStatus
|
|
2857
2857
|
```
|
|
2858
2858
|
|
|
2859
|
-
_See code: [lib/commands/hardis/work/ws.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.
|
|
2859
|
+
_See code: [lib/commands/hardis/work/ws.js](https://github.com/hardisgroupcom/sfdx-hardis/blob/v2.78.1/lib/commands/hardis/work/ws.js)_
|
|
2860
2860
|
<!-- commandsstop -->
|