@salesforce/plugin-apex 3.0.23 → 3.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/oclif.lock +433 -56
- package/oclif.manifest.json +109 -109
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ FLAG DESCRIPTIONS
|
|
|
146
146
|
directory.
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
-
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
149
|
+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/get/log.ts)_
|
|
150
150
|
|
|
151
151
|
## `sf apex get test`
|
|
152
152
|
|
|
@@ -199,7 +199,7 @@ EXAMPLES
|
|
|
199
199
|
me@myorg',
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
202
|
+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/get/test.ts)_
|
|
203
203
|
|
|
204
204
|
## `sf apex list log`
|
|
205
205
|
|
|
@@ -238,7 +238,7 @@ EXAMPLES
|
|
|
238
238
|
$ sf apex list log --target-org me@my.org
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
241
|
+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/list/log.ts)_
|
|
242
242
|
|
|
243
243
|
## `sf apex run`
|
|
244
244
|
|
|
@@ -284,7 +284,7 @@ EXAMPLES
|
|
|
284
284
|
$ sf apex run
|
|
285
285
|
```
|
|
286
286
|
|
|
287
|
-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
287
|
+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/run.ts)_
|
|
288
288
|
|
|
289
289
|
## `sf apex run test`
|
|
290
290
|
|
|
@@ -391,7 +391,7 @@ FLAG DESCRIPTIONS
|
|
|
391
391
|
--tests Test1 --tests Test2
|
|
392
392
|
```
|
|
393
393
|
|
|
394
|
-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
394
|
+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/run/test.ts)_
|
|
395
395
|
|
|
396
396
|
## `sf apex tail log`
|
|
397
397
|
|
|
@@ -431,6 +431,6 @@ EXAMPLES
|
|
|
431
431
|
$ sf apex tail log --color --skip-trace-flag
|
|
432
432
|
```
|
|
433
433
|
|
|
434
|
-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
434
|
+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/tail/log.ts)_
|
|
435
435
|
|
|
436
436
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -92,29 +92,28 @@
|
|
|
92
92
|
"@aws-sdk/util-utf8-browser" "^3.0.0"
|
|
93
93
|
tslib "^1.11.1"
|
|
94
94
|
|
|
95
|
-
"@aws-sdk/client-cloudfront@^3.
|
|
96
|
-
version "3.
|
|
97
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.
|
|
98
|
-
integrity sha512-
|
|
95
|
+
"@aws-sdk/client-cloudfront@^3.511.0":
|
|
96
|
+
version "3.515.0"
|
|
97
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudfront/-/client-cloudfront-3.515.0.tgz#34324ed503c411b1e89a30fcb00779092f50d575"
|
|
98
|
+
integrity sha512-aDiTeB2QEX6M9I3yqchCce4z78wRuDOh3oZq2eiBueJqk3R3RGm8zDdsiJ+U9N6NVSmcm7Xs55Ws8NUJZGwizw==
|
|
99
99
|
dependencies:
|
|
100
100
|
"@aws-crypto/sha256-browser" "3.0.0"
|
|
101
101
|
"@aws-crypto/sha256-js" "3.0.0"
|
|
102
|
-
"@aws-sdk/client-sts" "3.
|
|
103
|
-
"@aws-sdk/core" "3.
|
|
104
|
-
"@aws-sdk/credential-provider-node" "3.
|
|
105
|
-
"@aws-sdk/middleware-host-header" "3.
|
|
106
|
-
"@aws-sdk/middleware-logger" "3.
|
|
107
|
-
"@aws-sdk/middleware-recursion-detection" "3.
|
|
108
|
-
"@aws-sdk/middleware-
|
|
109
|
-
"@aws-sdk/
|
|
110
|
-
"@aws-sdk/
|
|
111
|
-
"@aws-sdk/
|
|
112
|
-
"@aws-sdk/util-
|
|
113
|
-
"@aws-sdk/util-user-agent-
|
|
114
|
-
"@aws-sdk/util-user-agent-node" "3.511.0"
|
|
102
|
+
"@aws-sdk/client-sts" "3.515.0"
|
|
103
|
+
"@aws-sdk/core" "3.513.0"
|
|
104
|
+
"@aws-sdk/credential-provider-node" "3.515.0"
|
|
105
|
+
"@aws-sdk/middleware-host-header" "3.515.0"
|
|
106
|
+
"@aws-sdk/middleware-logger" "3.515.0"
|
|
107
|
+
"@aws-sdk/middleware-recursion-detection" "3.515.0"
|
|
108
|
+
"@aws-sdk/middleware-user-agent" "3.515.0"
|
|
109
|
+
"@aws-sdk/region-config-resolver" "3.515.0"
|
|
110
|
+
"@aws-sdk/types" "3.515.0"
|
|
111
|
+
"@aws-sdk/util-endpoints" "3.515.0"
|
|
112
|
+
"@aws-sdk/util-user-agent-browser" "3.515.0"
|
|
113
|
+
"@aws-sdk/util-user-agent-node" "3.515.0"
|
|
115
114
|
"@aws-sdk/xml-builder" "3.496.0"
|
|
116
115
|
"@smithy/config-resolver" "^2.1.1"
|
|
117
|
-
"@smithy/core" "^1.3.
|
|
116
|
+
"@smithy/core" "^1.3.2"
|
|
118
117
|
"@smithy/fetch-http-handler" "^2.4.1"
|
|
119
118
|
"@smithy/hash-node" "^2.1.1"
|
|
120
119
|
"@smithy/invalid-dependency" "^2.1.1"
|
|
@@ -133,8 +132,9 @@
|
|
|
133
132
|
"@smithy/util-body-length-browser" "^2.1.1"
|
|
134
133
|
"@smithy/util-body-length-node" "^2.2.1"
|
|
135
134
|
"@smithy/util-defaults-mode-browser" "^2.1.1"
|
|
136
|
-
"@smithy/util-defaults-mode-node" "^2.
|
|
135
|
+
"@smithy/util-defaults-mode-node" "^2.2.0"
|
|
137
136
|
"@smithy/util-endpoints" "^1.1.1"
|
|
137
|
+
"@smithy/util-middleware" "^2.1.1"
|
|
138
138
|
"@smithy/util-retry" "^2.1.1"
|
|
139
139
|
"@smithy/util-stream" "^2.1.1"
|
|
140
140
|
"@smithy/util-utf8" "^2.1.1"
|
|
@@ -251,6 +251,51 @@
|
|
|
251
251
|
"@smithy/util-utf8" "^2.1.1"
|
|
252
252
|
tslib "^2.5.0"
|
|
253
253
|
|
|
254
|
+
"@aws-sdk/client-sso-oidc@3.515.0":
|
|
255
|
+
version "3.515.0"
|
|
256
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.515.0.tgz#7864bbcc1cca2441c726b1db5ef74be6142ec270"
|
|
257
|
+
integrity sha512-zACa8LNlPUdlNUBqQRf5a3MfouLNtcBfm84v2c8M976DwJrMGONPe1QjyLLsD38uESQiXiVQRruj/b000iMXNw==
|
|
258
|
+
dependencies:
|
|
259
|
+
"@aws-crypto/sha256-browser" "3.0.0"
|
|
260
|
+
"@aws-crypto/sha256-js" "3.0.0"
|
|
261
|
+
"@aws-sdk/client-sts" "3.515.0"
|
|
262
|
+
"@aws-sdk/core" "3.513.0"
|
|
263
|
+
"@aws-sdk/middleware-host-header" "3.515.0"
|
|
264
|
+
"@aws-sdk/middleware-logger" "3.515.0"
|
|
265
|
+
"@aws-sdk/middleware-recursion-detection" "3.515.0"
|
|
266
|
+
"@aws-sdk/middleware-user-agent" "3.515.0"
|
|
267
|
+
"@aws-sdk/region-config-resolver" "3.515.0"
|
|
268
|
+
"@aws-sdk/types" "3.515.0"
|
|
269
|
+
"@aws-sdk/util-endpoints" "3.515.0"
|
|
270
|
+
"@aws-sdk/util-user-agent-browser" "3.515.0"
|
|
271
|
+
"@aws-sdk/util-user-agent-node" "3.515.0"
|
|
272
|
+
"@smithy/config-resolver" "^2.1.1"
|
|
273
|
+
"@smithy/core" "^1.3.2"
|
|
274
|
+
"@smithy/fetch-http-handler" "^2.4.1"
|
|
275
|
+
"@smithy/hash-node" "^2.1.1"
|
|
276
|
+
"@smithy/invalid-dependency" "^2.1.1"
|
|
277
|
+
"@smithy/middleware-content-length" "^2.1.1"
|
|
278
|
+
"@smithy/middleware-endpoint" "^2.4.1"
|
|
279
|
+
"@smithy/middleware-retry" "^2.1.1"
|
|
280
|
+
"@smithy/middleware-serde" "^2.1.1"
|
|
281
|
+
"@smithy/middleware-stack" "^2.1.1"
|
|
282
|
+
"@smithy/node-config-provider" "^2.2.1"
|
|
283
|
+
"@smithy/node-http-handler" "^2.3.1"
|
|
284
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
285
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
286
|
+
"@smithy/types" "^2.9.1"
|
|
287
|
+
"@smithy/url-parser" "^2.1.1"
|
|
288
|
+
"@smithy/util-base64" "^2.1.1"
|
|
289
|
+
"@smithy/util-body-length-browser" "^2.1.1"
|
|
290
|
+
"@smithy/util-body-length-node" "^2.2.1"
|
|
291
|
+
"@smithy/util-defaults-mode-browser" "^2.1.1"
|
|
292
|
+
"@smithy/util-defaults-mode-node" "^2.2.0"
|
|
293
|
+
"@smithy/util-endpoints" "^1.1.1"
|
|
294
|
+
"@smithy/util-middleware" "^2.1.1"
|
|
295
|
+
"@smithy/util-retry" "^2.1.1"
|
|
296
|
+
"@smithy/util-utf8" "^2.1.1"
|
|
297
|
+
tslib "^2.5.0"
|
|
298
|
+
|
|
254
299
|
"@aws-sdk/client-sso@3.511.0":
|
|
255
300
|
version "3.511.0"
|
|
256
301
|
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.511.0.tgz#14111560c02750db388d3606ec8e1796dc00bd5c"
|
|
@@ -294,6 +339,50 @@
|
|
|
294
339
|
"@smithy/util-utf8" "^2.1.1"
|
|
295
340
|
tslib "^2.5.0"
|
|
296
341
|
|
|
342
|
+
"@aws-sdk/client-sso@3.515.0":
|
|
343
|
+
version "3.515.0"
|
|
344
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.515.0.tgz#858d3ebd187e54e70ebd7ac948fb889f70a7deee"
|
|
345
|
+
integrity sha512-4oGBLW476zmkdN98lAns3bObRNO+DLOfg4MDUSR6l6GYBV/zGAtoy2O/FhwYKgA2L5h2ZtElGopLlk/1Q0ePLw==
|
|
346
|
+
dependencies:
|
|
347
|
+
"@aws-crypto/sha256-browser" "3.0.0"
|
|
348
|
+
"@aws-crypto/sha256-js" "3.0.0"
|
|
349
|
+
"@aws-sdk/core" "3.513.0"
|
|
350
|
+
"@aws-sdk/middleware-host-header" "3.515.0"
|
|
351
|
+
"@aws-sdk/middleware-logger" "3.515.0"
|
|
352
|
+
"@aws-sdk/middleware-recursion-detection" "3.515.0"
|
|
353
|
+
"@aws-sdk/middleware-user-agent" "3.515.0"
|
|
354
|
+
"@aws-sdk/region-config-resolver" "3.515.0"
|
|
355
|
+
"@aws-sdk/types" "3.515.0"
|
|
356
|
+
"@aws-sdk/util-endpoints" "3.515.0"
|
|
357
|
+
"@aws-sdk/util-user-agent-browser" "3.515.0"
|
|
358
|
+
"@aws-sdk/util-user-agent-node" "3.515.0"
|
|
359
|
+
"@smithy/config-resolver" "^2.1.1"
|
|
360
|
+
"@smithy/core" "^1.3.2"
|
|
361
|
+
"@smithy/fetch-http-handler" "^2.4.1"
|
|
362
|
+
"@smithy/hash-node" "^2.1.1"
|
|
363
|
+
"@smithy/invalid-dependency" "^2.1.1"
|
|
364
|
+
"@smithy/middleware-content-length" "^2.1.1"
|
|
365
|
+
"@smithy/middleware-endpoint" "^2.4.1"
|
|
366
|
+
"@smithy/middleware-retry" "^2.1.1"
|
|
367
|
+
"@smithy/middleware-serde" "^2.1.1"
|
|
368
|
+
"@smithy/middleware-stack" "^2.1.1"
|
|
369
|
+
"@smithy/node-config-provider" "^2.2.1"
|
|
370
|
+
"@smithy/node-http-handler" "^2.3.1"
|
|
371
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
372
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
373
|
+
"@smithy/types" "^2.9.1"
|
|
374
|
+
"@smithy/url-parser" "^2.1.1"
|
|
375
|
+
"@smithy/util-base64" "^2.1.1"
|
|
376
|
+
"@smithy/util-body-length-browser" "^2.1.1"
|
|
377
|
+
"@smithy/util-body-length-node" "^2.2.1"
|
|
378
|
+
"@smithy/util-defaults-mode-browser" "^2.1.1"
|
|
379
|
+
"@smithy/util-defaults-mode-node" "^2.2.0"
|
|
380
|
+
"@smithy/util-endpoints" "^1.1.1"
|
|
381
|
+
"@smithy/util-middleware" "^2.1.1"
|
|
382
|
+
"@smithy/util-retry" "^2.1.1"
|
|
383
|
+
"@smithy/util-utf8" "^2.1.1"
|
|
384
|
+
tslib "^2.5.0"
|
|
385
|
+
|
|
297
386
|
"@aws-sdk/client-sts@3.511.0":
|
|
298
387
|
version "3.511.0"
|
|
299
388
|
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.511.0.tgz#afd790363e5ae956a0d710b32720f478992ca4bf"
|
|
@@ -339,6 +428,51 @@
|
|
|
339
428
|
fast-xml-parser "4.2.5"
|
|
340
429
|
tslib "^2.5.0"
|
|
341
430
|
|
|
431
|
+
"@aws-sdk/client-sts@3.515.0":
|
|
432
|
+
version "3.515.0"
|
|
433
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.515.0.tgz#a645696bbc160e46c4c9e60aa66b79fd212d1230"
|
|
434
|
+
integrity sha512-ScYuvaIDgip3atOJIA1FU2n0gJkEdveu1KrrCPathoUCV5zpK8qQmO/n+Fj/7hKFxeKdFbB+4W4CsJWYH94nlg==
|
|
435
|
+
dependencies:
|
|
436
|
+
"@aws-crypto/sha256-browser" "3.0.0"
|
|
437
|
+
"@aws-crypto/sha256-js" "3.0.0"
|
|
438
|
+
"@aws-sdk/core" "3.513.0"
|
|
439
|
+
"@aws-sdk/middleware-host-header" "3.515.0"
|
|
440
|
+
"@aws-sdk/middleware-logger" "3.515.0"
|
|
441
|
+
"@aws-sdk/middleware-recursion-detection" "3.515.0"
|
|
442
|
+
"@aws-sdk/middleware-user-agent" "3.515.0"
|
|
443
|
+
"@aws-sdk/region-config-resolver" "3.515.0"
|
|
444
|
+
"@aws-sdk/types" "3.515.0"
|
|
445
|
+
"@aws-sdk/util-endpoints" "3.515.0"
|
|
446
|
+
"@aws-sdk/util-user-agent-browser" "3.515.0"
|
|
447
|
+
"@aws-sdk/util-user-agent-node" "3.515.0"
|
|
448
|
+
"@smithy/config-resolver" "^2.1.1"
|
|
449
|
+
"@smithy/core" "^1.3.2"
|
|
450
|
+
"@smithy/fetch-http-handler" "^2.4.1"
|
|
451
|
+
"@smithy/hash-node" "^2.1.1"
|
|
452
|
+
"@smithy/invalid-dependency" "^2.1.1"
|
|
453
|
+
"@smithy/middleware-content-length" "^2.1.1"
|
|
454
|
+
"@smithy/middleware-endpoint" "^2.4.1"
|
|
455
|
+
"@smithy/middleware-retry" "^2.1.1"
|
|
456
|
+
"@smithy/middleware-serde" "^2.1.1"
|
|
457
|
+
"@smithy/middleware-stack" "^2.1.1"
|
|
458
|
+
"@smithy/node-config-provider" "^2.2.1"
|
|
459
|
+
"@smithy/node-http-handler" "^2.3.1"
|
|
460
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
461
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
462
|
+
"@smithy/types" "^2.9.1"
|
|
463
|
+
"@smithy/url-parser" "^2.1.1"
|
|
464
|
+
"@smithy/util-base64" "^2.1.1"
|
|
465
|
+
"@smithy/util-body-length-browser" "^2.1.1"
|
|
466
|
+
"@smithy/util-body-length-node" "^2.2.1"
|
|
467
|
+
"@smithy/util-defaults-mode-browser" "^2.1.1"
|
|
468
|
+
"@smithy/util-defaults-mode-node" "^2.2.0"
|
|
469
|
+
"@smithy/util-endpoints" "^1.1.1"
|
|
470
|
+
"@smithy/util-middleware" "^2.1.1"
|
|
471
|
+
"@smithy/util-retry" "^2.1.1"
|
|
472
|
+
"@smithy/util-utf8" "^2.1.1"
|
|
473
|
+
fast-xml-parser "4.2.5"
|
|
474
|
+
tslib "^2.5.0"
|
|
475
|
+
|
|
342
476
|
"@aws-sdk/core@3.511.0":
|
|
343
477
|
version "3.511.0"
|
|
344
478
|
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.511.0.tgz#40658962b10514c3dabfc95f0a3e892c6511565a"
|
|
@@ -351,6 +485,18 @@
|
|
|
351
485
|
"@smithy/types" "^2.9.1"
|
|
352
486
|
tslib "^2.5.0"
|
|
353
487
|
|
|
488
|
+
"@aws-sdk/core@3.513.0":
|
|
489
|
+
version "3.513.0"
|
|
490
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.513.0.tgz#9fce86d472f7b38724cb1156d06a854124a51aaa"
|
|
491
|
+
integrity sha512-L+9DL4apWuqNKVOMJ8siAuWoRM9rZf9w1iPv8S2o83WO2jVK7E/m+rNW1dFo9HsA5V1ccDl2H2qLXx24HiHmOw==
|
|
492
|
+
dependencies:
|
|
493
|
+
"@smithy/core" "^1.3.2"
|
|
494
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
495
|
+
"@smithy/signature-v4" "^2.1.1"
|
|
496
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
497
|
+
"@smithy/types" "^2.9.1"
|
|
498
|
+
tslib "^2.5.0"
|
|
499
|
+
|
|
354
500
|
"@aws-sdk/credential-provider-env@3.511.0":
|
|
355
501
|
version "3.511.0"
|
|
356
502
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.511.0.tgz#54084b6f8762cb102dc31a7604c618adb7e2865d"
|
|
@@ -361,6 +507,16 @@
|
|
|
361
507
|
"@smithy/types" "^2.9.1"
|
|
362
508
|
tslib "^2.5.0"
|
|
363
509
|
|
|
510
|
+
"@aws-sdk/credential-provider-env@3.515.0":
|
|
511
|
+
version "3.515.0"
|
|
512
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.515.0.tgz#8a96e51bb50a70596ec8d6fc38a78c2aca3b5b6f"
|
|
513
|
+
integrity sha512-45vxdyqhTAaUMERYVWOziG3K8L2TV9G4ryQS/KZ84o7NAybE9GMdoZRVmGHAO7mJJ1wQiYCM/E+i5b3NW9JfNA==
|
|
514
|
+
dependencies:
|
|
515
|
+
"@aws-sdk/types" "3.515.0"
|
|
516
|
+
"@smithy/property-provider" "^2.1.1"
|
|
517
|
+
"@smithy/types" "^2.9.1"
|
|
518
|
+
tslib "^2.5.0"
|
|
519
|
+
|
|
364
520
|
"@aws-sdk/credential-provider-http@3.511.0":
|
|
365
521
|
version "3.511.0"
|
|
366
522
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.511.0.tgz#21b303766573649ff4cb3931159dab0ae1760077"
|
|
@@ -376,6 +532,21 @@
|
|
|
376
532
|
"@smithy/util-stream" "^2.1.1"
|
|
377
533
|
tslib "^2.5.0"
|
|
378
534
|
|
|
535
|
+
"@aws-sdk/credential-provider-http@3.515.0":
|
|
536
|
+
version "3.515.0"
|
|
537
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.515.0.tgz#780b31ebb0d2c3fb1da31d163a2f39edb7d7d7c5"
|
|
538
|
+
integrity sha512-Ba6FXK77vU4WyheiamNjEuTFmir0eAXuJGPO27lBaA8g+V/seXGHScsbOG14aQGDOr2P02OPwKGZrWWA7BFpfQ==
|
|
539
|
+
dependencies:
|
|
540
|
+
"@aws-sdk/types" "3.515.0"
|
|
541
|
+
"@smithy/fetch-http-handler" "^2.4.1"
|
|
542
|
+
"@smithy/node-http-handler" "^2.3.1"
|
|
543
|
+
"@smithy/property-provider" "^2.1.1"
|
|
544
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
545
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
546
|
+
"@smithy/types" "^2.9.1"
|
|
547
|
+
"@smithy/util-stream" "^2.1.1"
|
|
548
|
+
tslib "^2.5.0"
|
|
549
|
+
|
|
379
550
|
"@aws-sdk/credential-provider-ini@3.511.0":
|
|
380
551
|
version "3.511.0"
|
|
381
552
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.511.0.tgz#6a7fb67992d203c0ff19795d547e95e29f7fa2a1"
|
|
@@ -393,6 +564,23 @@
|
|
|
393
564
|
"@smithy/types" "^2.9.1"
|
|
394
565
|
tslib "^2.5.0"
|
|
395
566
|
|
|
567
|
+
"@aws-sdk/credential-provider-ini@3.515.0":
|
|
568
|
+
version "3.515.0"
|
|
569
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.515.0.tgz#f669afd30aeac6088db0d7d485730c633836872b"
|
|
570
|
+
integrity sha512-ouDlNZdv2TKeVEA/YZk2+XklTXyAAGdbWnl4IgN9ItaodWI+lZjdIoNC8BAooVH+atIV/cZgoGTGQL7j2TxJ9A==
|
|
571
|
+
dependencies:
|
|
572
|
+
"@aws-sdk/client-sts" "3.515.0"
|
|
573
|
+
"@aws-sdk/credential-provider-env" "3.515.0"
|
|
574
|
+
"@aws-sdk/credential-provider-process" "3.515.0"
|
|
575
|
+
"@aws-sdk/credential-provider-sso" "3.515.0"
|
|
576
|
+
"@aws-sdk/credential-provider-web-identity" "3.515.0"
|
|
577
|
+
"@aws-sdk/types" "3.515.0"
|
|
578
|
+
"@smithy/credential-provider-imds" "^2.2.1"
|
|
579
|
+
"@smithy/property-provider" "^2.1.1"
|
|
580
|
+
"@smithy/shared-ini-file-loader" "^2.3.1"
|
|
581
|
+
"@smithy/types" "^2.9.1"
|
|
582
|
+
tslib "^2.5.0"
|
|
583
|
+
|
|
396
584
|
"@aws-sdk/credential-provider-node@3.511.0":
|
|
397
585
|
version "3.511.0"
|
|
398
586
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.511.0.tgz#148ed72c40e21bc452623649f5f71360083724d5"
|
|
@@ -411,6 +599,24 @@
|
|
|
411
599
|
"@smithy/types" "^2.9.1"
|
|
412
600
|
tslib "^2.5.0"
|
|
413
601
|
|
|
602
|
+
"@aws-sdk/credential-provider-node@3.515.0":
|
|
603
|
+
version "3.515.0"
|
|
604
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.515.0.tgz#57e2105208fb8b2edc857f48533cb0a1e28a9412"
|
|
605
|
+
integrity sha512-Y4kHSpbxksiCZZNcvsiKUd8Fb2XlyUuONEwqWFNL82ZH6TCCjBGS31wJQCSxBHqYcOL3tiORUEJkoO7uS30uQA==
|
|
606
|
+
dependencies:
|
|
607
|
+
"@aws-sdk/credential-provider-env" "3.515.0"
|
|
608
|
+
"@aws-sdk/credential-provider-http" "3.515.0"
|
|
609
|
+
"@aws-sdk/credential-provider-ini" "3.515.0"
|
|
610
|
+
"@aws-sdk/credential-provider-process" "3.515.0"
|
|
611
|
+
"@aws-sdk/credential-provider-sso" "3.515.0"
|
|
612
|
+
"@aws-sdk/credential-provider-web-identity" "3.515.0"
|
|
613
|
+
"@aws-sdk/types" "3.515.0"
|
|
614
|
+
"@smithy/credential-provider-imds" "^2.2.1"
|
|
615
|
+
"@smithy/property-provider" "^2.1.1"
|
|
616
|
+
"@smithy/shared-ini-file-loader" "^2.3.1"
|
|
617
|
+
"@smithy/types" "^2.9.1"
|
|
618
|
+
tslib "^2.5.0"
|
|
619
|
+
|
|
414
620
|
"@aws-sdk/credential-provider-process@3.511.0":
|
|
415
621
|
version "3.511.0"
|
|
416
622
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.511.0.tgz#2b44f3159ff544239a81d0f9dfcd79b1f8e90361"
|
|
@@ -422,6 +628,17 @@
|
|
|
422
628
|
"@smithy/types" "^2.9.1"
|
|
423
629
|
tslib "^2.5.0"
|
|
424
630
|
|
|
631
|
+
"@aws-sdk/credential-provider-process@3.515.0":
|
|
632
|
+
version "3.515.0"
|
|
633
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.515.0.tgz#71e1e624669ef5918b477b48ec8aff1bd686e787"
|
|
634
|
+
integrity sha512-pSjiOA2FM63LHRKNDvEpBRp80FVGT0Mw/gzgbqFXP+sewk0WVonYbEcMDTJptH3VsLPGzqH/DQ1YL/aEIBuXFQ==
|
|
635
|
+
dependencies:
|
|
636
|
+
"@aws-sdk/types" "3.515.0"
|
|
637
|
+
"@smithy/property-provider" "^2.1.1"
|
|
638
|
+
"@smithy/shared-ini-file-loader" "^2.3.1"
|
|
639
|
+
"@smithy/types" "^2.9.1"
|
|
640
|
+
tslib "^2.5.0"
|
|
641
|
+
|
|
425
642
|
"@aws-sdk/credential-provider-sso@3.511.0":
|
|
426
643
|
version "3.511.0"
|
|
427
644
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.511.0.tgz#def71f250ca80bd9741a94201ae68339182d9b0f"
|
|
@@ -435,6 +652,19 @@
|
|
|
435
652
|
"@smithy/types" "^2.9.1"
|
|
436
653
|
tslib "^2.5.0"
|
|
437
654
|
|
|
655
|
+
"@aws-sdk/credential-provider-sso@3.515.0":
|
|
656
|
+
version "3.515.0"
|
|
657
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.515.0.tgz#b8efce2c885adf529c4f70db76bcc188afef299b"
|
|
658
|
+
integrity sha512-j7vUkiSmuhpBvZYoPTRTI4ePnQbiZMFl6TNhg9b9DprC1zHkucsZnhRhqjOVlrw/H6J4jmcPGcHHTZ5WQNI5xQ==
|
|
659
|
+
dependencies:
|
|
660
|
+
"@aws-sdk/client-sso" "3.515.0"
|
|
661
|
+
"@aws-sdk/token-providers" "3.515.0"
|
|
662
|
+
"@aws-sdk/types" "3.515.0"
|
|
663
|
+
"@smithy/property-provider" "^2.1.1"
|
|
664
|
+
"@smithy/shared-ini-file-loader" "^2.3.1"
|
|
665
|
+
"@smithy/types" "^2.9.1"
|
|
666
|
+
tslib "^2.5.0"
|
|
667
|
+
|
|
438
668
|
"@aws-sdk/credential-provider-web-identity@3.511.0":
|
|
439
669
|
version "3.511.0"
|
|
440
670
|
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.511.0.tgz#7d1170ae77e7d73efe05b518586a096bafc656b3"
|
|
@@ -446,6 +676,17 @@
|
|
|
446
676
|
"@smithy/types" "^2.9.1"
|
|
447
677
|
tslib "^2.5.0"
|
|
448
678
|
|
|
679
|
+
"@aws-sdk/credential-provider-web-identity@3.515.0":
|
|
680
|
+
version "3.515.0"
|
|
681
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.515.0.tgz#848f113ca92dd7a6ebbb436872688a78a28d309b"
|
|
682
|
+
integrity sha512-66+2g4z3fWwdoGReY8aUHvm6JrKZMTRxjuizljVmMyOBttKPeBYXvUTop/g3ZGUx1f8j+C5qsGK52viYBvtjuQ==
|
|
683
|
+
dependencies:
|
|
684
|
+
"@aws-sdk/client-sts" "3.515.0"
|
|
685
|
+
"@aws-sdk/types" "3.515.0"
|
|
686
|
+
"@smithy/property-provider" "^2.1.1"
|
|
687
|
+
"@smithy/types" "^2.9.1"
|
|
688
|
+
tslib "^2.5.0"
|
|
689
|
+
|
|
449
690
|
"@aws-sdk/middleware-bucket-endpoint@3.511.0":
|
|
450
691
|
version "3.511.0"
|
|
451
692
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.511.0.tgz#48c9c5242a488dcfa0323ce4db90d02fe253efb7"
|
|
@@ -493,6 +734,16 @@
|
|
|
493
734
|
"@smithy/types" "^2.9.1"
|
|
494
735
|
tslib "^2.5.0"
|
|
495
736
|
|
|
737
|
+
"@aws-sdk/middleware-host-header@3.515.0":
|
|
738
|
+
version "3.515.0"
|
|
739
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.515.0.tgz#835a1865d4e35ad8fd2f7e579b191d58f52e450c"
|
|
740
|
+
integrity sha512-I1MwWPzdRKM1luvdDdjdGsDjNVPhj9zaIytEchjTY40NcKOg+p2evLD2y69ozzg8pyXK63r8DdvDGOo9QPuh0A==
|
|
741
|
+
dependencies:
|
|
742
|
+
"@aws-sdk/types" "3.515.0"
|
|
743
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
744
|
+
"@smithy/types" "^2.9.1"
|
|
745
|
+
tslib "^2.5.0"
|
|
746
|
+
|
|
496
747
|
"@aws-sdk/middleware-location-constraint@3.511.0":
|
|
497
748
|
version "3.511.0"
|
|
498
749
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.511.0.tgz#196effea8560186d586742221803f423907476a0"
|
|
@@ -511,6 +762,15 @@
|
|
|
511
762
|
"@smithy/types" "^2.9.1"
|
|
512
763
|
tslib "^2.5.0"
|
|
513
764
|
|
|
765
|
+
"@aws-sdk/middleware-logger@3.515.0":
|
|
766
|
+
version "3.515.0"
|
|
767
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-logger/-/middleware-logger-3.515.0.tgz#430fc40d6897fdc25ad82075865d00d5d707b6ad"
|
|
768
|
+
integrity sha512-qXomJzg2m/5seQOxHi/yOXOKfSjwrrJSmEmfwJKJyQgdMbBcjz3Cz0H/1LyC6c5hHm6a/SZgSTzDAbAoUmyL+Q==
|
|
769
|
+
dependencies:
|
|
770
|
+
"@aws-sdk/types" "3.515.0"
|
|
771
|
+
"@smithy/types" "^2.9.1"
|
|
772
|
+
tslib "^2.5.0"
|
|
773
|
+
|
|
514
774
|
"@aws-sdk/middleware-recursion-detection@3.511.0":
|
|
515
775
|
version "3.511.0"
|
|
516
776
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.511.0.tgz#ac3ce292e3dc3b5dca86a03d8e66fa9e11beb9fc"
|
|
@@ -521,6 +781,16 @@
|
|
|
521
781
|
"@smithy/types" "^2.9.1"
|
|
522
782
|
tslib "^2.5.0"
|
|
523
783
|
|
|
784
|
+
"@aws-sdk/middleware-recursion-detection@3.515.0":
|
|
785
|
+
version "3.515.0"
|
|
786
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.515.0.tgz#7f44705d6d93adbcc743a5adf3bfa2c09670637c"
|
|
787
|
+
integrity sha512-dokHLbTV3IHRIBrw9mGoxcNTnQsjlm7TpkJhPdGT9T4Mq399EyQo51u6IsVMm07RXLl2Zw7u+u9p+qWBFzmFRA==
|
|
788
|
+
dependencies:
|
|
789
|
+
"@aws-sdk/types" "3.515.0"
|
|
790
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
791
|
+
"@smithy/types" "^2.9.1"
|
|
792
|
+
tslib "^2.5.0"
|
|
793
|
+
|
|
524
794
|
"@aws-sdk/middleware-sdk-s3@3.511.0":
|
|
525
795
|
version "3.511.0"
|
|
526
796
|
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.511.0.tgz#b49858e86bda505a2dea88207c68a02db9c961a5"
|
|
@@ -569,6 +839,17 @@
|
|
|
569
839
|
"@smithy/types" "^2.9.1"
|
|
570
840
|
tslib "^2.5.0"
|
|
571
841
|
|
|
842
|
+
"@aws-sdk/middleware-user-agent@3.515.0":
|
|
843
|
+
version "3.515.0"
|
|
844
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.515.0.tgz#93daacea920fad11481559e5a399cf786e5e6c0c"
|
|
845
|
+
integrity sha512-nOqZjGA/GkjuJ5fUshec9Fv6HFd7ovOTxMJbw3MfAhqXuVZ6dKF41lpVJ4imNsgyFt3shUg9WDY8zGFjlYMB3g==
|
|
846
|
+
dependencies:
|
|
847
|
+
"@aws-sdk/types" "3.515.0"
|
|
848
|
+
"@aws-sdk/util-endpoints" "3.515.0"
|
|
849
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
850
|
+
"@smithy/types" "^2.9.1"
|
|
851
|
+
tslib "^2.5.0"
|
|
852
|
+
|
|
572
853
|
"@aws-sdk/region-config-resolver@3.511.0":
|
|
573
854
|
version "3.511.0"
|
|
574
855
|
resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.511.0.tgz#abe0334f975414119a38eba0f85d1239a074b510"
|
|
@@ -581,6 +862,18 @@
|
|
|
581
862
|
"@smithy/util-middleware" "^2.1.1"
|
|
582
863
|
tslib "^2.5.0"
|
|
583
864
|
|
|
865
|
+
"@aws-sdk/region-config-resolver@3.515.0":
|
|
866
|
+
version "3.515.0"
|
|
867
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.515.0.tgz#c0973acc32256c3688265512cf6d0469baa3af21"
|
|
868
|
+
integrity sha512-RIRx9loxMgEAc/r1wPfnfShOuzn4RBi8pPPv6/jhhITEeMnJe6enAh2k5y9DdiVDDgCWZgVFSv0YkAIfzAFsnQ==
|
|
869
|
+
dependencies:
|
|
870
|
+
"@aws-sdk/types" "3.515.0"
|
|
871
|
+
"@smithy/node-config-provider" "^2.2.1"
|
|
872
|
+
"@smithy/types" "^2.9.1"
|
|
873
|
+
"@smithy/util-config-provider" "^2.2.1"
|
|
874
|
+
"@smithy/util-middleware" "^2.1.1"
|
|
875
|
+
tslib "^2.5.0"
|
|
876
|
+
|
|
584
877
|
"@aws-sdk/signature-v4-multi-region@3.511.0":
|
|
585
878
|
version "3.511.0"
|
|
586
879
|
resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.511.0.tgz#6a33b9f540983c8c32ea3b0de4827f4a29da19f6"
|
|
@@ -605,6 +898,18 @@
|
|
|
605
898
|
"@smithy/types" "^2.9.1"
|
|
606
899
|
tslib "^2.5.0"
|
|
607
900
|
|
|
901
|
+
"@aws-sdk/token-providers@3.515.0":
|
|
902
|
+
version "3.515.0"
|
|
903
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.515.0.tgz#c4e549a28d287b2861a2d331eae2be98c4236bd1"
|
|
904
|
+
integrity sha512-MQuf04rIcTXqwDzmyHSpFPF1fKEzRl64oXtCRUF3ddxTdK6wxXkePfK6wNCuL+GEbEcJAoCtIGIRpzGPJvQjHA==
|
|
905
|
+
dependencies:
|
|
906
|
+
"@aws-sdk/client-sso-oidc" "3.515.0"
|
|
907
|
+
"@aws-sdk/types" "3.515.0"
|
|
908
|
+
"@smithy/property-provider" "^2.1.1"
|
|
909
|
+
"@smithy/shared-ini-file-loader" "^2.3.1"
|
|
910
|
+
"@smithy/types" "^2.9.1"
|
|
911
|
+
tslib "^2.5.0"
|
|
912
|
+
|
|
608
913
|
"@aws-sdk/types@3.511.0":
|
|
609
914
|
version "3.511.0"
|
|
610
915
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.511.0.tgz#b873bcd8d0db1265234a5a8b920a3c43a6ca28ff"
|
|
@@ -613,6 +918,14 @@
|
|
|
613
918
|
"@smithy/types" "^2.9.1"
|
|
614
919
|
tslib "^2.5.0"
|
|
615
920
|
|
|
921
|
+
"@aws-sdk/types@3.515.0":
|
|
922
|
+
version "3.515.0"
|
|
923
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.515.0.tgz#ee97c887293211f1891bc1d8f0aaf354072b6002"
|
|
924
|
+
integrity sha512-B3gUpiMlpT6ERaLvZZ61D0RyrQPsFYDkCncLPVkZOKkCOoFU46zi1o6T5JcYiz8vkx1q9RGloQ5exh79s5pU/w==
|
|
925
|
+
dependencies:
|
|
926
|
+
"@smithy/types" "^2.9.1"
|
|
927
|
+
tslib "^2.5.0"
|
|
928
|
+
|
|
616
929
|
"@aws-sdk/types@^3.222.0":
|
|
617
930
|
version "3.489.0"
|
|
618
931
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.489.0.tgz#0fa29adaace3e407ac15428524aa67e9bd229f65"
|
|
@@ -638,6 +951,16 @@
|
|
|
638
951
|
"@smithy/util-endpoints" "^1.1.1"
|
|
639
952
|
tslib "^2.5.0"
|
|
640
953
|
|
|
954
|
+
"@aws-sdk/util-endpoints@3.515.0":
|
|
955
|
+
version "3.515.0"
|
|
956
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.515.0.tgz#6d8bcc62617261a4c1de5d7507060ab361694923"
|
|
957
|
+
integrity sha512-UJi+jdwcGFV/F7d3+e2aQn5yZOVpDiAgfgNhPnEtgV0WozJ5/ZUeZBgWvSc/K415N4A4D/9cbBc7+I+35qzcDQ==
|
|
958
|
+
dependencies:
|
|
959
|
+
"@aws-sdk/types" "3.515.0"
|
|
960
|
+
"@smithy/types" "^2.9.1"
|
|
961
|
+
"@smithy/util-endpoints" "^1.1.1"
|
|
962
|
+
tslib "^2.5.0"
|
|
963
|
+
|
|
641
964
|
"@aws-sdk/util-locate-window@^3.0.0":
|
|
642
965
|
version "3.465.0"
|
|
643
966
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-locate-window/-/util-locate-window-3.465.0.tgz#0471428fb5eb749d4b72c427f5726f7b61fb90eb"
|
|
@@ -655,6 +978,16 @@
|
|
|
655
978
|
bowser "^2.11.0"
|
|
656
979
|
tslib "^2.5.0"
|
|
657
980
|
|
|
981
|
+
"@aws-sdk/util-user-agent-browser@3.515.0":
|
|
982
|
+
version "3.515.0"
|
|
983
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.515.0.tgz#f3c7027cfbfaf1786ae32176dd5ac8b0753ad0a1"
|
|
984
|
+
integrity sha512-pTWQb0JCafTmLHLDv3Qqs/nAAJghcPdGQIBpsCStb0YEzg3At/dOi2AIQ683yYnXmeOxLXJDzmlsovfVObJScw==
|
|
985
|
+
dependencies:
|
|
986
|
+
"@aws-sdk/types" "3.515.0"
|
|
987
|
+
"@smithy/types" "^2.9.1"
|
|
988
|
+
bowser "^2.11.0"
|
|
989
|
+
tslib "^2.5.0"
|
|
990
|
+
|
|
658
991
|
"@aws-sdk/util-user-agent-node@3.511.0":
|
|
659
992
|
version "3.511.0"
|
|
660
993
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.511.0.tgz#2cb4f56050e2f173870d6bcccb0f12f68dbf73ce"
|
|
@@ -665,6 +998,16 @@
|
|
|
665
998
|
"@smithy/types" "^2.9.1"
|
|
666
999
|
tslib "^2.5.0"
|
|
667
1000
|
|
|
1001
|
+
"@aws-sdk/util-user-agent-node@3.515.0":
|
|
1002
|
+
version "3.515.0"
|
|
1003
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.515.0.tgz#a76182778964e9e9098f5607b379c0efb12ffaa4"
|
|
1004
|
+
integrity sha512-A/KJ+/HTohHyVXLH+t/bO0Z2mPrQgELbQO8tX+B2nElo8uklj70r5cT7F8ETsI9oOy+HDVpiL5/v45ZgpUOiPg==
|
|
1005
|
+
dependencies:
|
|
1006
|
+
"@aws-sdk/types" "3.515.0"
|
|
1007
|
+
"@smithy/node-config-provider" "^2.2.1"
|
|
1008
|
+
"@smithy/types" "^2.9.1"
|
|
1009
|
+
tslib "^2.5.0"
|
|
1010
|
+
|
|
668
1011
|
"@aws-sdk/util-utf8-browser@^3.0.0":
|
|
669
1012
|
version "3.259.0"
|
|
670
1013
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz#3275a6f5eb334f96ca76635b961d3c50259fd9ff"
|
|
@@ -1443,10 +1786,10 @@
|
|
|
1443
1786
|
read-package-json-fast "^3.0.0"
|
|
1444
1787
|
which "^3.0.0"
|
|
1445
1788
|
|
|
1446
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1":
|
|
1447
|
-
version "3.19.
|
|
1448
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.
|
|
1449
|
-
integrity sha512
|
|
1789
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2":
|
|
1790
|
+
version "3.19.2"
|
|
1791
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.2.tgz#1672061e7309f0048f9f9991607b303a9e5082fc"
|
|
1792
|
+
integrity sha512-/kUZZQZO92esToSTn+fnfMQdAj8uDJ/lsMNXBRBCiLQpwnIskHXy8JzYpynxxkzY2wbGREBceQhxCyDV0XpY4g==
|
|
1450
1793
|
dependencies:
|
|
1451
1794
|
"@types/cli-progress" "^3.11.5"
|
|
1452
1795
|
ansi-escapes "^4.3.2"
|
|
@@ -1476,10 +1819,10 @@
|
|
|
1476
1819
|
wordwrap "^1.0.0"
|
|
1477
1820
|
wrap-ansi "^7.0.0"
|
|
1478
1821
|
|
|
1479
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
1480
|
-
version "5.0.
|
|
1481
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
1482
|
-
integrity sha512-
|
|
1822
|
+
"@oclif/plugin-command-snapshot@^5.0.8":
|
|
1823
|
+
version "5.0.8"
|
|
1824
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.8.tgz#8ddaa56099ca6ba3414cdfbc023384066e150fec"
|
|
1825
|
+
integrity sha512-tVjT1USqjPpoVswK/rvk8k6NDEdrDxPJPyVZ7Dj+b68pCxUcQw7DTorp+YjYWSwMABY9e7k4bO3Xtk78m/q5tA==
|
|
1483
1826
|
dependencies:
|
|
1484
1827
|
"@oclif/core" "^3.18.2"
|
|
1485
1828
|
"@types/lodash.difference" "^4.5.9"
|
|
@@ -1488,7 +1831,7 @@
|
|
|
1488
1831
|
lodash.difference "^4.5.0"
|
|
1489
1832
|
lodash.get "^4.4.2"
|
|
1490
1833
|
lodash.sortby "^4.7.0"
|
|
1491
|
-
semver "^7.
|
|
1834
|
+
semver "^7.6.0"
|
|
1492
1835
|
ts-json-schema-generator "^1.5.0"
|
|
1493
1836
|
|
|
1494
1837
|
"@oclif/plugin-help@^6.0.12":
|
|
@@ -1498,12 +1841,12 @@
|
|
|
1498
1841
|
dependencies:
|
|
1499
1842
|
"@oclif/core" "^3.18.1"
|
|
1500
1843
|
|
|
1501
|
-
"@oclif/plugin-not-found@^3.0.
|
|
1502
|
-
version "3.0.
|
|
1503
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.
|
|
1504
|
-
integrity sha512-
|
|
1844
|
+
"@oclif/plugin-not-found@^3.0.10":
|
|
1845
|
+
version "3.0.10"
|
|
1846
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.10.tgz#c1e60386f4509b43636214f8d6efff7b8e5a75bc"
|
|
1847
|
+
integrity sha512-vjY0nh+QcnAnKYP1SW/c4YhSBS8AkVsv4J61X2Bg2uedLi8Xaj5wCE8zTkqi/gSUtCH3SC3XZ5XGiqGVJegkTw==
|
|
1505
1848
|
dependencies:
|
|
1506
|
-
"@oclif/core" "^3.18.
|
|
1849
|
+
"@oclif/core" "^3.18.2"
|
|
1507
1850
|
chalk "^5.3.0"
|
|
1508
1851
|
fast-levenshtein "^3.0.0"
|
|
1509
1852
|
|
|
@@ -1639,12 +1982,12 @@
|
|
|
1639
1982
|
istanbul-reports "^3.1.6"
|
|
1640
1983
|
jsforce "^2.0.0-beta.29"
|
|
1641
1984
|
|
|
1642
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
1643
|
-
version "5.1.
|
|
1644
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
1645
|
-
integrity sha512-
|
|
1985
|
+
"@salesforce/cli-plugins-testkit@^5.1.9":
|
|
1986
|
+
version "5.1.9"
|
|
1987
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.9.tgz#c21b0d282c0d309141ca5e2fe47835530a24621d"
|
|
1988
|
+
integrity sha512-8a9dwYdo2tXhVMrDe4ex8tjMYGuIwT9wlltB4+h3gt/IuowazjQGy5VWam08gsm3UT/FhhjZBdN0aKJPbD4wXA==
|
|
1646
1989
|
dependencies:
|
|
1647
|
-
"@salesforce/core" "^6.5.
|
|
1990
|
+
"@salesforce/core" "^6.5.3"
|
|
1648
1991
|
"@salesforce/kit" "^3.0.15"
|
|
1649
1992
|
"@salesforce/ts-types" "^2.0.9"
|
|
1650
1993
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1654,7 +1997,7 @@
|
|
|
1654
1997
|
strip-ansi "6.0.1"
|
|
1655
1998
|
ts-retry-promise "^0.8.0"
|
|
1656
1999
|
|
|
1657
|
-
"@salesforce/core@^6.1.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2":
|
|
2000
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3":
|
|
1658
2001
|
version "6.5.3"
|
|
1659
2002
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.3.tgz#b1ceef7947b9046ab23e78e73851115fec86f4f9"
|
|
1660
2003
|
integrity sha512-L4I2LrGyuXbNDCkoQdrMQ2sR/nhNIgRMLgpYNpOARZFIWKUsnjgBLVpUui+knCzjrQsOMoSwev+W0vp17iT76w==
|
|
@@ -1723,13 +2066,13 @@
|
|
|
1723
2066
|
"@salesforce/ts-types" "^2.0.9"
|
|
1724
2067
|
tslib "^2.6.2"
|
|
1725
2068
|
|
|
1726
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1727
|
-
version "3.0.
|
|
1728
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1729
|
-
integrity sha512-
|
|
2069
|
+
"@salesforce/plugin-command-reference@^3.0.67":
|
|
2070
|
+
version "3.0.67"
|
|
2071
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.67.tgz#e05cdb1e68e035a27588abbaea2ea5ccdfe524ae"
|
|
2072
|
+
integrity sha512-wUfjiqgok2rshI2ZRnHgBthMHL0z0wb14t43rQrLbRuuKmAODJ9qbVlMVqh+jy9//SH3iBBeA3jHs7XFzsT6aA==
|
|
1730
2073
|
dependencies:
|
|
1731
|
-
"@oclif/core" "^3.
|
|
1732
|
-
"@salesforce/core" "^6.5.
|
|
2074
|
+
"@oclif/core" "^3.19.1"
|
|
2075
|
+
"@salesforce/core" "^6.5.3"
|
|
1733
2076
|
"@salesforce/kit" "^3.0.15"
|
|
1734
2077
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
1735
2078
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -1890,6 +2233,20 @@
|
|
|
1890
2233
|
"@smithy/util-middleware" "^2.1.1"
|
|
1891
2234
|
tslib "^2.5.0"
|
|
1892
2235
|
|
|
2236
|
+
"@smithy/core@^1.3.2":
|
|
2237
|
+
version "1.3.2"
|
|
2238
|
+
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-1.3.2.tgz#e11f3860b69ec0bdbd31e6afaa54963c02dc7f8e"
|
|
2239
|
+
integrity sha512-tYDmTp0f2TZVE18jAOH1PnmkngLQ+dOGUlMd1u67s87ieueNeyqhja6z/Z4MxhybEiXKOWFOmGjfTZWFxljwJw==
|
|
2240
|
+
dependencies:
|
|
2241
|
+
"@smithy/middleware-endpoint" "^2.4.1"
|
|
2242
|
+
"@smithy/middleware-retry" "^2.1.1"
|
|
2243
|
+
"@smithy/middleware-serde" "^2.1.1"
|
|
2244
|
+
"@smithy/protocol-http" "^3.1.1"
|
|
2245
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
2246
|
+
"@smithy/types" "^2.9.1"
|
|
2247
|
+
"@smithy/util-middleware" "^2.1.1"
|
|
2248
|
+
tslib "^2.5.0"
|
|
2249
|
+
|
|
1893
2250
|
"@smithy/credential-provider-imds@^2.2.1":
|
|
1894
2251
|
version "2.2.1"
|
|
1895
2252
|
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.2.1.tgz#4805bf5e104718b959cf8699113fa9de6ddeeafa"
|
|
@@ -2242,6 +2599,19 @@
|
|
|
2242
2599
|
"@smithy/types" "^2.9.1"
|
|
2243
2600
|
tslib "^2.5.0"
|
|
2244
2601
|
|
|
2602
|
+
"@smithy/util-defaults-mode-node@^2.2.0":
|
|
2603
|
+
version "2.2.0"
|
|
2604
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.2.0.tgz#72fd6f945c265f1ef9be647fe829d55df5101390"
|
|
2605
|
+
integrity sha512-iFJp/N4EtkanFpBUtSrrIbtOIBf69KNuve03ic1afhJ9/korDxdM0c6cCH4Ehj/smI9pDCfVv+bqT3xZjF2WaA==
|
|
2606
|
+
dependencies:
|
|
2607
|
+
"@smithy/config-resolver" "^2.1.1"
|
|
2608
|
+
"@smithy/credential-provider-imds" "^2.2.1"
|
|
2609
|
+
"@smithy/node-config-provider" "^2.2.1"
|
|
2610
|
+
"@smithy/property-provider" "^2.1.1"
|
|
2611
|
+
"@smithy/smithy-client" "^2.3.1"
|
|
2612
|
+
"@smithy/types" "^2.9.1"
|
|
2613
|
+
tslib "^2.5.0"
|
|
2614
|
+
|
|
2245
2615
|
"@smithy/util-endpoints@^1.1.1":
|
|
2246
2616
|
version "1.1.1"
|
|
2247
2617
|
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-1.1.1.tgz#45426dba6fb42282a0ad955600b2b3ba050d118f"
|
|
@@ -5358,9 +5728,9 @@ interpret@^1.0.0:
|
|
|
5358
5728
|
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
|
|
5359
5729
|
|
|
5360
5730
|
ip@^2.0.0:
|
|
5361
|
-
version "2.0.
|
|
5362
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.
|
|
5363
|
-
integrity sha512-
|
|
5731
|
+
version "2.0.1"
|
|
5732
|
+
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
|
|
5733
|
+
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
|
|
5364
5734
|
|
|
5365
5735
|
is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
|
|
5366
5736
|
version "3.0.2"
|
|
@@ -7011,16 +7381,16 @@ object.values@^1.1.7:
|
|
|
7011
7381
|
define-properties "^1.2.0"
|
|
7012
7382
|
es-abstract "^1.22.1"
|
|
7013
7383
|
|
|
7014
|
-
oclif@^4.4.
|
|
7015
|
-
version "4.4.
|
|
7016
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.4.
|
|
7017
|
-
integrity sha512-
|
|
7384
|
+
oclif@^4.4.12:
|
|
7385
|
+
version "4.4.12"
|
|
7386
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.4.12.tgz#fdb5427544bc9d716f5e8fa83b42109c66e4afa1"
|
|
7387
|
+
integrity sha512-qKzjB4u92T4bpFB+lQloHcWMCrLqFO3oE2ppBqqQkSktg5ceTkUgGOix9X4Dh4XU317J3RhapVJZjR1edIx1Vw==
|
|
7018
7388
|
dependencies:
|
|
7019
|
-
"@aws-sdk/client-cloudfront" "^3.
|
|
7389
|
+
"@aws-sdk/client-cloudfront" "^3.511.0"
|
|
7020
7390
|
"@aws-sdk/client-s3" "^3.504.0"
|
|
7021
|
-
"@oclif/core" "^3.
|
|
7391
|
+
"@oclif/core" "^3.19.1"
|
|
7022
7392
|
"@oclif/plugin-help" "^6.0.12"
|
|
7023
|
-
"@oclif/plugin-not-found" "^3.0.
|
|
7393
|
+
"@oclif/plugin-not-found" "^3.0.10"
|
|
7024
7394
|
"@oclif/plugin-warn-if-update-available" "^3.0.9"
|
|
7025
7395
|
async-retry "^1.3.3"
|
|
7026
7396
|
change-case "^4"
|
|
@@ -7935,7 +8305,7 @@ secure-json-parse@^2.4.0:
|
|
|
7935
8305
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
|
|
7936
8306
|
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
|
|
7937
8307
|
|
|
7938
|
-
semver@7.5.4
|
|
8308
|
+
semver@7.5.4:
|
|
7939
8309
|
version "7.5.4"
|
|
7940
8310
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
|
|
7941
8311
|
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
|
|
@@ -7947,6 +8317,13 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
|
7947
8317
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
7948
8318
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
7949
8319
|
|
|
8320
|
+
semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
|
|
8321
|
+
version "7.6.0"
|
|
8322
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
|
|
8323
|
+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
|
|
8324
|
+
dependencies:
|
|
8325
|
+
lru-cache "^6.0.0"
|
|
8326
|
+
|
|
7950
8327
|
sentence-case@^3.0.4:
|
|
7951
8328
|
version "3.0.4"
|
|
7952
8329
|
resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f"
|
package/oclif.manifest.json
CHANGED
|
@@ -408,114 +408,6 @@
|
|
|
408
408
|
"test:get:apex"
|
|
409
409
|
]
|
|
410
410
|
},
|
|
411
|
-
"apex:list:log": {
|
|
412
|
-
"aliases": [
|
|
413
|
-
"force:apex:log:list"
|
|
414
|
-
],
|
|
415
|
-
"args": {},
|
|
416
|
-
"deprecateAliases": true,
|
|
417
|
-
"description": "Run this command in a project to list the IDs and general information for all debug logs in your default org.\n\nTo fetch a specific log from your org, obtain the ID from this command's output, then run the “<%= config.bin %> apex log get” command.",
|
|
418
|
-
"examples": [
|
|
419
|
-
"List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
420
|
-
"Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
|
|
421
|
-
],
|
|
422
|
-
"flags": {
|
|
423
|
-
"json": {
|
|
424
|
-
"description": "Format output as json.",
|
|
425
|
-
"helpGroup": "GLOBAL",
|
|
426
|
-
"name": "json",
|
|
427
|
-
"allowNo": false,
|
|
428
|
-
"type": "boolean"
|
|
429
|
-
},
|
|
430
|
-
"target-org": {
|
|
431
|
-
"aliases": [
|
|
432
|
-
"targetusername",
|
|
433
|
-
"u"
|
|
434
|
-
],
|
|
435
|
-
"char": "o",
|
|
436
|
-
"deprecateAliases": true,
|
|
437
|
-
"name": "target-org",
|
|
438
|
-
"noCacheDefault": true,
|
|
439
|
-
"required": true,
|
|
440
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
441
|
-
"hasDynamicHelp": true,
|
|
442
|
-
"multiple": false,
|
|
443
|
-
"type": "option"
|
|
444
|
-
},
|
|
445
|
-
"api-version": {
|
|
446
|
-
"aliases": [
|
|
447
|
-
"apiversion"
|
|
448
|
-
],
|
|
449
|
-
"deprecateAliases": true,
|
|
450
|
-
"description": "Override the api version used for api requests made by this command",
|
|
451
|
-
"name": "api-version",
|
|
452
|
-
"hasDynamicHelp": false,
|
|
453
|
-
"multiple": false,
|
|
454
|
-
"type": "option"
|
|
455
|
-
},
|
|
456
|
-
"loglevel": {
|
|
457
|
-
"deprecated": {
|
|
458
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
459
|
-
},
|
|
460
|
-
"hidden": true,
|
|
461
|
-
"name": "loglevel",
|
|
462
|
-
"hasDynamicHelp": false,
|
|
463
|
-
"multiple": false,
|
|
464
|
-
"type": "option"
|
|
465
|
-
}
|
|
466
|
-
},
|
|
467
|
-
"hasDynamicHelp": true,
|
|
468
|
-
"hiddenAliases": [],
|
|
469
|
-
"id": "apex:list:log",
|
|
470
|
-
"pluginAlias": "@salesforce/plugin-apex",
|
|
471
|
-
"pluginName": "@salesforce/plugin-apex",
|
|
472
|
-
"pluginType": "core",
|
|
473
|
-
"strict": true,
|
|
474
|
-
"summary": "Display a list of IDs and general information about debug logs.",
|
|
475
|
-
"enableJsonFlag": true,
|
|
476
|
-
"isESM": true,
|
|
477
|
-
"relativePath": [
|
|
478
|
-
"lib",
|
|
479
|
-
"commands",
|
|
480
|
-
"apex",
|
|
481
|
-
"list",
|
|
482
|
-
"log.js"
|
|
483
|
-
],
|
|
484
|
-
"aliasPermutations": [
|
|
485
|
-
"force:apex:log:list",
|
|
486
|
-
"apex:force:log:list",
|
|
487
|
-
"apex:log:force:list",
|
|
488
|
-
"apex:log:list:force",
|
|
489
|
-
"force:log:apex:list",
|
|
490
|
-
"log:force:apex:list",
|
|
491
|
-
"log:apex:force:list",
|
|
492
|
-
"log:apex:list:force",
|
|
493
|
-
"force:log:list:apex",
|
|
494
|
-
"log:force:list:apex",
|
|
495
|
-
"log:list:force:apex",
|
|
496
|
-
"log:list:apex:force",
|
|
497
|
-
"force:apex:list:log",
|
|
498
|
-
"apex:force:list:log",
|
|
499
|
-
"apex:list:force:log",
|
|
500
|
-
"apex:list:log:force",
|
|
501
|
-
"force:list:apex:log",
|
|
502
|
-
"list:force:apex:log",
|
|
503
|
-
"list:apex:force:log",
|
|
504
|
-
"list:apex:log:force",
|
|
505
|
-
"force:list:log:apex",
|
|
506
|
-
"list:force:log:apex",
|
|
507
|
-
"list:log:force:apex",
|
|
508
|
-
"list:log:apex:force"
|
|
509
|
-
],
|
|
510
|
-
"permutations": [
|
|
511
|
-
"apex:list:log",
|
|
512
|
-
"list:apex:log",
|
|
513
|
-
"list:log:apex",
|
|
514
|
-
"apex:log:list",
|
|
515
|
-
"log:apex:list",
|
|
516
|
-
"log:list:apex"
|
|
517
|
-
]
|
|
518
|
-
},
|
|
519
411
|
"apex:run:test": {
|
|
520
412
|
"aliases": [
|
|
521
413
|
"force:apex:test:run"
|
|
@@ -767,6 +659,114 @@
|
|
|
767
659
|
"test:run:apex"
|
|
768
660
|
]
|
|
769
661
|
},
|
|
662
|
+
"apex:list:log": {
|
|
663
|
+
"aliases": [
|
|
664
|
+
"force:apex:log:list"
|
|
665
|
+
],
|
|
666
|
+
"args": {},
|
|
667
|
+
"deprecateAliases": true,
|
|
668
|
+
"description": "Run this command in a project to list the IDs and general information for all debug logs in your default org.\n\nTo fetch a specific log from your org, obtain the ID from this command's output, then run the “<%= config.bin %> apex log get” command.",
|
|
669
|
+
"examples": [
|
|
670
|
+
"List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
671
|
+
"Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
|
|
672
|
+
],
|
|
673
|
+
"flags": {
|
|
674
|
+
"json": {
|
|
675
|
+
"description": "Format output as json.",
|
|
676
|
+
"helpGroup": "GLOBAL",
|
|
677
|
+
"name": "json",
|
|
678
|
+
"allowNo": false,
|
|
679
|
+
"type": "boolean"
|
|
680
|
+
},
|
|
681
|
+
"target-org": {
|
|
682
|
+
"aliases": [
|
|
683
|
+
"targetusername",
|
|
684
|
+
"u"
|
|
685
|
+
],
|
|
686
|
+
"char": "o",
|
|
687
|
+
"deprecateAliases": true,
|
|
688
|
+
"name": "target-org",
|
|
689
|
+
"noCacheDefault": true,
|
|
690
|
+
"required": true,
|
|
691
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
692
|
+
"hasDynamicHelp": true,
|
|
693
|
+
"multiple": false,
|
|
694
|
+
"type": "option"
|
|
695
|
+
},
|
|
696
|
+
"api-version": {
|
|
697
|
+
"aliases": [
|
|
698
|
+
"apiversion"
|
|
699
|
+
],
|
|
700
|
+
"deprecateAliases": true,
|
|
701
|
+
"description": "Override the api version used for api requests made by this command",
|
|
702
|
+
"name": "api-version",
|
|
703
|
+
"hasDynamicHelp": false,
|
|
704
|
+
"multiple": false,
|
|
705
|
+
"type": "option"
|
|
706
|
+
},
|
|
707
|
+
"loglevel": {
|
|
708
|
+
"deprecated": {
|
|
709
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
710
|
+
},
|
|
711
|
+
"hidden": true,
|
|
712
|
+
"name": "loglevel",
|
|
713
|
+
"hasDynamicHelp": false,
|
|
714
|
+
"multiple": false,
|
|
715
|
+
"type": "option"
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
"hasDynamicHelp": true,
|
|
719
|
+
"hiddenAliases": [],
|
|
720
|
+
"id": "apex:list:log",
|
|
721
|
+
"pluginAlias": "@salesforce/plugin-apex",
|
|
722
|
+
"pluginName": "@salesforce/plugin-apex",
|
|
723
|
+
"pluginType": "core",
|
|
724
|
+
"strict": true,
|
|
725
|
+
"summary": "Display a list of IDs and general information about debug logs.",
|
|
726
|
+
"enableJsonFlag": true,
|
|
727
|
+
"isESM": true,
|
|
728
|
+
"relativePath": [
|
|
729
|
+
"lib",
|
|
730
|
+
"commands",
|
|
731
|
+
"apex",
|
|
732
|
+
"list",
|
|
733
|
+
"log.js"
|
|
734
|
+
],
|
|
735
|
+
"aliasPermutations": [
|
|
736
|
+
"force:apex:log:list",
|
|
737
|
+
"apex:force:log:list",
|
|
738
|
+
"apex:log:force:list",
|
|
739
|
+
"apex:log:list:force",
|
|
740
|
+
"force:log:apex:list",
|
|
741
|
+
"log:force:apex:list",
|
|
742
|
+
"log:apex:force:list",
|
|
743
|
+
"log:apex:list:force",
|
|
744
|
+
"force:log:list:apex",
|
|
745
|
+
"log:force:list:apex",
|
|
746
|
+
"log:list:force:apex",
|
|
747
|
+
"log:list:apex:force",
|
|
748
|
+
"force:apex:list:log",
|
|
749
|
+
"apex:force:list:log",
|
|
750
|
+
"apex:list:force:log",
|
|
751
|
+
"apex:list:log:force",
|
|
752
|
+
"force:list:apex:log",
|
|
753
|
+
"list:force:apex:log",
|
|
754
|
+
"list:apex:force:log",
|
|
755
|
+
"list:apex:log:force",
|
|
756
|
+
"force:list:log:apex",
|
|
757
|
+
"list:force:log:apex",
|
|
758
|
+
"list:log:force:apex",
|
|
759
|
+
"list:log:apex:force"
|
|
760
|
+
],
|
|
761
|
+
"permutations": [
|
|
762
|
+
"apex:list:log",
|
|
763
|
+
"list:apex:log",
|
|
764
|
+
"list:log:apex",
|
|
765
|
+
"apex:log:list",
|
|
766
|
+
"log:apex:list",
|
|
767
|
+
"log:list:apex"
|
|
768
|
+
]
|
|
769
|
+
},
|
|
770
770
|
"apex:tail:log": {
|
|
771
771
|
"aliases": [
|
|
772
772
|
"force:apex:log:tail"
|
|
@@ -903,5 +903,5 @@
|
|
|
903
903
|
]
|
|
904
904
|
}
|
|
905
905
|
},
|
|
906
|
-
"version": "3.0.
|
|
906
|
+
"version": "3.0.25"
|
|
907
907
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
3
|
"description": "Apex commands",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.25",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.19.2",
|
|
9
9
|
"@salesforce/apex-node": "^3.0.2",
|
|
10
10
|
"@salesforce/core": "^6.5.1",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"color-name": "^2.0.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
19
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
18
|
+
"@oclif/plugin-command-snapshot": "^5.0.8",
|
|
19
|
+
"@salesforce/cli-plugins-testkit": "^5.1.9",
|
|
20
20
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
21
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
21
|
+
"@salesforce/plugin-command-reference": "^3.0.67",
|
|
22
22
|
"@types/color-convert": "^2.0.3",
|
|
23
23
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
24
|
-
"oclif": "^4.4.
|
|
24
|
+
"oclif": "^4.4.12",
|
|
25
25
|
"shx": "^0.3.4",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.2.2"
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"exports": "./lib/index.js",
|
|
225
225
|
"type": "module",
|
|
226
226
|
"sfdx": {
|
|
227
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.
|
|
228
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.
|
|
227
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.25.crt",
|
|
228
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.25.sig"
|
|
229
229
|
}
|
|
230
230
|
}
|