sfdx-hardis 5.44.2-alpha202507221106.0 → 5.44.2-alpha202507221112.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/oclif.lock +5 -16
- package/oclif.manifest.json +547 -547
- package/package.json +1 -1
package/oclif.lock
CHANGED
|
@@ -6714,21 +6714,10 @@ form-data-encoder@^2.1.2:
|
|
|
6714
6714
|
resolved "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz"
|
|
6715
6715
|
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
|
|
6716
6716
|
|
|
6717
|
-
form-data
|
|
6718
|
-
version "
|
|
6719
|
-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-
|
|
6720
|
-
integrity sha512-
|
|
6721
|
-
dependencies:
|
|
6722
|
-
asynckit "^0.4.0"
|
|
6723
|
-
combined-stream "^1.0.8"
|
|
6724
|
-
es-set-tostringtag "^2.1.0"
|
|
6725
|
-
hasown "^2.0.2"
|
|
6726
|
-
mime-types "^2.1.12"
|
|
6727
|
-
|
|
6728
|
-
form-data@^4.0.0, form-data@^4.0.4:
|
|
6729
|
-
version "4.0.4"
|
|
6730
|
-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
|
|
6731
|
-
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
|
|
6717
|
+
form-data@^2.5.0:
|
|
6718
|
+
version "2.5.5"
|
|
6719
|
+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.5.5.tgz#a5f6364ad7e4e67e95b4a07e2d8c6f711c74f624"
|
|
6720
|
+
integrity sha512-jqdObeR2rxZZbPSGL+3VckHMYtu+f9//KXBsVny6JSX/pa38Fy+bGjuG8eW/H6USNQWhLi8Num++cU2yOCNz4A==
|
|
6732
6721
|
dependencies:
|
|
6733
6722
|
asynckit "^0.4.0"
|
|
6734
6723
|
combined-stream "^1.0.8"
|
|
@@ -6737,7 +6726,7 @@ form-data@^4.0.0, form-data@^4.0.4:
|
|
|
6737
6726
|
mime-types "^2.1.35"
|
|
6738
6727
|
safe-buffer "^5.2.1"
|
|
6739
6728
|
|
|
6740
|
-
form-data@^4.0.0:
|
|
6729
|
+
form-data@^4.0.0, form-data@^4.0.4:
|
|
6741
6730
|
version "4.0.4"
|
|
6742
6731
|
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
|
|
6743
6732
|
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
|
package/oclif.manifest.json
CHANGED
|
@@ -129,13 +129,12 @@
|
|
|
129
129
|
"clear:cache:hardis"
|
|
130
130
|
]
|
|
131
131
|
},
|
|
132
|
-
"hardis:
|
|
132
|
+
"hardis:config:get": {
|
|
133
133
|
"aliases": [],
|
|
134
134
|
"args": {},
|
|
135
|
-
"description": "
|
|
135
|
+
"description": "Returns sfdx-hardis project config for a given level",
|
|
136
136
|
"examples": [
|
|
137
|
-
"$ sf hardis:
|
|
138
|
-
"CI=true sf hardis:auth:login"
|
|
137
|
+
"$ sf hardis:project:deploy:sources:metadata"
|
|
139
138
|
],
|
|
140
139
|
"flags": {
|
|
141
140
|
"json": {
|
|
@@ -153,28 +152,20 @@
|
|
|
153
152
|
"multiple": false,
|
|
154
153
|
"type": "option"
|
|
155
154
|
},
|
|
156
|
-
"
|
|
157
|
-
"char": "
|
|
158
|
-
"description": "
|
|
159
|
-
"name": "
|
|
155
|
+
"level": {
|
|
156
|
+
"char": "l",
|
|
157
|
+
"description": "project,branch or user",
|
|
158
|
+
"name": "level",
|
|
159
|
+
"default": "project",
|
|
160
160
|
"hasDynamicHelp": false,
|
|
161
161
|
"multiple": false,
|
|
162
|
+
"options": [
|
|
163
|
+
"project",
|
|
164
|
+
"branch",
|
|
165
|
+
"user"
|
|
166
|
+
],
|
|
162
167
|
"type": "option"
|
|
163
168
|
},
|
|
164
|
-
"devhub": {
|
|
165
|
-
"char": "h",
|
|
166
|
-
"description": "Also connect associated DevHub",
|
|
167
|
-
"name": "devhub",
|
|
168
|
-
"allowNo": false,
|
|
169
|
-
"type": "boolean"
|
|
170
|
-
},
|
|
171
|
-
"scratchorg": {
|
|
172
|
-
"char": "s",
|
|
173
|
-
"description": "Scratch org",
|
|
174
|
-
"name": "scratchorg",
|
|
175
|
-
"allowNo": false,
|
|
176
|
-
"type": "boolean"
|
|
177
|
-
},
|
|
178
169
|
"debug": {
|
|
179
170
|
"char": "d",
|
|
180
171
|
"description": "Activate debug mode (more logs)",
|
|
@@ -198,38 +189,39 @@
|
|
|
198
189
|
},
|
|
199
190
|
"hasDynamicHelp": false,
|
|
200
191
|
"hiddenAliases": [],
|
|
201
|
-
"id": "hardis:
|
|
192
|
+
"id": "hardis:config:get",
|
|
202
193
|
"pluginAlias": "sfdx-hardis",
|
|
203
194
|
"pluginName": "sfdx-hardis",
|
|
204
195
|
"pluginType": "core",
|
|
205
196
|
"strict": true,
|
|
206
197
|
"enableJsonFlag": true,
|
|
207
|
-
"title": "
|
|
198
|
+
"title": "Deploy metadata sources to org",
|
|
208
199
|
"requiresProject": false,
|
|
209
200
|
"isESM": true,
|
|
210
201
|
"relativePath": [
|
|
211
202
|
"lib",
|
|
212
203
|
"commands",
|
|
213
204
|
"hardis",
|
|
214
|
-
"
|
|
215
|
-
"
|
|
205
|
+
"config",
|
|
206
|
+
"get.js"
|
|
216
207
|
],
|
|
217
208
|
"aliasPermutations": [],
|
|
218
209
|
"permutations": [
|
|
219
|
-
"hardis:
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"hardis:
|
|
223
|
-
"
|
|
224
|
-
"
|
|
210
|
+
"hardis:config:get",
|
|
211
|
+
"config:hardis:get",
|
|
212
|
+
"config:get:hardis",
|
|
213
|
+
"hardis:get:config",
|
|
214
|
+
"get:hardis:config",
|
|
215
|
+
"get:config:hardis"
|
|
225
216
|
]
|
|
226
217
|
},
|
|
227
|
-
"hardis:
|
|
218
|
+
"hardis:auth:login": {
|
|
228
219
|
"aliases": [],
|
|
229
220
|
"args": {},
|
|
230
|
-
"description": "
|
|
221
|
+
"description": "\nLogins to a Salesforce org from CI/CD workflows.\n\nWill use the variables and files defined by configuration commands:\n\n- CI/CD repos: [Configure Org CI Authentication](https://sfdx-hardis.cloudity.com/hardis/project/configure/auth/)\n- Monitoring repos: [Configure Org Monitoring](https://sfdx-hardis.cloudity.com/hardis/org/configure/monitoring/)\n\nIf you have a technical org (for example to call Agentforce from another org, you can define variable SFDX_AUTH_URL_TECHNICAL_ORG and it will authenticate it with alias TECHNICAL_ORG)\n\nYou can get SFDX_AUTH_URL_TECHNICAL_ORG value by running the command: `sf org display --verbose --json` and copy the value of the field `sfdxAuthUrl` in the output.\n",
|
|
231
222
|
"examples": [
|
|
232
|
-
"$ sf hardis:
|
|
223
|
+
"$ sf hardis:auth:login",
|
|
224
|
+
"CI=true sf hardis:auth:login"
|
|
233
225
|
],
|
|
234
226
|
"flags": {
|
|
235
227
|
"json": {
|
|
@@ -247,20 +239,28 @@
|
|
|
247
239
|
"multiple": false,
|
|
248
240
|
"type": "option"
|
|
249
241
|
},
|
|
250
|
-
"
|
|
251
|
-
"char": "
|
|
252
|
-
"description": "
|
|
253
|
-
"name": "
|
|
254
|
-
"default": "project",
|
|
242
|
+
"instanceurl": {
|
|
243
|
+
"char": "r",
|
|
244
|
+
"description": "URL of org instance",
|
|
245
|
+
"name": "instanceurl",
|
|
255
246
|
"hasDynamicHelp": false,
|
|
256
247
|
"multiple": false,
|
|
257
|
-
"options": [
|
|
258
|
-
"project",
|
|
259
|
-
"branch",
|
|
260
|
-
"user"
|
|
261
|
-
],
|
|
262
248
|
"type": "option"
|
|
263
249
|
},
|
|
250
|
+
"devhub": {
|
|
251
|
+
"char": "h",
|
|
252
|
+
"description": "Also connect associated DevHub",
|
|
253
|
+
"name": "devhub",
|
|
254
|
+
"allowNo": false,
|
|
255
|
+
"type": "boolean"
|
|
256
|
+
},
|
|
257
|
+
"scratchorg": {
|
|
258
|
+
"char": "s",
|
|
259
|
+
"description": "Scratch org",
|
|
260
|
+
"name": "scratchorg",
|
|
261
|
+
"allowNo": false,
|
|
262
|
+
"type": "boolean"
|
|
263
|
+
},
|
|
264
264
|
"debug": {
|
|
265
265
|
"char": "d",
|
|
266
266
|
"description": "Activate debug mode (more logs)",
|
|
@@ -284,30 +284,30 @@
|
|
|
284
284
|
},
|
|
285
285
|
"hasDynamicHelp": false,
|
|
286
286
|
"hiddenAliases": [],
|
|
287
|
-
"id": "hardis:
|
|
287
|
+
"id": "hardis:auth:login",
|
|
288
288
|
"pluginAlias": "sfdx-hardis",
|
|
289
289
|
"pluginName": "sfdx-hardis",
|
|
290
290
|
"pluginType": "core",
|
|
291
291
|
"strict": true,
|
|
292
292
|
"enableJsonFlag": true,
|
|
293
|
-
"title": "
|
|
293
|
+
"title": "Login",
|
|
294
294
|
"requiresProject": false,
|
|
295
295
|
"isESM": true,
|
|
296
296
|
"relativePath": [
|
|
297
297
|
"lib",
|
|
298
298
|
"commands",
|
|
299
299
|
"hardis",
|
|
300
|
-
"
|
|
301
|
-
"
|
|
300
|
+
"auth",
|
|
301
|
+
"login.js"
|
|
302
302
|
],
|
|
303
303
|
"aliasPermutations": [],
|
|
304
304
|
"permutations": [
|
|
305
|
-
"hardis:
|
|
306
|
-
"
|
|
307
|
-
"
|
|
308
|
-
"hardis:
|
|
309
|
-
"
|
|
310
|
-
"
|
|
305
|
+
"hardis:auth:login",
|
|
306
|
+
"auth:hardis:login",
|
|
307
|
+
"auth:login:hardis",
|
|
308
|
+
"hardis:login:auth",
|
|
309
|
+
"login:hardis:auth",
|
|
310
|
+
"login:auth:hardis"
|
|
311
311
|
]
|
|
312
312
|
},
|
|
313
313
|
"hardis:doc:fieldusage": {
|
|
@@ -5738,6 +5738,121 @@
|
|
|
5738
5738
|
"import:files:org:hardis"
|
|
5739
5739
|
]
|
|
5740
5740
|
},
|
|
5741
|
+
"hardis:org:fix:listviewmine": {
|
|
5742
|
+
"aliases": [],
|
|
5743
|
+
"args": {},
|
|
5744
|
+
"description": "Fix listviews whose scope Mine has been replaced by Everything\n\n[](https://nicolas.vuillamy.fr/invalid-scope-mine-not-allowed-deploy-your-listviews-anyway-443aceca8ac7)\n\nList of ListViews can be:\n\n- read from .sfdx-hardis.yml file in property **listViewsToSetToMine**\n- sent in argument listviews\n\nNote: property **listViewsToSetToMine** can be auto-generated by command hardis:work:save if .sfdx-hardis.yml contains the following configuration\n\n```yaml\nautoCleanTypes:\n - listViewsMine\n```\n\n- Example of sfdx-hardis.yml property `listViewsToSetToMine`:\n\n```yaml\nlistViewsToSetToMine:\n - \"force-app/main/default/objects/Operation__c/listViews/MyCurrentOperations.listView-meta.xml\"\n - \"force-app/main/default/objects/Operation__c/listViews/MyFinalizedOperations.listView-meta.xml\"\n - \"force-app/main/default/objects/Opportunity/listViews/Default_Opportunity_Pipeline.listView-meta.xml\"\n - \"force-app/main/default/objects/Opportunity/listViews/MyCurrentSubscriptions.listView-meta.xml\"\n - \"force-app/main/default/objects/Opportunity/listViews/MySubscriptions.listView-meta.xml\"\n - \"force-app/main/default/objects/Account/listViews/MyActivePartners.listView-meta.xml\"\n```\n\n- If manually written, this could also be:\n\n```yaml\nlistViewsToSetToMine:\n - \"Operation__c:MyCurrentOperations\"\n - \"Operation__c:MyFinalizedOperations\"\n - \"Opportunity:Default_Opportunity_Pipeline\"\n - \"Opportunity:MyCurrentSubscriptions\"\n - \"Opportunity:MySubscriptions\"\n - \"Account:MyActivePartners\"\n```\n\nTroubleshooting: if you need to run this command from an alpine-linux based docker image, use this workaround in your dockerfile:\n\n```dockerfile\n# Do not use puppeteer embedded chromium\nRUN apk add --update --no-cache chromium\nENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=\"true\"\nENV CHROMIUM_PATH=\"/usr/bin/chromium-browser\"\nENV PUPPETEER_EXECUTABLE_PATH=\"$\\{CHROMIUM_PATH}\" // remove \\ before {\n```\n",
|
|
5745
|
+
"examples": [
|
|
5746
|
+
"$ sf hardis:org:fix:listviewmine",
|
|
5747
|
+
"$ sf hardis:org:fix:listviewmine --listviews Opportunity:MySubscriptions,Account:MyActivePartners"
|
|
5748
|
+
],
|
|
5749
|
+
"flags": {
|
|
5750
|
+
"json": {
|
|
5751
|
+
"description": "Format output as json.",
|
|
5752
|
+
"helpGroup": "GLOBAL",
|
|
5753
|
+
"name": "json",
|
|
5754
|
+
"allowNo": false,
|
|
5755
|
+
"type": "boolean"
|
|
5756
|
+
},
|
|
5757
|
+
"flags-dir": {
|
|
5758
|
+
"helpGroup": "GLOBAL",
|
|
5759
|
+
"name": "flags-dir",
|
|
5760
|
+
"summary": "Import flag values from a directory.",
|
|
5761
|
+
"hasDynamicHelp": false,
|
|
5762
|
+
"multiple": false,
|
|
5763
|
+
"type": "option"
|
|
5764
|
+
},
|
|
5765
|
+
"listviews": {
|
|
5766
|
+
"char": "l",
|
|
5767
|
+
"description": "Comma-separated list of listviews following format Object:ListViewName\nExample: Contact:MyContacts,Contact:MyActiveContacts,Opportunity:MYClosedOpportunities",
|
|
5768
|
+
"name": "listviews",
|
|
5769
|
+
"hasDynamicHelp": false,
|
|
5770
|
+
"multiple": false,
|
|
5771
|
+
"type": "option"
|
|
5772
|
+
},
|
|
5773
|
+
"debug": {
|
|
5774
|
+
"char": "d",
|
|
5775
|
+
"description": "Activate debug mode (more logs)",
|
|
5776
|
+
"name": "debug",
|
|
5777
|
+
"allowNo": false,
|
|
5778
|
+
"type": "boolean"
|
|
5779
|
+
},
|
|
5780
|
+
"websocket": {
|
|
5781
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
5782
|
+
"name": "websocket",
|
|
5783
|
+
"hasDynamicHelp": false,
|
|
5784
|
+
"multiple": false,
|
|
5785
|
+
"type": "option"
|
|
5786
|
+
},
|
|
5787
|
+
"skipauth": {
|
|
5788
|
+
"description": "Skip authentication check when a default username is required",
|
|
5789
|
+
"name": "skipauth",
|
|
5790
|
+
"allowNo": false,
|
|
5791
|
+
"type": "boolean"
|
|
5792
|
+
},
|
|
5793
|
+
"target-org": {
|
|
5794
|
+
"aliases": [
|
|
5795
|
+
"targetusername",
|
|
5796
|
+
"u"
|
|
5797
|
+
],
|
|
5798
|
+
"char": "o",
|
|
5799
|
+
"deprecateAliases": true,
|
|
5800
|
+
"name": "target-org",
|
|
5801
|
+
"noCacheDefault": true,
|
|
5802
|
+
"required": true,
|
|
5803
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
5804
|
+
"hasDynamicHelp": true,
|
|
5805
|
+
"multiple": false,
|
|
5806
|
+
"type": "option"
|
|
5807
|
+
}
|
|
5808
|
+
},
|
|
5809
|
+
"hasDynamicHelp": true,
|
|
5810
|
+
"hiddenAliases": [],
|
|
5811
|
+
"id": "hardis:org:fix:listviewmine",
|
|
5812
|
+
"pluginAlias": "sfdx-hardis",
|
|
5813
|
+
"pluginName": "sfdx-hardis",
|
|
5814
|
+
"pluginType": "core",
|
|
5815
|
+
"strict": true,
|
|
5816
|
+
"enableJsonFlag": true,
|
|
5817
|
+
"title": "Fix listviews with ",
|
|
5818
|
+
"requiresProject": true,
|
|
5819
|
+
"isESM": true,
|
|
5820
|
+
"relativePath": [
|
|
5821
|
+
"lib",
|
|
5822
|
+
"commands",
|
|
5823
|
+
"hardis",
|
|
5824
|
+
"org",
|
|
5825
|
+
"fix",
|
|
5826
|
+
"listviewmine.js"
|
|
5827
|
+
],
|
|
5828
|
+
"aliasPermutations": [],
|
|
5829
|
+
"permutations": [
|
|
5830
|
+
"hardis:org:fix:listviewmine",
|
|
5831
|
+
"org:hardis:fix:listviewmine",
|
|
5832
|
+
"org:fix:hardis:listviewmine",
|
|
5833
|
+
"org:fix:listviewmine:hardis",
|
|
5834
|
+
"hardis:fix:org:listviewmine",
|
|
5835
|
+
"fix:hardis:org:listviewmine",
|
|
5836
|
+
"fix:org:hardis:listviewmine",
|
|
5837
|
+
"fix:org:listviewmine:hardis",
|
|
5838
|
+
"hardis:fix:listviewmine:org",
|
|
5839
|
+
"fix:hardis:listviewmine:org",
|
|
5840
|
+
"fix:listviewmine:hardis:org",
|
|
5841
|
+
"fix:listviewmine:org:hardis",
|
|
5842
|
+
"hardis:org:listviewmine:fix",
|
|
5843
|
+
"org:hardis:listviewmine:fix",
|
|
5844
|
+
"org:listviewmine:hardis:fix",
|
|
5845
|
+
"org:listviewmine:fix:hardis",
|
|
5846
|
+
"hardis:listviewmine:org:fix",
|
|
5847
|
+
"listviewmine:hardis:org:fix",
|
|
5848
|
+
"listviewmine:org:hardis:fix",
|
|
5849
|
+
"listviewmine:org:fix:hardis",
|
|
5850
|
+
"hardis:listviewmine:fix:org",
|
|
5851
|
+
"listviewmine:hardis:fix:org",
|
|
5852
|
+
"listviewmine:fix:hardis:org",
|
|
5853
|
+
"listviewmine:fix:org:hardis"
|
|
5854
|
+
]
|
|
5855
|
+
},
|
|
5741
5856
|
"hardis:org:diagnose:audittrail": {
|
|
5742
5857
|
"aliases": [],
|
|
5743
5858
|
"args": {},
|
|
@@ -6887,13 +7002,14 @@
|
|
|
6887
7002
|
"unusedusers:diagnose:org:hardis"
|
|
6888
7003
|
]
|
|
6889
7004
|
},
|
|
6890
|
-
"hardis:org:
|
|
7005
|
+
"hardis:org:generate:packagexmlfull": {
|
|
6891
7006
|
"aliases": [],
|
|
6892
7007
|
"args": {},
|
|
6893
|
-
"description": "
|
|
7008
|
+
"description": "Generates full org package.xml, including managed items",
|
|
6894
7009
|
"examples": [
|
|
6895
|
-
"$ sf hardis:org:
|
|
6896
|
-
"$ sf hardis:org:
|
|
7010
|
+
"$ sf hardis:org:generate:packagexmlfull",
|
|
7011
|
+
"$ sf hardis:org:generate:packagexmlfull --outputfile /tmp/packagexmlfull.xml",
|
|
7012
|
+
"$ sf hardis:org:generate:packagexmlfull --target-org nico@example.com"
|
|
6897
7013
|
],
|
|
6898
7014
|
"flags": {
|
|
6899
7015
|
"json": {
|
|
@@ -6911,10 +7027,9 @@
|
|
|
6911
7027
|
"multiple": false,
|
|
6912
7028
|
"type": "option"
|
|
6913
7029
|
},
|
|
6914
|
-
"
|
|
6915
|
-
"
|
|
6916
|
-
"
|
|
6917
|
-
"name": "listviews",
|
|
7030
|
+
"outputfile": {
|
|
7031
|
+
"description": "Output package.xml file",
|
|
7032
|
+
"name": "outputfile",
|
|
6918
7033
|
"hasDynamicHelp": false,
|
|
6919
7034
|
"multiple": false,
|
|
6920
7035
|
"type": "option"
|
|
@@ -6957,137 +7072,22 @@
|
|
|
6957
7072
|
},
|
|
6958
7073
|
"hasDynamicHelp": true,
|
|
6959
7074
|
"hiddenAliases": [],
|
|
6960
|
-
"id": "hardis:org:
|
|
7075
|
+
"id": "hardis:org:generate:packagexmlfull",
|
|
6961
7076
|
"pluginAlias": "sfdx-hardis",
|
|
6962
7077
|
"pluginName": "sfdx-hardis",
|
|
6963
7078
|
"pluginType": "core",
|
|
6964
7079
|
"strict": true,
|
|
6965
7080
|
"enableJsonFlag": true,
|
|
6966
|
-
"title": "
|
|
6967
|
-
"requiresProject":
|
|
7081
|
+
"title": "Generate Full Org package.xml",
|
|
7082
|
+
"requiresProject": false,
|
|
6968
7083
|
"isESM": true,
|
|
6969
7084
|
"relativePath": [
|
|
6970
7085
|
"lib",
|
|
6971
7086
|
"commands",
|
|
6972
7087
|
"hardis",
|
|
6973
7088
|
"org",
|
|
6974
|
-
"
|
|
6975
|
-
"
|
|
6976
|
-
],
|
|
6977
|
-
"aliasPermutations": [],
|
|
6978
|
-
"permutations": [
|
|
6979
|
-
"hardis:org:fix:listviewmine",
|
|
6980
|
-
"org:hardis:fix:listviewmine",
|
|
6981
|
-
"org:fix:hardis:listviewmine",
|
|
6982
|
-
"org:fix:listviewmine:hardis",
|
|
6983
|
-
"hardis:fix:org:listviewmine",
|
|
6984
|
-
"fix:hardis:org:listviewmine",
|
|
6985
|
-
"fix:org:hardis:listviewmine",
|
|
6986
|
-
"fix:org:listviewmine:hardis",
|
|
6987
|
-
"hardis:fix:listviewmine:org",
|
|
6988
|
-
"fix:hardis:listviewmine:org",
|
|
6989
|
-
"fix:listviewmine:hardis:org",
|
|
6990
|
-
"fix:listviewmine:org:hardis",
|
|
6991
|
-
"hardis:org:listviewmine:fix",
|
|
6992
|
-
"org:hardis:listviewmine:fix",
|
|
6993
|
-
"org:listviewmine:hardis:fix",
|
|
6994
|
-
"org:listviewmine:fix:hardis",
|
|
6995
|
-
"hardis:listviewmine:org:fix",
|
|
6996
|
-
"listviewmine:hardis:org:fix",
|
|
6997
|
-
"listviewmine:org:hardis:fix",
|
|
6998
|
-
"listviewmine:org:fix:hardis",
|
|
6999
|
-
"hardis:listviewmine:fix:org",
|
|
7000
|
-
"listviewmine:hardis:fix:org",
|
|
7001
|
-
"listviewmine:fix:hardis:org",
|
|
7002
|
-
"listviewmine:fix:org:hardis"
|
|
7003
|
-
]
|
|
7004
|
-
},
|
|
7005
|
-
"hardis:org:generate:packagexmlfull": {
|
|
7006
|
-
"aliases": [],
|
|
7007
|
-
"args": {},
|
|
7008
|
-
"description": "Generates full org package.xml, including managed items",
|
|
7009
|
-
"examples": [
|
|
7010
|
-
"$ sf hardis:org:generate:packagexmlfull",
|
|
7011
|
-
"$ sf hardis:org:generate:packagexmlfull --outputfile /tmp/packagexmlfull.xml",
|
|
7012
|
-
"$ sf hardis:org:generate:packagexmlfull --target-org nico@example.com"
|
|
7013
|
-
],
|
|
7014
|
-
"flags": {
|
|
7015
|
-
"json": {
|
|
7016
|
-
"description": "Format output as json.",
|
|
7017
|
-
"helpGroup": "GLOBAL",
|
|
7018
|
-
"name": "json",
|
|
7019
|
-
"allowNo": false,
|
|
7020
|
-
"type": "boolean"
|
|
7021
|
-
},
|
|
7022
|
-
"flags-dir": {
|
|
7023
|
-
"helpGroup": "GLOBAL",
|
|
7024
|
-
"name": "flags-dir",
|
|
7025
|
-
"summary": "Import flag values from a directory.",
|
|
7026
|
-
"hasDynamicHelp": false,
|
|
7027
|
-
"multiple": false,
|
|
7028
|
-
"type": "option"
|
|
7029
|
-
},
|
|
7030
|
-
"outputfile": {
|
|
7031
|
-
"description": "Output package.xml file",
|
|
7032
|
-
"name": "outputfile",
|
|
7033
|
-
"hasDynamicHelp": false,
|
|
7034
|
-
"multiple": false,
|
|
7035
|
-
"type": "option"
|
|
7036
|
-
},
|
|
7037
|
-
"debug": {
|
|
7038
|
-
"char": "d",
|
|
7039
|
-
"description": "Activate debug mode (more logs)",
|
|
7040
|
-
"name": "debug",
|
|
7041
|
-
"allowNo": false,
|
|
7042
|
-
"type": "boolean"
|
|
7043
|
-
},
|
|
7044
|
-
"websocket": {
|
|
7045
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7046
|
-
"name": "websocket",
|
|
7047
|
-
"hasDynamicHelp": false,
|
|
7048
|
-
"multiple": false,
|
|
7049
|
-
"type": "option"
|
|
7050
|
-
},
|
|
7051
|
-
"skipauth": {
|
|
7052
|
-
"description": "Skip authentication check when a default username is required",
|
|
7053
|
-
"name": "skipauth",
|
|
7054
|
-
"allowNo": false,
|
|
7055
|
-
"type": "boolean"
|
|
7056
|
-
},
|
|
7057
|
-
"target-org": {
|
|
7058
|
-
"aliases": [
|
|
7059
|
-
"targetusername",
|
|
7060
|
-
"u"
|
|
7061
|
-
],
|
|
7062
|
-
"char": "o",
|
|
7063
|
-
"deprecateAliases": true,
|
|
7064
|
-
"name": "target-org",
|
|
7065
|
-
"noCacheDefault": true,
|
|
7066
|
-
"required": true,
|
|
7067
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7068
|
-
"hasDynamicHelp": true,
|
|
7069
|
-
"multiple": false,
|
|
7070
|
-
"type": "option"
|
|
7071
|
-
}
|
|
7072
|
-
},
|
|
7073
|
-
"hasDynamicHelp": true,
|
|
7074
|
-
"hiddenAliases": [],
|
|
7075
|
-
"id": "hardis:org:generate:packagexmlfull",
|
|
7076
|
-
"pluginAlias": "sfdx-hardis",
|
|
7077
|
-
"pluginName": "sfdx-hardis",
|
|
7078
|
-
"pluginType": "core",
|
|
7079
|
-
"strict": true,
|
|
7080
|
-
"enableJsonFlag": true,
|
|
7081
|
-
"title": "Generate Full Org package.xml",
|
|
7082
|
-
"requiresProject": false,
|
|
7083
|
-
"isESM": true,
|
|
7084
|
-
"relativePath": [
|
|
7085
|
-
"lib",
|
|
7086
|
-
"commands",
|
|
7087
|
-
"hardis",
|
|
7088
|
-
"org",
|
|
7089
|
-
"generate",
|
|
7090
|
-
"packagexmlfull.js"
|
|
7089
|
+
"generate",
|
|
7090
|
+
"packagexmlfull.js"
|
|
7091
7091
|
],
|
|
7092
7092
|
"aliasPermutations": [],
|
|
7093
7093
|
"permutations": [
|
|
@@ -7592,113 +7592,6 @@
|
|
|
7592
7592
|
"limits:monitor:org:hardis"
|
|
7593
7593
|
]
|
|
7594
7594
|
},
|
|
7595
|
-
"hardis:org:retrieve:packageconfig": {
|
|
7596
|
-
"aliases": [],
|
|
7597
|
-
"args": {},
|
|
7598
|
-
"description": "Retrieve package configuration from an org",
|
|
7599
|
-
"examples": [
|
|
7600
|
-
"$ sf hardis:org:retrieve:packageconfig",
|
|
7601
|
-
"sf hardis:org:retrieve:packageconfig -u myOrg"
|
|
7602
|
-
],
|
|
7603
|
-
"flags": {
|
|
7604
|
-
"json": {
|
|
7605
|
-
"description": "Format output as json.",
|
|
7606
|
-
"helpGroup": "GLOBAL",
|
|
7607
|
-
"name": "json",
|
|
7608
|
-
"allowNo": false,
|
|
7609
|
-
"type": "boolean"
|
|
7610
|
-
},
|
|
7611
|
-
"flags-dir": {
|
|
7612
|
-
"helpGroup": "GLOBAL",
|
|
7613
|
-
"name": "flags-dir",
|
|
7614
|
-
"summary": "Import flag values from a directory.",
|
|
7615
|
-
"hasDynamicHelp": false,
|
|
7616
|
-
"multiple": false,
|
|
7617
|
-
"type": "option"
|
|
7618
|
-
},
|
|
7619
|
-
"debug": {
|
|
7620
|
-
"char": "d",
|
|
7621
|
-
"description": "Activate debug mode (more logs)",
|
|
7622
|
-
"name": "debug",
|
|
7623
|
-
"allowNo": false,
|
|
7624
|
-
"type": "boolean"
|
|
7625
|
-
},
|
|
7626
|
-
"websocket": {
|
|
7627
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7628
|
-
"name": "websocket",
|
|
7629
|
-
"hasDynamicHelp": false,
|
|
7630
|
-
"multiple": false,
|
|
7631
|
-
"type": "option"
|
|
7632
|
-
},
|
|
7633
|
-
"skipauth": {
|
|
7634
|
-
"description": "Skip authentication check when a default username is required",
|
|
7635
|
-
"name": "skipauth",
|
|
7636
|
-
"allowNo": false,
|
|
7637
|
-
"type": "boolean"
|
|
7638
|
-
},
|
|
7639
|
-
"target-org": {
|
|
7640
|
-
"aliases": [
|
|
7641
|
-
"targetusername",
|
|
7642
|
-
"u"
|
|
7643
|
-
],
|
|
7644
|
-
"char": "o",
|
|
7645
|
-
"deprecateAliases": true,
|
|
7646
|
-
"name": "target-org",
|
|
7647
|
-
"noCacheDefault": true,
|
|
7648
|
-
"required": true,
|
|
7649
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7650
|
-
"hasDynamicHelp": true,
|
|
7651
|
-
"multiple": false,
|
|
7652
|
-
"type": "option"
|
|
7653
|
-
}
|
|
7654
|
-
},
|
|
7655
|
-
"hasDynamicHelp": true,
|
|
7656
|
-
"hiddenAliases": [],
|
|
7657
|
-
"id": "hardis:org:retrieve:packageconfig",
|
|
7658
|
-
"pluginAlias": "sfdx-hardis",
|
|
7659
|
-
"pluginName": "sfdx-hardis",
|
|
7660
|
-
"pluginType": "core",
|
|
7661
|
-
"strict": true,
|
|
7662
|
-
"enableJsonFlag": true,
|
|
7663
|
-
"title": "Retrieve package configuration from an org",
|
|
7664
|
-
"requiresProject": false,
|
|
7665
|
-
"isESM": true,
|
|
7666
|
-
"relativePath": [
|
|
7667
|
-
"lib",
|
|
7668
|
-
"commands",
|
|
7669
|
-
"hardis",
|
|
7670
|
-
"org",
|
|
7671
|
-
"retrieve",
|
|
7672
|
-
"packageconfig.js"
|
|
7673
|
-
],
|
|
7674
|
-
"aliasPermutations": [],
|
|
7675
|
-
"permutations": [
|
|
7676
|
-
"hardis:org:retrieve:packageconfig",
|
|
7677
|
-
"org:hardis:retrieve:packageconfig",
|
|
7678
|
-
"org:retrieve:hardis:packageconfig",
|
|
7679
|
-
"org:retrieve:packageconfig:hardis",
|
|
7680
|
-
"hardis:retrieve:org:packageconfig",
|
|
7681
|
-
"retrieve:hardis:org:packageconfig",
|
|
7682
|
-
"retrieve:org:hardis:packageconfig",
|
|
7683
|
-
"retrieve:org:packageconfig:hardis",
|
|
7684
|
-
"hardis:retrieve:packageconfig:org",
|
|
7685
|
-
"retrieve:hardis:packageconfig:org",
|
|
7686
|
-
"retrieve:packageconfig:hardis:org",
|
|
7687
|
-
"retrieve:packageconfig:org:hardis",
|
|
7688
|
-
"hardis:org:packageconfig:retrieve",
|
|
7689
|
-
"org:hardis:packageconfig:retrieve",
|
|
7690
|
-
"org:packageconfig:hardis:retrieve",
|
|
7691
|
-
"org:packageconfig:retrieve:hardis",
|
|
7692
|
-
"hardis:packageconfig:org:retrieve",
|
|
7693
|
-
"packageconfig:hardis:org:retrieve",
|
|
7694
|
-
"packageconfig:org:hardis:retrieve",
|
|
7695
|
-
"packageconfig:org:retrieve:hardis",
|
|
7696
|
-
"hardis:packageconfig:retrieve:org",
|
|
7697
|
-
"packageconfig:hardis:retrieve:org",
|
|
7698
|
-
"packageconfig:retrieve:hardis:org",
|
|
7699
|
-
"packageconfig:retrieve:org:hardis"
|
|
7700
|
-
]
|
|
7701
|
-
},
|
|
7702
7595
|
"hardis:org:purge:apexlog": {
|
|
7703
7596
|
"aliases": [],
|
|
7704
7597
|
"args": {},
|
|
@@ -7967,6 +7860,113 @@
|
|
|
7967
7860
|
"flow:purge:org:hardis"
|
|
7968
7861
|
]
|
|
7969
7862
|
},
|
|
7863
|
+
"hardis:org:retrieve:packageconfig": {
|
|
7864
|
+
"aliases": [],
|
|
7865
|
+
"args": {},
|
|
7866
|
+
"description": "Retrieve package configuration from an org",
|
|
7867
|
+
"examples": [
|
|
7868
|
+
"$ sf hardis:org:retrieve:packageconfig",
|
|
7869
|
+
"sf hardis:org:retrieve:packageconfig -u myOrg"
|
|
7870
|
+
],
|
|
7871
|
+
"flags": {
|
|
7872
|
+
"json": {
|
|
7873
|
+
"description": "Format output as json.",
|
|
7874
|
+
"helpGroup": "GLOBAL",
|
|
7875
|
+
"name": "json",
|
|
7876
|
+
"allowNo": false,
|
|
7877
|
+
"type": "boolean"
|
|
7878
|
+
},
|
|
7879
|
+
"flags-dir": {
|
|
7880
|
+
"helpGroup": "GLOBAL",
|
|
7881
|
+
"name": "flags-dir",
|
|
7882
|
+
"summary": "Import flag values from a directory.",
|
|
7883
|
+
"hasDynamicHelp": false,
|
|
7884
|
+
"multiple": false,
|
|
7885
|
+
"type": "option"
|
|
7886
|
+
},
|
|
7887
|
+
"debug": {
|
|
7888
|
+
"char": "d",
|
|
7889
|
+
"description": "Activate debug mode (more logs)",
|
|
7890
|
+
"name": "debug",
|
|
7891
|
+
"allowNo": false,
|
|
7892
|
+
"type": "boolean"
|
|
7893
|
+
},
|
|
7894
|
+
"websocket": {
|
|
7895
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
7896
|
+
"name": "websocket",
|
|
7897
|
+
"hasDynamicHelp": false,
|
|
7898
|
+
"multiple": false,
|
|
7899
|
+
"type": "option"
|
|
7900
|
+
},
|
|
7901
|
+
"skipauth": {
|
|
7902
|
+
"description": "Skip authentication check when a default username is required",
|
|
7903
|
+
"name": "skipauth",
|
|
7904
|
+
"allowNo": false,
|
|
7905
|
+
"type": "boolean"
|
|
7906
|
+
},
|
|
7907
|
+
"target-org": {
|
|
7908
|
+
"aliases": [
|
|
7909
|
+
"targetusername",
|
|
7910
|
+
"u"
|
|
7911
|
+
],
|
|
7912
|
+
"char": "o",
|
|
7913
|
+
"deprecateAliases": true,
|
|
7914
|
+
"name": "target-org",
|
|
7915
|
+
"noCacheDefault": true,
|
|
7916
|
+
"required": true,
|
|
7917
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
7918
|
+
"hasDynamicHelp": true,
|
|
7919
|
+
"multiple": false,
|
|
7920
|
+
"type": "option"
|
|
7921
|
+
}
|
|
7922
|
+
},
|
|
7923
|
+
"hasDynamicHelp": true,
|
|
7924
|
+
"hiddenAliases": [],
|
|
7925
|
+
"id": "hardis:org:retrieve:packageconfig",
|
|
7926
|
+
"pluginAlias": "sfdx-hardis",
|
|
7927
|
+
"pluginName": "sfdx-hardis",
|
|
7928
|
+
"pluginType": "core",
|
|
7929
|
+
"strict": true,
|
|
7930
|
+
"enableJsonFlag": true,
|
|
7931
|
+
"title": "Retrieve package configuration from an org",
|
|
7932
|
+
"requiresProject": false,
|
|
7933
|
+
"isESM": true,
|
|
7934
|
+
"relativePath": [
|
|
7935
|
+
"lib",
|
|
7936
|
+
"commands",
|
|
7937
|
+
"hardis",
|
|
7938
|
+
"org",
|
|
7939
|
+
"retrieve",
|
|
7940
|
+
"packageconfig.js"
|
|
7941
|
+
],
|
|
7942
|
+
"aliasPermutations": [],
|
|
7943
|
+
"permutations": [
|
|
7944
|
+
"hardis:org:retrieve:packageconfig",
|
|
7945
|
+
"org:hardis:retrieve:packageconfig",
|
|
7946
|
+
"org:retrieve:hardis:packageconfig",
|
|
7947
|
+
"org:retrieve:packageconfig:hardis",
|
|
7948
|
+
"hardis:retrieve:org:packageconfig",
|
|
7949
|
+
"retrieve:hardis:org:packageconfig",
|
|
7950
|
+
"retrieve:org:hardis:packageconfig",
|
|
7951
|
+
"retrieve:org:packageconfig:hardis",
|
|
7952
|
+
"hardis:retrieve:packageconfig:org",
|
|
7953
|
+
"retrieve:hardis:packageconfig:org",
|
|
7954
|
+
"retrieve:packageconfig:hardis:org",
|
|
7955
|
+
"retrieve:packageconfig:org:hardis",
|
|
7956
|
+
"hardis:org:packageconfig:retrieve",
|
|
7957
|
+
"org:hardis:packageconfig:retrieve",
|
|
7958
|
+
"org:packageconfig:hardis:retrieve",
|
|
7959
|
+
"org:packageconfig:retrieve:hardis",
|
|
7960
|
+
"hardis:packageconfig:org:retrieve",
|
|
7961
|
+
"packageconfig:hardis:org:retrieve",
|
|
7962
|
+
"packageconfig:org:hardis:retrieve",
|
|
7963
|
+
"packageconfig:org:retrieve:hardis",
|
|
7964
|
+
"hardis:packageconfig:retrieve:org",
|
|
7965
|
+
"packageconfig:hardis:retrieve:org",
|
|
7966
|
+
"packageconfig:retrieve:hardis:org",
|
|
7967
|
+
"packageconfig:retrieve:org:hardis"
|
|
7968
|
+
]
|
|
7969
|
+
},
|
|
7970
7970
|
"hardis:org:test:apex": {
|
|
7971
7971
|
"aliases": [],
|
|
7972
7972
|
"args": {},
|
|
@@ -9228,262 +9228,30 @@
|
|
|
9228
9228
|
],
|
|
9229
9229
|
"aliasPermutations": [],
|
|
9230
9230
|
"permutations": [
|
|
9231
|
-
"hardis:project:audit:remotesites",
|
|
9232
|
-
"project:hardis:audit:remotesites",
|
|
9233
|
-
"project:audit:hardis:remotesites",
|
|
9234
|
-
"project:audit:remotesites:hardis",
|
|
9235
|
-
"hardis:audit:project:remotesites",
|
|
9236
|
-
"audit:hardis:project:remotesites",
|
|
9237
|
-
"audit:project:hardis:remotesites",
|
|
9238
|
-
"audit:project:remotesites:hardis",
|
|
9239
|
-
"hardis:audit:remotesites:project",
|
|
9240
|
-
"audit:hardis:remotesites:project",
|
|
9241
|
-
"audit:remotesites:hardis:project",
|
|
9242
|
-
"audit:remotesites:project:hardis",
|
|
9243
|
-
"hardis:project:remotesites:audit",
|
|
9244
|
-
"project:hardis:remotesites:audit",
|
|
9245
|
-
"project:remotesites:hardis:audit",
|
|
9246
|
-
"project:remotesites:audit:hardis",
|
|
9247
|
-
"hardis:remotesites:project:audit",
|
|
9248
|
-
"remotesites:hardis:project:audit",
|
|
9249
|
-
"remotesites:project:hardis:audit",
|
|
9250
|
-
"remotesites:project:audit:hardis",
|
|
9251
|
-
"hardis:remotesites:audit:project",
|
|
9252
|
-
"remotesites:hardis:audit:project",
|
|
9253
|
-
"remotesites:audit:hardis:project",
|
|
9254
|
-
"remotesites:audit:project:hardis"
|
|
9255
|
-
]
|
|
9256
|
-
},
|
|
9257
|
-
"hardis:project:configure:auth": {
|
|
9258
|
-
"aliases": [],
|
|
9259
|
-
"args": {},
|
|
9260
|
-
"description": "Configure authentication from git branch to target org",
|
|
9261
|
-
"examples": [
|
|
9262
|
-
"$ sf hardis:project:configure:auth"
|
|
9263
|
-
],
|
|
9264
|
-
"flags": {
|
|
9265
|
-
"json": {
|
|
9266
|
-
"description": "Format output as json.",
|
|
9267
|
-
"helpGroup": "GLOBAL",
|
|
9268
|
-
"name": "json",
|
|
9269
|
-
"allowNo": false,
|
|
9270
|
-
"type": "boolean"
|
|
9271
|
-
},
|
|
9272
|
-
"flags-dir": {
|
|
9273
|
-
"helpGroup": "GLOBAL",
|
|
9274
|
-
"name": "flags-dir",
|
|
9275
|
-
"summary": "Import flag values from a directory.",
|
|
9276
|
-
"hasDynamicHelp": false,
|
|
9277
|
-
"multiple": false,
|
|
9278
|
-
"type": "option"
|
|
9279
|
-
},
|
|
9280
|
-
"devhub": {
|
|
9281
|
-
"char": "b",
|
|
9282
|
-
"description": "Configure project DevHub",
|
|
9283
|
-
"name": "devhub",
|
|
9284
|
-
"allowNo": false,
|
|
9285
|
-
"type": "boolean"
|
|
9286
|
-
},
|
|
9287
|
-
"debug": {
|
|
9288
|
-
"char": "d",
|
|
9289
|
-
"description": "Activate debug mode (more logs)",
|
|
9290
|
-
"name": "debug",
|
|
9291
|
-
"allowNo": false,
|
|
9292
|
-
"type": "boolean"
|
|
9293
|
-
},
|
|
9294
|
-
"websocket": {
|
|
9295
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
9296
|
-
"name": "websocket",
|
|
9297
|
-
"hasDynamicHelp": false,
|
|
9298
|
-
"multiple": false,
|
|
9299
|
-
"type": "option"
|
|
9300
|
-
},
|
|
9301
|
-
"skipauth": {
|
|
9302
|
-
"description": "Skip authentication check when a default username is required",
|
|
9303
|
-
"name": "skipauth",
|
|
9304
|
-
"allowNo": false,
|
|
9305
|
-
"type": "boolean"
|
|
9306
|
-
},
|
|
9307
|
-
"target-org": {
|
|
9308
|
-
"aliases": [
|
|
9309
|
-
"targetusername",
|
|
9310
|
-
"u"
|
|
9311
|
-
],
|
|
9312
|
-
"char": "o",
|
|
9313
|
-
"deprecateAliases": true,
|
|
9314
|
-
"name": "target-org",
|
|
9315
|
-
"noCacheDefault": true,
|
|
9316
|
-
"summary": "Username or alias of the target org.",
|
|
9317
|
-
"hasDynamicHelp": true,
|
|
9318
|
-
"multiple": false,
|
|
9319
|
-
"type": "option"
|
|
9320
|
-
},
|
|
9321
|
-
"target-dev-hub": {
|
|
9322
|
-
"aliases": [
|
|
9323
|
-
"targetdevhubusername"
|
|
9324
|
-
],
|
|
9325
|
-
"char": "v",
|
|
9326
|
-
"deprecateAliases": true,
|
|
9327
|
-
"name": "target-dev-hub",
|
|
9328
|
-
"noCacheDefault": true,
|
|
9329
|
-
"required": false,
|
|
9330
|
-
"summary": "Username or alias of the Dev Hub org.",
|
|
9331
|
-
"hasDynamicHelp": true,
|
|
9332
|
-
"multiple": false,
|
|
9333
|
-
"type": "option"
|
|
9334
|
-
}
|
|
9335
|
-
},
|
|
9336
|
-
"hasDynamicHelp": true,
|
|
9337
|
-
"hiddenAliases": [],
|
|
9338
|
-
"id": "hardis:project:configure:auth",
|
|
9339
|
-
"pluginAlias": "sfdx-hardis",
|
|
9340
|
-
"pluginName": "sfdx-hardis",
|
|
9341
|
-
"pluginType": "core",
|
|
9342
|
-
"strict": true,
|
|
9343
|
-
"enableJsonFlag": true,
|
|
9344
|
-
"title": "Configure authentication",
|
|
9345
|
-
"requiresProject": false,
|
|
9346
|
-
"requiresDependencies": [
|
|
9347
|
-
"openssl"
|
|
9348
|
-
],
|
|
9349
|
-
"isESM": true,
|
|
9350
|
-
"relativePath": [
|
|
9351
|
-
"lib",
|
|
9352
|
-
"commands",
|
|
9353
|
-
"hardis",
|
|
9354
|
-
"project",
|
|
9355
|
-
"configure",
|
|
9356
|
-
"auth.js"
|
|
9357
|
-
],
|
|
9358
|
-
"aliasPermutations": [],
|
|
9359
|
-
"permutations": [
|
|
9360
|
-
"hardis:project:configure:auth",
|
|
9361
|
-
"project:hardis:configure:auth",
|
|
9362
|
-
"project:configure:hardis:auth",
|
|
9363
|
-
"project:configure:auth:hardis",
|
|
9364
|
-
"hardis:configure:project:auth",
|
|
9365
|
-
"configure:hardis:project:auth",
|
|
9366
|
-
"configure:project:hardis:auth",
|
|
9367
|
-
"configure:project:auth:hardis",
|
|
9368
|
-
"hardis:configure:auth:project",
|
|
9369
|
-
"configure:hardis:auth:project",
|
|
9370
|
-
"configure:auth:hardis:project",
|
|
9371
|
-
"configure:auth:project:hardis",
|
|
9372
|
-
"hardis:project:auth:configure",
|
|
9373
|
-
"project:hardis:auth:configure",
|
|
9374
|
-
"project:auth:hardis:configure",
|
|
9375
|
-
"project:auth:configure:hardis",
|
|
9376
|
-
"hardis:auth:project:configure",
|
|
9377
|
-
"auth:hardis:project:configure",
|
|
9378
|
-
"auth:project:hardis:configure",
|
|
9379
|
-
"auth:project:configure:hardis",
|
|
9380
|
-
"hardis:auth:configure:project",
|
|
9381
|
-
"auth:hardis:configure:project",
|
|
9382
|
-
"auth:configure:hardis:project",
|
|
9383
|
-
"auth:configure:project:hardis"
|
|
9384
|
-
]
|
|
9385
|
-
},
|
|
9386
|
-
"hardis:project:convert:profilestopermsets": {
|
|
9387
|
-
"aliases": [],
|
|
9388
|
-
"args": {},
|
|
9389
|
-
"description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
|
|
9390
|
-
"examples": [
|
|
9391
|
-
"$ sf hardis:project:convert:profilestopermsets"
|
|
9392
|
-
],
|
|
9393
|
-
"flags": {
|
|
9394
|
-
"json": {
|
|
9395
|
-
"description": "Format output as json.",
|
|
9396
|
-
"helpGroup": "GLOBAL",
|
|
9397
|
-
"name": "json",
|
|
9398
|
-
"allowNo": false,
|
|
9399
|
-
"type": "boolean"
|
|
9400
|
-
},
|
|
9401
|
-
"flags-dir": {
|
|
9402
|
-
"helpGroup": "GLOBAL",
|
|
9403
|
-
"name": "flags-dir",
|
|
9404
|
-
"summary": "Import flag values from a directory.",
|
|
9405
|
-
"hasDynamicHelp": false,
|
|
9406
|
-
"multiple": false,
|
|
9407
|
-
"type": "option"
|
|
9408
|
-
},
|
|
9409
|
-
"except": {
|
|
9410
|
-
"char": "e",
|
|
9411
|
-
"description": "List of filters",
|
|
9412
|
-
"name": "except",
|
|
9413
|
-
"default": [],
|
|
9414
|
-
"hasDynamicHelp": false,
|
|
9415
|
-
"multiple": true,
|
|
9416
|
-
"type": "option"
|
|
9417
|
-
},
|
|
9418
|
-
"debug": {
|
|
9419
|
-
"char": "d",
|
|
9420
|
-
"description": "Activate debug mode (more logs)",
|
|
9421
|
-
"name": "debug",
|
|
9422
|
-
"allowNo": false,
|
|
9423
|
-
"type": "boolean"
|
|
9424
|
-
},
|
|
9425
|
-
"websocket": {
|
|
9426
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
9427
|
-
"name": "websocket",
|
|
9428
|
-
"hasDynamicHelp": false,
|
|
9429
|
-
"multiple": false,
|
|
9430
|
-
"type": "option"
|
|
9431
|
-
},
|
|
9432
|
-
"skipauth": {
|
|
9433
|
-
"description": "Skip authentication check when a default username is required",
|
|
9434
|
-
"name": "skipauth",
|
|
9435
|
-
"allowNo": false,
|
|
9436
|
-
"type": "boolean"
|
|
9437
|
-
}
|
|
9438
|
-
},
|
|
9439
|
-
"hasDynamicHelp": false,
|
|
9440
|
-
"hiddenAliases": [],
|
|
9441
|
-
"id": "hardis:project:convert:profilestopermsets",
|
|
9442
|
-
"pluginAlias": "sfdx-hardis",
|
|
9443
|
-
"pluginName": "sfdx-hardis",
|
|
9444
|
-
"pluginType": "core",
|
|
9445
|
-
"strict": true,
|
|
9446
|
-
"enableJsonFlag": true,
|
|
9447
|
-
"title": "Convert Profiles into Permission Sets",
|
|
9448
|
-
"requiresProject": true,
|
|
9449
|
-
"requiresSfdxPlugins": [
|
|
9450
|
-
"shane-sfdx-plugins"
|
|
9451
|
-
],
|
|
9452
|
-
"isESM": true,
|
|
9453
|
-
"relativePath": [
|
|
9454
|
-
"lib",
|
|
9455
|
-
"commands",
|
|
9456
|
-
"hardis",
|
|
9457
|
-
"project",
|
|
9458
|
-
"convert",
|
|
9459
|
-
"profilestopermsets.js"
|
|
9460
|
-
],
|
|
9461
|
-
"aliasPermutations": [],
|
|
9462
|
-
"permutations": [
|
|
9463
|
-
"hardis:project:convert:profilestopermsets",
|
|
9464
|
-
"project:hardis:convert:profilestopermsets",
|
|
9465
|
-
"project:convert:hardis:profilestopermsets",
|
|
9466
|
-
"project:convert:profilestopermsets:hardis",
|
|
9467
|
-
"hardis:convert:project:profilestopermsets",
|
|
9468
|
-
"convert:hardis:project:profilestopermsets",
|
|
9469
|
-
"convert:project:hardis:profilestopermsets",
|
|
9470
|
-
"convert:project:profilestopermsets:hardis",
|
|
9471
|
-
"hardis:convert:profilestopermsets:project",
|
|
9472
|
-
"convert:hardis:profilestopermsets:project",
|
|
9473
|
-
"convert:profilestopermsets:hardis:project",
|
|
9474
|
-
"convert:profilestopermsets:project:hardis",
|
|
9475
|
-
"hardis:project:profilestopermsets:convert",
|
|
9476
|
-
"project:hardis:profilestopermsets:convert",
|
|
9477
|
-
"project:profilestopermsets:hardis:convert",
|
|
9478
|
-
"project:profilestopermsets:convert:hardis",
|
|
9479
|
-
"hardis:profilestopermsets:project:convert",
|
|
9480
|
-
"profilestopermsets:hardis:project:convert",
|
|
9481
|
-
"profilestopermsets:project:hardis:convert",
|
|
9482
|
-
"profilestopermsets:project:convert:hardis",
|
|
9483
|
-
"hardis:profilestopermsets:convert:project",
|
|
9484
|
-
"profilestopermsets:hardis:convert:project",
|
|
9485
|
-
"profilestopermsets:convert:hardis:project",
|
|
9486
|
-
"profilestopermsets:convert:project:hardis"
|
|
9231
|
+
"hardis:project:audit:remotesites",
|
|
9232
|
+
"project:hardis:audit:remotesites",
|
|
9233
|
+
"project:audit:hardis:remotesites",
|
|
9234
|
+
"project:audit:remotesites:hardis",
|
|
9235
|
+
"hardis:audit:project:remotesites",
|
|
9236
|
+
"audit:hardis:project:remotesites",
|
|
9237
|
+
"audit:project:hardis:remotesites",
|
|
9238
|
+
"audit:project:remotesites:hardis",
|
|
9239
|
+
"hardis:audit:remotesites:project",
|
|
9240
|
+
"audit:hardis:remotesites:project",
|
|
9241
|
+
"audit:remotesites:hardis:project",
|
|
9242
|
+
"audit:remotesites:project:hardis",
|
|
9243
|
+
"hardis:project:remotesites:audit",
|
|
9244
|
+
"project:hardis:remotesites:audit",
|
|
9245
|
+
"project:remotesites:hardis:audit",
|
|
9246
|
+
"project:remotesites:audit:hardis",
|
|
9247
|
+
"hardis:remotesites:project:audit",
|
|
9248
|
+
"remotesites:hardis:project:audit",
|
|
9249
|
+
"remotesites:project:hardis:audit",
|
|
9250
|
+
"remotesites:project:audit:hardis",
|
|
9251
|
+
"hardis:remotesites:audit:project",
|
|
9252
|
+
"remotesites:hardis:audit:project",
|
|
9253
|
+
"remotesites:audit:hardis:project",
|
|
9254
|
+
"remotesites:audit:project:hardis"
|
|
9487
9255
|
]
|
|
9488
9256
|
},
|
|
9489
9257
|
"hardis:project:clean:emptyitems": {
|
|
@@ -10971,6 +10739,238 @@
|
|
|
10971
10739
|
"xml:clean:project:hardis"
|
|
10972
10740
|
]
|
|
10973
10741
|
},
|
|
10742
|
+
"hardis:project:convert:profilestopermsets": {
|
|
10743
|
+
"aliases": [],
|
|
10744
|
+
"args": {},
|
|
10745
|
+
"description": "Creates permission sets from existing profiles, with id PS_PROFILENAME",
|
|
10746
|
+
"examples": [
|
|
10747
|
+
"$ sf hardis:project:convert:profilestopermsets"
|
|
10748
|
+
],
|
|
10749
|
+
"flags": {
|
|
10750
|
+
"json": {
|
|
10751
|
+
"description": "Format output as json.",
|
|
10752
|
+
"helpGroup": "GLOBAL",
|
|
10753
|
+
"name": "json",
|
|
10754
|
+
"allowNo": false,
|
|
10755
|
+
"type": "boolean"
|
|
10756
|
+
},
|
|
10757
|
+
"flags-dir": {
|
|
10758
|
+
"helpGroup": "GLOBAL",
|
|
10759
|
+
"name": "flags-dir",
|
|
10760
|
+
"summary": "Import flag values from a directory.",
|
|
10761
|
+
"hasDynamicHelp": false,
|
|
10762
|
+
"multiple": false,
|
|
10763
|
+
"type": "option"
|
|
10764
|
+
},
|
|
10765
|
+
"except": {
|
|
10766
|
+
"char": "e",
|
|
10767
|
+
"description": "List of filters",
|
|
10768
|
+
"name": "except",
|
|
10769
|
+
"default": [],
|
|
10770
|
+
"hasDynamicHelp": false,
|
|
10771
|
+
"multiple": true,
|
|
10772
|
+
"type": "option"
|
|
10773
|
+
},
|
|
10774
|
+
"debug": {
|
|
10775
|
+
"char": "d",
|
|
10776
|
+
"description": "Activate debug mode (more logs)",
|
|
10777
|
+
"name": "debug",
|
|
10778
|
+
"allowNo": false,
|
|
10779
|
+
"type": "boolean"
|
|
10780
|
+
},
|
|
10781
|
+
"websocket": {
|
|
10782
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
10783
|
+
"name": "websocket",
|
|
10784
|
+
"hasDynamicHelp": false,
|
|
10785
|
+
"multiple": false,
|
|
10786
|
+
"type": "option"
|
|
10787
|
+
},
|
|
10788
|
+
"skipauth": {
|
|
10789
|
+
"description": "Skip authentication check when a default username is required",
|
|
10790
|
+
"name": "skipauth",
|
|
10791
|
+
"allowNo": false,
|
|
10792
|
+
"type": "boolean"
|
|
10793
|
+
}
|
|
10794
|
+
},
|
|
10795
|
+
"hasDynamicHelp": false,
|
|
10796
|
+
"hiddenAliases": [],
|
|
10797
|
+
"id": "hardis:project:convert:profilestopermsets",
|
|
10798
|
+
"pluginAlias": "sfdx-hardis",
|
|
10799
|
+
"pluginName": "sfdx-hardis",
|
|
10800
|
+
"pluginType": "core",
|
|
10801
|
+
"strict": true,
|
|
10802
|
+
"enableJsonFlag": true,
|
|
10803
|
+
"title": "Convert Profiles into Permission Sets",
|
|
10804
|
+
"requiresProject": true,
|
|
10805
|
+
"requiresSfdxPlugins": [
|
|
10806
|
+
"shane-sfdx-plugins"
|
|
10807
|
+
],
|
|
10808
|
+
"isESM": true,
|
|
10809
|
+
"relativePath": [
|
|
10810
|
+
"lib",
|
|
10811
|
+
"commands",
|
|
10812
|
+
"hardis",
|
|
10813
|
+
"project",
|
|
10814
|
+
"convert",
|
|
10815
|
+
"profilestopermsets.js"
|
|
10816
|
+
],
|
|
10817
|
+
"aliasPermutations": [],
|
|
10818
|
+
"permutations": [
|
|
10819
|
+
"hardis:project:convert:profilestopermsets",
|
|
10820
|
+
"project:hardis:convert:profilestopermsets",
|
|
10821
|
+
"project:convert:hardis:profilestopermsets",
|
|
10822
|
+
"project:convert:profilestopermsets:hardis",
|
|
10823
|
+
"hardis:convert:project:profilestopermsets",
|
|
10824
|
+
"convert:hardis:project:profilestopermsets",
|
|
10825
|
+
"convert:project:hardis:profilestopermsets",
|
|
10826
|
+
"convert:project:profilestopermsets:hardis",
|
|
10827
|
+
"hardis:convert:profilestopermsets:project",
|
|
10828
|
+
"convert:hardis:profilestopermsets:project",
|
|
10829
|
+
"convert:profilestopermsets:hardis:project",
|
|
10830
|
+
"convert:profilestopermsets:project:hardis",
|
|
10831
|
+
"hardis:project:profilestopermsets:convert",
|
|
10832
|
+
"project:hardis:profilestopermsets:convert",
|
|
10833
|
+
"project:profilestopermsets:hardis:convert",
|
|
10834
|
+
"project:profilestopermsets:convert:hardis",
|
|
10835
|
+
"hardis:profilestopermsets:project:convert",
|
|
10836
|
+
"profilestopermsets:hardis:project:convert",
|
|
10837
|
+
"profilestopermsets:project:hardis:convert",
|
|
10838
|
+
"profilestopermsets:project:convert:hardis",
|
|
10839
|
+
"hardis:profilestopermsets:convert:project",
|
|
10840
|
+
"profilestopermsets:hardis:convert:project",
|
|
10841
|
+
"profilestopermsets:convert:hardis:project",
|
|
10842
|
+
"profilestopermsets:convert:project:hardis"
|
|
10843
|
+
]
|
|
10844
|
+
},
|
|
10845
|
+
"hardis:project:configure:auth": {
|
|
10846
|
+
"aliases": [],
|
|
10847
|
+
"args": {},
|
|
10848
|
+
"description": "Configure authentication from git branch to target org",
|
|
10849
|
+
"examples": [
|
|
10850
|
+
"$ sf hardis:project:configure:auth"
|
|
10851
|
+
],
|
|
10852
|
+
"flags": {
|
|
10853
|
+
"json": {
|
|
10854
|
+
"description": "Format output as json.",
|
|
10855
|
+
"helpGroup": "GLOBAL",
|
|
10856
|
+
"name": "json",
|
|
10857
|
+
"allowNo": false,
|
|
10858
|
+
"type": "boolean"
|
|
10859
|
+
},
|
|
10860
|
+
"flags-dir": {
|
|
10861
|
+
"helpGroup": "GLOBAL",
|
|
10862
|
+
"name": "flags-dir",
|
|
10863
|
+
"summary": "Import flag values from a directory.",
|
|
10864
|
+
"hasDynamicHelp": false,
|
|
10865
|
+
"multiple": false,
|
|
10866
|
+
"type": "option"
|
|
10867
|
+
},
|
|
10868
|
+
"devhub": {
|
|
10869
|
+
"char": "b",
|
|
10870
|
+
"description": "Configure project DevHub",
|
|
10871
|
+
"name": "devhub",
|
|
10872
|
+
"allowNo": false,
|
|
10873
|
+
"type": "boolean"
|
|
10874
|
+
},
|
|
10875
|
+
"debug": {
|
|
10876
|
+
"char": "d",
|
|
10877
|
+
"description": "Activate debug mode (more logs)",
|
|
10878
|
+
"name": "debug",
|
|
10879
|
+
"allowNo": false,
|
|
10880
|
+
"type": "boolean"
|
|
10881
|
+
},
|
|
10882
|
+
"websocket": {
|
|
10883
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
10884
|
+
"name": "websocket",
|
|
10885
|
+
"hasDynamicHelp": false,
|
|
10886
|
+
"multiple": false,
|
|
10887
|
+
"type": "option"
|
|
10888
|
+
},
|
|
10889
|
+
"skipauth": {
|
|
10890
|
+
"description": "Skip authentication check when a default username is required",
|
|
10891
|
+
"name": "skipauth",
|
|
10892
|
+
"allowNo": false,
|
|
10893
|
+
"type": "boolean"
|
|
10894
|
+
},
|
|
10895
|
+
"target-org": {
|
|
10896
|
+
"aliases": [
|
|
10897
|
+
"targetusername",
|
|
10898
|
+
"u"
|
|
10899
|
+
],
|
|
10900
|
+
"char": "o",
|
|
10901
|
+
"deprecateAliases": true,
|
|
10902
|
+
"name": "target-org",
|
|
10903
|
+
"noCacheDefault": true,
|
|
10904
|
+
"summary": "Username or alias of the target org.",
|
|
10905
|
+
"hasDynamicHelp": true,
|
|
10906
|
+
"multiple": false,
|
|
10907
|
+
"type": "option"
|
|
10908
|
+
},
|
|
10909
|
+
"target-dev-hub": {
|
|
10910
|
+
"aliases": [
|
|
10911
|
+
"targetdevhubusername"
|
|
10912
|
+
],
|
|
10913
|
+
"char": "v",
|
|
10914
|
+
"deprecateAliases": true,
|
|
10915
|
+
"name": "target-dev-hub",
|
|
10916
|
+
"noCacheDefault": true,
|
|
10917
|
+
"required": false,
|
|
10918
|
+
"summary": "Username or alias of the Dev Hub org.",
|
|
10919
|
+
"hasDynamicHelp": true,
|
|
10920
|
+
"multiple": false,
|
|
10921
|
+
"type": "option"
|
|
10922
|
+
}
|
|
10923
|
+
},
|
|
10924
|
+
"hasDynamicHelp": true,
|
|
10925
|
+
"hiddenAliases": [],
|
|
10926
|
+
"id": "hardis:project:configure:auth",
|
|
10927
|
+
"pluginAlias": "sfdx-hardis",
|
|
10928
|
+
"pluginName": "sfdx-hardis",
|
|
10929
|
+
"pluginType": "core",
|
|
10930
|
+
"strict": true,
|
|
10931
|
+
"enableJsonFlag": true,
|
|
10932
|
+
"title": "Configure authentication",
|
|
10933
|
+
"requiresProject": false,
|
|
10934
|
+
"requiresDependencies": [
|
|
10935
|
+
"openssl"
|
|
10936
|
+
],
|
|
10937
|
+
"isESM": true,
|
|
10938
|
+
"relativePath": [
|
|
10939
|
+
"lib",
|
|
10940
|
+
"commands",
|
|
10941
|
+
"hardis",
|
|
10942
|
+
"project",
|
|
10943
|
+
"configure",
|
|
10944
|
+
"auth.js"
|
|
10945
|
+
],
|
|
10946
|
+
"aliasPermutations": [],
|
|
10947
|
+
"permutations": [
|
|
10948
|
+
"hardis:project:configure:auth",
|
|
10949
|
+
"project:hardis:configure:auth",
|
|
10950
|
+
"project:configure:hardis:auth",
|
|
10951
|
+
"project:configure:auth:hardis",
|
|
10952
|
+
"hardis:configure:project:auth",
|
|
10953
|
+
"configure:hardis:project:auth",
|
|
10954
|
+
"configure:project:hardis:auth",
|
|
10955
|
+
"configure:project:auth:hardis",
|
|
10956
|
+
"hardis:configure:auth:project",
|
|
10957
|
+
"configure:hardis:auth:project",
|
|
10958
|
+
"configure:auth:hardis:project",
|
|
10959
|
+
"configure:auth:project:hardis",
|
|
10960
|
+
"hardis:project:auth:configure",
|
|
10961
|
+
"project:hardis:auth:configure",
|
|
10962
|
+
"project:auth:hardis:configure",
|
|
10963
|
+
"project:auth:configure:hardis",
|
|
10964
|
+
"hardis:auth:project:configure",
|
|
10965
|
+
"auth:hardis:project:configure",
|
|
10966
|
+
"auth:project:hardis:configure",
|
|
10967
|
+
"auth:project:configure:hardis",
|
|
10968
|
+
"hardis:auth:configure:project",
|
|
10969
|
+
"auth:hardis:configure:project",
|
|
10970
|
+
"auth:configure:hardis:project",
|
|
10971
|
+
"auth:configure:project:hardis"
|
|
10972
|
+
]
|
|
10973
|
+
},
|
|
10974
10974
|
"hardis:project:deploy:notify": {
|
|
10975
10975
|
"aliases": [],
|
|
10976
10976
|
"args": {},
|
|
@@ -14843,5 +14843,5 @@
|
|
|
14843
14843
|
]
|
|
14844
14844
|
}
|
|
14845
14845
|
},
|
|
14846
|
-
"version": "5.44.2-
|
|
14846
|
+
"version": "5.44.2-alpha202507221112.0"
|
|
14847
14847
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Swiss-army-knife Toolbox for Salesforce.\n Allows you to define a complete CD/CD Pipeline.\n Orchestrate base commands and assist users with interactive wizards",
|
|
4
4
|
"author": "NicolasVuillamy @nvuillam",
|
|
5
5
|
"bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues",
|
|
6
|
-
"version": "5.44.2-
|
|
6
|
+
"version": "5.44.2-alpha202507221112.0",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@actions/github": "^6.0.1",
|
|
9
9
|
"@cparra/apexdocs": "^3.14.0",
|