@salesforce/cli 2.85.3 → 2.85.5
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 +52 -52
- package/npm-shrinkwrap.json +55 -55
- package/oclif.lock +56 -56
- package/oclif.manifest.json +126 -126
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.85.
|
|
28
|
+
@salesforce/cli/2.85.5 linux-x64 node-v22.14.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -345,7 +345,7 @@ FLAG DESCRIPTIONS
|
|
|
345
345
|
directory.
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
348
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.44/src/commands/analytics/generate/template.ts)_
|
|
349
349
|
|
|
350
350
|
## `sf apex generate class`
|
|
351
351
|
|
|
@@ -404,7 +404,7 @@ FLAG DESCRIPTIONS
|
|
|
404
404
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
405
405
|
```
|
|
406
406
|
|
|
407
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
407
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.44/src/commands/apex/generate/class.ts)_
|
|
408
408
|
|
|
409
409
|
## `sf apex generate trigger`
|
|
410
410
|
|
|
@@ -473,7 +473,7 @@ FLAG DESCRIPTIONS
|
|
|
473
473
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
474
474
|
```
|
|
475
475
|
|
|
476
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
476
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.44/src/commands/apex/generate/trigger.ts)_
|
|
477
477
|
|
|
478
478
|
## `sf apex get log`
|
|
479
479
|
|
|
@@ -1084,7 +1084,7 @@ DESCRIPTION
|
|
|
1084
1084
|
List all sf commands.
|
|
1085
1085
|
```
|
|
1086
1086
|
|
|
1087
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1087
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.23/src/commands/commands.ts)_
|
|
1088
1088
|
|
|
1089
1089
|
## `sf config get`
|
|
1090
1090
|
|
|
@@ -2487,7 +2487,7 @@ EXAMPLES
|
|
|
2487
2487
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
2488
2488
|
```
|
|
2489
2489
|
|
|
2490
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2490
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.53/src/commands/doctor.ts)_
|
|
2491
2491
|
|
|
2492
2492
|
## `sf force data bulk delete`
|
|
2493
2493
|
|
|
@@ -2689,7 +2689,7 @@ EXAMPLES
|
|
|
2689
2689
|
$ sf info releasenotes display --version latest
|
|
2690
2690
|
```
|
|
2691
2691
|
|
|
2692
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2692
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.53/src/commands/info/releasenotes/display.ts)_
|
|
2693
2693
|
|
|
2694
2694
|
## `sf lightning generate app`
|
|
2695
2695
|
|
|
@@ -2744,7 +2744,7 @@ FLAG DESCRIPTIONS
|
|
|
2744
2744
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2745
2745
|
```
|
|
2746
2746
|
|
|
2747
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2747
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.44/src/commands/lightning/generate/app.ts)_
|
|
2748
2748
|
|
|
2749
2749
|
## `sf lightning generate component`
|
|
2750
2750
|
|
|
@@ -2813,7 +2813,7 @@ FLAG DESCRIPTIONS
|
|
|
2813
2813
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2814
2814
|
```
|
|
2815
2815
|
|
|
2816
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2816
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.44/src/commands/lightning/generate/component.ts)_
|
|
2817
2817
|
|
|
2818
2818
|
## `sf lightning generate event`
|
|
2819
2819
|
|
|
@@ -2868,7 +2868,7 @@ FLAG DESCRIPTIONS
|
|
|
2868
2868
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2869
2869
|
```
|
|
2870
2870
|
|
|
2871
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2871
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.44/src/commands/lightning/generate/event.ts)_
|
|
2872
2872
|
|
|
2873
2873
|
## `sf lightning generate interface`
|
|
2874
2874
|
|
|
@@ -2923,7 +2923,7 @@ FLAG DESCRIPTIONS
|
|
|
2923
2923
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2924
2924
|
```
|
|
2925
2925
|
|
|
2926
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2926
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.44/src/commands/lightning/generate/interface.ts)_
|
|
2927
2927
|
|
|
2928
2928
|
## `sf lightning generate test`
|
|
2929
2929
|
|
|
@@ -2978,7 +2978,7 @@ FLAG DESCRIPTIONS
|
|
|
2978
2978
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2979
2979
|
```
|
|
2980
2980
|
|
|
2981
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2981
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.44/src/commands/lightning/generate/test.ts)_
|
|
2982
2982
|
|
|
2983
2983
|
## `sf org assign permset`
|
|
2984
2984
|
|
|
@@ -3024,7 +3024,7 @@ EXAMPLES
|
|
|
3024
3024
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3025
3025
|
```
|
|
3026
3026
|
|
|
3027
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3027
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.17/src/commands/org/assign/permset.ts)_
|
|
3028
3028
|
|
|
3029
3029
|
## `sf org assign permsetlicense`
|
|
3030
3030
|
|
|
@@ -3071,7 +3071,7 @@ EXAMPLES
|
|
|
3071
3071
|
user3
|
|
3072
3072
|
```
|
|
3073
3073
|
|
|
3074
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3074
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.17/src/commands/org/assign/permsetlicense.ts)_
|
|
3075
3075
|
|
|
3076
3076
|
## `sf org create sandbox`
|
|
3077
3077
|
|
|
@@ -3200,7 +3200,7 @@ FLAG DESCRIPTIONS
|
|
|
3200
3200
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3201
3201
|
```
|
|
3202
3202
|
|
|
3203
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
3203
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/create/sandbox.ts)_
|
|
3204
3204
|
|
|
3205
3205
|
## `sf org create scratch`
|
|
3206
3206
|
|
|
@@ -3382,7 +3382,7 @@ FLAG DESCRIPTIONS
|
|
|
3382
3382
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3383
3383
|
```
|
|
3384
3384
|
|
|
3385
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
3385
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/create/scratch.ts)_
|
|
3386
3386
|
|
|
3387
3387
|
## `sf org create user`
|
|
3388
3388
|
|
|
@@ -3490,7 +3490,7 @@ FLAG DESCRIPTIONS
|
|
|
3490
3490
|
might be different than what you specify in the definition file.
|
|
3491
3491
|
```
|
|
3492
3492
|
|
|
3493
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3493
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.17/src/commands/org/create/user.ts)_
|
|
3494
3494
|
|
|
3495
3495
|
## `sf org delete sandbox`
|
|
3496
3496
|
|
|
@@ -3536,7 +3536,7 @@ EXAMPLES
|
|
|
3536
3536
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3537
3537
|
```
|
|
3538
3538
|
|
|
3539
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
3539
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/delete/sandbox.ts)_
|
|
3540
3540
|
|
|
3541
3541
|
## `sf org delete scratch`
|
|
3542
3542
|
|
|
@@ -3580,7 +3580,7 @@ EXAMPLES
|
|
|
3580
3580
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3581
3581
|
```
|
|
3582
3582
|
|
|
3583
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
3583
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/delete/scratch.ts)_
|
|
3584
3584
|
|
|
3585
3585
|
## `sf org disable tracking`
|
|
3586
3586
|
|
|
@@ -3619,7 +3619,7 @@ EXAMPLES
|
|
|
3619
3619
|
$ sf org disable tracking
|
|
3620
3620
|
```
|
|
3621
3621
|
|
|
3622
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
3622
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/disable/tracking.ts)_
|
|
3623
3623
|
|
|
3624
3624
|
## `sf org display`
|
|
3625
3625
|
|
|
@@ -3664,7 +3664,7 @@ EXAMPLES
|
|
|
3664
3664
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3665
3665
|
```
|
|
3666
3666
|
|
|
3667
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
3667
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/display.ts)_
|
|
3668
3668
|
|
|
3669
3669
|
## `sf org display user`
|
|
3670
3670
|
|
|
@@ -3703,7 +3703,7 @@ EXAMPLES
|
|
|
3703
3703
|
$ sf org display user --target-org me@my.org --json
|
|
3704
3704
|
```
|
|
3705
3705
|
|
|
3706
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3706
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.17/src/commands/org/display/user.ts)_
|
|
3707
3707
|
|
|
3708
3708
|
## `sf org enable tracking`
|
|
3709
3709
|
|
|
@@ -3745,7 +3745,7 @@ EXAMPLES
|
|
|
3745
3745
|
$ sf org enable tracking
|
|
3746
3746
|
```
|
|
3747
3747
|
|
|
3748
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
3748
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/enable/tracking.ts)_
|
|
3749
3749
|
|
|
3750
3750
|
## `sf org generate password`
|
|
3751
3751
|
|
|
@@ -3812,7 +3812,7 @@ EXAMPLES
|
|
|
3812
3812
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3813
3813
|
```
|
|
3814
3814
|
|
|
3815
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3815
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.17/src/commands/org/generate/password.ts)_
|
|
3816
3816
|
|
|
3817
3817
|
## `sf org list`
|
|
3818
3818
|
|
|
@@ -3851,7 +3851,7 @@ EXAMPLES
|
|
|
3851
3851
|
$ sf org list --clean
|
|
3852
3852
|
```
|
|
3853
3853
|
|
|
3854
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
3854
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/list.ts)_
|
|
3855
3855
|
|
|
3856
3856
|
## `sf org list auth`
|
|
3857
3857
|
|
|
@@ -3883,7 +3883,7 @@ EXAMPLES
|
|
|
3883
3883
|
$ sf org list auth
|
|
3884
3884
|
```
|
|
3885
3885
|
|
|
3886
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3886
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.111/src/commands/org/list/auth.ts)_
|
|
3887
3887
|
|
|
3888
3888
|
## `sf org list limits`
|
|
3889
3889
|
|
|
@@ -3990,7 +3990,7 @@ FLAG DESCRIPTIONS
|
|
|
3990
3990
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3991
3991
|
```
|
|
3992
3992
|
|
|
3993
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
3993
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/list/metadata.ts)_
|
|
3994
3994
|
|
|
3995
3995
|
## `sf org list metadata-types`
|
|
3996
3996
|
|
|
@@ -4045,7 +4045,7 @@ FLAG DESCRIPTIONS
|
|
|
4045
4045
|
Override the api version used for api requests made by this command
|
|
4046
4046
|
```
|
|
4047
4047
|
|
|
4048
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
4048
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/list/metadata-types.ts)_
|
|
4049
4049
|
|
|
4050
4050
|
## `sf org list sobject record-counts`
|
|
4051
4051
|
|
|
@@ -4129,7 +4129,7 @@ EXAMPLES
|
|
|
4129
4129
|
$ sf org list users --target-org me@my.org
|
|
4130
4130
|
```
|
|
4131
4131
|
|
|
4132
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4132
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.17/src/commands/org/list/users.ts)_
|
|
4133
4133
|
|
|
4134
4134
|
## `sf org login access-token`
|
|
4135
4135
|
|
|
@@ -4183,7 +4183,7 @@ FLAG DESCRIPTIONS
|
|
|
4183
4183
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4184
4184
|
```
|
|
4185
4185
|
|
|
4186
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4186
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.111/src/commands/org/login/access-token.ts)_
|
|
4187
4187
|
|
|
4188
4188
|
## `sf org login device`
|
|
4189
4189
|
|
|
@@ -4243,7 +4243,7 @@ FLAG DESCRIPTIONS
|
|
|
4243
4243
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4244
4244
|
```
|
|
4245
4245
|
|
|
4246
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4246
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.111/src/commands/org/login/device.ts)_
|
|
4247
4247
|
|
|
4248
4248
|
## `sf org login jwt`
|
|
4249
4249
|
|
|
@@ -4334,7 +4334,7 @@ FLAG DESCRIPTIONS
|
|
|
4334
4334
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4335
4335
|
```
|
|
4336
4336
|
|
|
4337
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4337
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.111/src/commands/org/login/jwt.ts)_
|
|
4338
4338
|
|
|
4339
4339
|
## `sf org login sfdx-url`
|
|
4340
4340
|
|
|
@@ -4404,7 +4404,7 @@ EXAMPLES
|
|
|
4404
4404
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4405
4405
|
```
|
|
4406
4406
|
|
|
4407
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4407
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.111/src/commands/org/login/sfdx-url.ts)_
|
|
4408
4408
|
|
|
4409
4409
|
## `sf org login web`
|
|
4410
4410
|
|
|
@@ -4491,7 +4491,7 @@ FLAG DESCRIPTIONS
|
|
|
4491
4491
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4492
4492
|
```
|
|
4493
4493
|
|
|
4494
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4494
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.111/src/commands/org/login/web.ts)_
|
|
4495
4495
|
|
|
4496
4496
|
## `sf org logout`
|
|
4497
4497
|
|
|
@@ -4552,7 +4552,7 @@ FLAG DESCRIPTIONS
|
|
|
4552
4552
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4553
4553
|
```
|
|
4554
4554
|
|
|
4555
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4555
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.111/src/commands/org/logout.ts)_
|
|
4556
4556
|
|
|
4557
4557
|
## `sf org open`
|
|
4558
4558
|
|
|
@@ -4628,7 +4628,7 @@ EXAMPLES
|
|
|
4628
4628
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4629
4629
|
```
|
|
4630
4630
|
|
|
4631
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
4631
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/open.ts)_
|
|
4632
4632
|
|
|
4633
4633
|
## `sf org open agent`
|
|
4634
4634
|
|
|
@@ -4679,7 +4679,7 @@ EXAMPLES
|
|
|
4679
4679
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4680
4680
|
```
|
|
4681
4681
|
|
|
4682
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
4682
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/open/agent.ts)_
|
|
4683
4683
|
|
|
4684
4684
|
## `sf org refresh sandbox`
|
|
4685
4685
|
|
|
@@ -4756,7 +4756,7 @@ FLAG DESCRIPTIONS
|
|
|
4756
4756
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4757
4757
|
```
|
|
4758
4758
|
|
|
4759
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
4759
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/refresh/sandbox.ts)_
|
|
4760
4760
|
|
|
4761
4761
|
## `sf org resume sandbox`
|
|
4762
4762
|
|
|
@@ -4819,7 +4819,7 @@ FLAG DESCRIPTIONS
|
|
|
4819
4819
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4820
4820
|
```
|
|
4821
4821
|
|
|
4822
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
4822
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/resume/sandbox.ts)_
|
|
4823
4823
|
|
|
4824
4824
|
## `sf org resume scratch`
|
|
4825
4825
|
|
|
@@ -4872,7 +4872,7 @@ FLAG DESCRIPTIONS
|
|
|
4872
4872
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
4873
4873
|
```
|
|
4874
4874
|
|
|
4875
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.
|
|
4875
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.6.1/src/commands/org/resume/scratch.ts)_
|
|
4876
4876
|
|
|
4877
4877
|
## `sf package create`
|
|
4878
4878
|
|
|
@@ -6288,7 +6288,7 @@ EXAMPLES
|
|
|
6288
6288
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6289
6289
|
```
|
|
6290
6290
|
|
|
6291
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6291
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.81/src/commands/plugins/trust/verify.ts)_
|
|
6292
6292
|
|
|
6293
6293
|
## `sf plugins uninstall [PLUGIN]`
|
|
6294
6294
|
|
|
@@ -7691,7 +7691,7 @@ FLAG DESCRIPTIONS
|
|
|
7691
7691
|
Override the api version used for api requests made by this command
|
|
7692
7692
|
```
|
|
7693
7693
|
|
|
7694
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
7694
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.44/src/commands/project/generate.ts)_
|
|
7695
7695
|
|
|
7696
7696
|
## `sf project generate manifest`
|
|
7697
7697
|
|
|
@@ -8163,7 +8163,7 @@ FLAG DESCRIPTIONS
|
|
|
8163
8163
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
8164
8164
|
```
|
|
8165
8165
|
|
|
8166
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8166
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.54/src/commands/schema/generate/field.ts)_
|
|
8167
8167
|
|
|
8168
8168
|
## `sf schema generate platformevent`
|
|
8169
8169
|
|
|
@@ -8195,7 +8195,7 @@ EXAMPLES
|
|
|
8195
8195
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
8196
8196
|
```
|
|
8197
8197
|
|
|
8198
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8198
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.54/src/commands/schema/generate/platformevent.ts)_
|
|
8199
8199
|
|
|
8200
8200
|
## `sf schema generate sobject`
|
|
8201
8201
|
|
|
@@ -8252,7 +8252,7 @@ FLAG DESCRIPTIONS
|
|
|
8252
8252
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
8253
8253
|
```
|
|
8254
8254
|
|
|
8255
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8255
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.54/src/commands/schema/generate/sobject.ts)_
|
|
8256
8256
|
|
|
8257
8257
|
## `sf schema generate tab`
|
|
8258
8258
|
|
|
@@ -8300,7 +8300,7 @@ FLAG DESCRIPTIONS
|
|
|
8300
8300
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
8301
8301
|
```
|
|
8302
8302
|
|
|
8303
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8303
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.54/src/commands/schema/generate/tab.ts)_
|
|
8304
8304
|
|
|
8305
8305
|
## `sf search`
|
|
8306
8306
|
|
|
@@ -8363,7 +8363,7 @@ EXAMPLES
|
|
|
8363
8363
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
8364
8364
|
```
|
|
8365
8365
|
|
|
8366
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8366
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.59/src/commands/sobject/describe.ts)_
|
|
8367
8367
|
|
|
8368
8368
|
## `sf sobject list`
|
|
8369
8369
|
|
|
@@ -8402,7 +8402,7 @@ EXAMPLES
|
|
|
8402
8402
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
8403
8403
|
```
|
|
8404
8404
|
|
|
8405
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8405
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.59/src/commands/sobject/list.ts)_
|
|
8406
8406
|
|
|
8407
8407
|
## `sf static-resource generate`
|
|
8408
8408
|
|
|
@@ -8464,7 +8464,7 @@ FLAG DESCRIPTIONS
|
|
|
8464
8464
|
etc.
|
|
8465
8465
|
```
|
|
8466
8466
|
|
|
8467
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8467
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.44/src/commands/static-resource/generate.ts)_
|
|
8468
8468
|
|
|
8469
8469
|
## `sf update [CHANNEL]`
|
|
8470
8470
|
|
|
@@ -8502,7 +8502,7 @@ EXAMPLES
|
|
|
8502
8502
|
$ sf update --available
|
|
8503
8503
|
```
|
|
8504
8504
|
|
|
8505
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.
|
|
8505
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.37/src/commands/update.ts)_
|
|
8506
8506
|
|
|
8507
8507
|
## `sf version`
|
|
8508
8508
|
|
|
@@ -8578,7 +8578,7 @@ FLAG DESCRIPTIONS
|
|
|
8578
8578
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
8579
8579
|
```
|
|
8580
8580
|
|
|
8581
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8581
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.44/src/commands/visualforce/generate/component.ts)_
|
|
8582
8582
|
|
|
8583
8583
|
## `sf visualforce generate page`
|
|
8584
8584
|
|
|
@@ -8628,7 +8628,7 @@ FLAG DESCRIPTIONS
|
|
|
8628
8628
|
The name can be up to 40 characters and must start with a letter.
|
|
8629
8629
|
```
|
|
8630
8630
|
|
|
8631
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8631
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.44/src/commands/visualforce/generate/page.ts)_
|
|
8632
8632
|
|
|
8633
8633
|
## `sf which`
|
|
8634
8634
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.85.
|
|
3
|
+
"version": "2.85.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.85.
|
|
9
|
+
"version": "2.85.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.2.10",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.27",
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
16
|
+
"@oclif/plugin-commands": "4.1.23",
|
|
17
17
|
"@oclif/plugin-help": "6.2.27",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.49",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.36",
|
|
20
20
|
"@oclif/plugin-search": "1.2.23",
|
|
21
|
-
"@oclif/plugin-update": "4.6.
|
|
21
|
+
"@oclif/plugin-update": "4.6.37",
|
|
22
22
|
"@oclif/plugin-version": "2.2.27",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.38",
|
|
24
24
|
"@oclif/plugin-which": "3.2.34",
|
|
@@ -26,21 +26,21 @@
|
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.12",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.3",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.111",
|
|
30
30
|
"@salesforce/plugin-data": "4.0.26",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.22.3",
|
|
32
|
-
"@salesforce/plugin-info": "3.4.
|
|
32
|
+
"@salesforce/plugin-info": "3.4.53",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.51",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
35
|
-
"@salesforce/plugin-org": "5.6.
|
|
35
|
+
"@salesforce/plugin-org": "5.6.1",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.13.0",
|
|
37
|
-
"@salesforce/plugin-schema": "3.3.
|
|
37
|
+
"@salesforce/plugin-schema": "3.3.59",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.23",
|
|
39
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
39
|
+
"@salesforce/plugin-sobject": "1.4.54",
|
|
40
40
|
"@salesforce/plugin-telemetry": "3.6.38",
|
|
41
|
-
"@salesforce/plugin-templates": "56.3.
|
|
42
|
-
"@salesforce/plugin-trust": "3.7.
|
|
43
|
-
"@salesforce/plugin-user": "3.6.
|
|
41
|
+
"@salesforce/plugin-templates": "56.3.44",
|
|
42
|
+
"@salesforce/plugin-trust": "3.7.81",
|
|
43
|
+
"@salesforce/plugin-user": "3.6.17",
|
|
44
44
|
"@salesforce/sf-plugins-core": "12.2.1",
|
|
45
45
|
"ansis": "^3.12.0"
|
|
46
46
|
},
|
|
@@ -4168,13 +4168,13 @@
|
|
|
4168
4168
|
}
|
|
4169
4169
|
},
|
|
4170
4170
|
"node_modules/@oclif/plugin-commands": {
|
|
4171
|
-
"version": "4.1.
|
|
4172
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
4173
|
-
"integrity": "sha512-
|
|
4171
|
+
"version": "4.1.23",
|
|
4172
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.23.tgz",
|
|
4173
|
+
"integrity": "sha512-KprBKrFKwX2TaBenP7jqr0bgCjzRRXFnh5VYY4WHck3epC40yuKLeiPot31hQ3xs9y4wupaV0A6AMPxdSq6Leg==",
|
|
4174
4174
|
"license": "MIT",
|
|
4175
4175
|
"dependencies": {
|
|
4176
4176
|
"@oclif/core": "^4",
|
|
4177
|
-
"@oclif/table": "^0.4.
|
|
4177
|
+
"@oclif/table": "^0.4.7",
|
|
4178
4178
|
"lodash": "^4.17.21",
|
|
4179
4179
|
"object-treeify": "^4.0.1"
|
|
4180
4180
|
},
|
|
@@ -4348,14 +4348,14 @@
|
|
|
4348
4348
|
}
|
|
4349
4349
|
},
|
|
4350
4350
|
"node_modules/@oclif/plugin-update": {
|
|
4351
|
-
"version": "4.6.
|
|
4352
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.
|
|
4353
|
-
"integrity": "sha512-
|
|
4351
|
+
"version": "4.6.37",
|
|
4352
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.37.tgz",
|
|
4353
|
+
"integrity": "sha512-tARj/uPaZT7GctUncMseMd8d7D3dANOJyaykwjYHC0O2oeLeptdqaiISQAuh8Wu5VKhcgwkrNO5DoVCdZNW48g==",
|
|
4354
4354
|
"license": "MIT",
|
|
4355
4355
|
"dependencies": {
|
|
4356
4356
|
"@inquirer/select": "^2.5.0",
|
|
4357
4357
|
"@oclif/core": "^4",
|
|
4358
|
-
"@oclif/table": "^0.4.
|
|
4358
|
+
"@oclif/table": "^0.4.7",
|
|
4359
4359
|
"ansis": "^3.17.0",
|
|
4360
4360
|
"debug": "^4.4.0",
|
|
4361
4361
|
"filesize": "^6.1.0",
|
|
@@ -4412,9 +4412,9 @@
|
|
|
4412
4412
|
}
|
|
4413
4413
|
},
|
|
4414
4414
|
"node_modules/@oclif/table": {
|
|
4415
|
-
"version": "0.4.
|
|
4416
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.
|
|
4417
|
-
"integrity": "sha512-
|
|
4415
|
+
"version": "0.4.7",
|
|
4416
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.7.tgz",
|
|
4417
|
+
"integrity": "sha512-NZGHzQbsy4w30fw9p+5eANmPUB4aXyIAbU+qAlxbAGzRm1ogxm06EmuuCfdH25rUIlq4GnycGEO3AQIkPnG9Cg==",
|
|
4418
4418
|
"license": "MIT",
|
|
4419
4419
|
"dependencies": {
|
|
4420
4420
|
"@types/react": "^18.3.12",
|
|
@@ -5114,9 +5114,9 @@
|
|
|
5114
5114
|
}
|
|
5115
5115
|
},
|
|
5116
5116
|
"node_modules/@salesforce/plugin-auth": {
|
|
5117
|
-
"version": "3.6.
|
|
5118
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
5119
|
-
"integrity": "sha512-
|
|
5117
|
+
"version": "3.6.111",
|
|
5118
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.111.tgz",
|
|
5119
|
+
"integrity": "sha512-jIgXjgjHwpYWQpVLG05yZWjH9bF0CB4Scm1ctNz5yWDLqwCtymEa6T2StcyYkWtcTf+of3Dj5t4wTJrtPWPxvA==",
|
|
5120
5120
|
"license": "BSD-3-Clause",
|
|
5121
5121
|
"dependencies": {
|
|
5122
5122
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5124,7 +5124,7 @@
|
|
|
5124
5124
|
"@oclif/core": "^4",
|
|
5125
5125
|
"@salesforce/core": "^8.9.0",
|
|
5126
5126
|
"@salesforce/kit": "^3.2.3",
|
|
5127
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5127
|
+
"@salesforce/plugin-info": "^3.4.52",
|
|
5128
5128
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
5129
5129
|
"@salesforce/ts-types": "^2.0.11",
|
|
5130
5130
|
"open": "^10.1.0"
|
|
@@ -5292,15 +5292,15 @@
|
|
|
5292
5292
|
}
|
|
5293
5293
|
},
|
|
5294
5294
|
"node_modules/@salesforce/plugin-info": {
|
|
5295
|
-
"version": "3.4.
|
|
5296
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
5297
|
-
"integrity": "sha512-
|
|
5295
|
+
"version": "3.4.53",
|
|
5296
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.53.tgz",
|
|
5297
|
+
"integrity": "sha512-pRhvBw2wCxsBI3hFdALLwLPErCZu9FLyJ2q/JqbJFo7O1efYTV2VAecFc4rcMeRRJFBgXsmPr7Q774K1cw5pog==",
|
|
5298
5298
|
"license": "BSD-3-Clause",
|
|
5299
5299
|
"dependencies": {
|
|
5300
5300
|
"@inquirer/input": "^2.3.0",
|
|
5301
5301
|
"@jsforce/jsforce-node": "^3.7.0",
|
|
5302
5302
|
"@oclif/core": "^4",
|
|
5303
|
-
"@salesforce/core": "^8.
|
|
5303
|
+
"@salesforce/core": "^8.9.0",
|
|
5304
5304
|
"@salesforce/kit": "^3.2.3",
|
|
5305
5305
|
"@salesforce/sf-plugins-core": "^12",
|
|
5306
5306
|
"got": "^13.0.0",
|
|
@@ -5344,9 +5344,9 @@
|
|
|
5344
5344
|
}
|
|
5345
5345
|
},
|
|
5346
5346
|
"node_modules/@salesforce/plugin-org": {
|
|
5347
|
-
"version": "5.6.
|
|
5348
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.6.
|
|
5349
|
-
"integrity": "sha512-
|
|
5347
|
+
"version": "5.6.1",
|
|
5348
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.6.1.tgz",
|
|
5349
|
+
"integrity": "sha512-74TR0jeNC4hYFJI491fNyT4PVaLKuBE41hAKk9VBTOTk9ZSoiS5vYngfbqjd8Jdx3dR1lJ2uynv/MTdwi5uFQw==",
|
|
5350
5350
|
"license": "BSD-3-Clause",
|
|
5351
5351
|
"dependencies": {
|
|
5352
5352
|
"@oclif/core": "^4.2.10",
|
|
@@ -5354,7 +5354,7 @@
|
|
|
5354
5354
|
"@salesforce/core": "^8.9.0",
|
|
5355
5355
|
"@salesforce/kit": "^3.2.3",
|
|
5356
5356
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
5357
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
5357
|
+
"@salesforce/source-deploy-retrieve": "^12.19.0",
|
|
5358
5358
|
"@salesforce/ts-types": "^2.0.12",
|
|
5359
5359
|
"ansis": "^3.16.0",
|
|
5360
5360
|
"change-case": "^5.4.4",
|
|
@@ -5446,13 +5446,13 @@
|
|
|
5446
5446
|
}
|
|
5447
5447
|
},
|
|
5448
5448
|
"node_modules/@salesforce/plugin-schema": {
|
|
5449
|
-
"version": "3.3.
|
|
5450
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
5451
|
-
"integrity": "sha512-
|
|
5449
|
+
"version": "3.3.59",
|
|
5450
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.59.tgz",
|
|
5451
|
+
"integrity": "sha512-Ct5ZEmfHQmMW4qIWQrN65q8w99kZL0E8ib+1+wLw56a/dGfNJ59G/S99fFlhyKh+iUQg8qdU9c+fbYLl/FISng==",
|
|
5452
5452
|
"license": "BSD-3-Clause",
|
|
5453
5453
|
"dependencies": {
|
|
5454
5454
|
"@oclif/core": "^4",
|
|
5455
|
-
"@salesforce/core": "^8.
|
|
5455
|
+
"@salesforce/core": "^8.9.0",
|
|
5456
5456
|
"@salesforce/sf-plugins-core": "^11.3.12"
|
|
5457
5457
|
},
|
|
5458
5458
|
"engines": {
|
|
@@ -5548,16 +5548,16 @@
|
|
|
5548
5548
|
}
|
|
5549
5549
|
},
|
|
5550
5550
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5551
|
-
"version": "1.4.
|
|
5552
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5553
|
-
"integrity": "sha512-
|
|
5551
|
+
"version": "1.4.54",
|
|
5552
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.54.tgz",
|
|
5553
|
+
"integrity": "sha512-pegZvpuT6blLD8ZQ8/Zv+KjfDpMTn+AwSNHdamCUwkbnqxtc2pH6baHcJM0iu4ZINKR8eg2EMQXyofyj385tnA==",
|
|
5554
5554
|
"license": "BSD-3-Clause",
|
|
5555
5555
|
"dependencies": {
|
|
5556
5556
|
"@inquirer/confirm": "^3.2.0",
|
|
5557
5557
|
"@inquirer/input": "^2.3.0",
|
|
5558
5558
|
"@inquirer/select": "^2.5.0",
|
|
5559
5559
|
"@oclif/core": "^4",
|
|
5560
|
-
"@salesforce/core": "^8.
|
|
5560
|
+
"@salesforce/core": "^8.9.0",
|
|
5561
5561
|
"@salesforce/kit": "^3.1.6",
|
|
5562
5562
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
5563
5563
|
"fast-glob": "^3.3.3",
|
|
@@ -5660,12 +5660,12 @@
|
|
|
5660
5660
|
}
|
|
5661
5661
|
},
|
|
5662
5662
|
"node_modules/@salesforce/plugin-templates": {
|
|
5663
|
-
"version": "56.3.
|
|
5664
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
5665
|
-
"integrity": "sha512-
|
|
5663
|
+
"version": "56.3.44",
|
|
5664
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.44.tgz",
|
|
5665
|
+
"integrity": "sha512-Yq5hqDBGMdou9PDutYN1Cp3ZDyIfGV/FnFtSdmRBbmXWpvyqSVi3/533+HTnt8RnfWTMDOgbDLGo+meIDyJR0Q==",
|
|
5666
5666
|
"license": "BSD-3-Clause",
|
|
5667
5667
|
"dependencies": {
|
|
5668
|
-
"@salesforce/core": "^8.
|
|
5668
|
+
"@salesforce/core": "^8.9.0",
|
|
5669
5669
|
"@salesforce/sf-plugins-core": "^12",
|
|
5670
5670
|
"@salesforce/templates": "^62.0.5"
|
|
5671
5671
|
},
|
|
@@ -5674,13 +5674,13 @@
|
|
|
5674
5674
|
}
|
|
5675
5675
|
},
|
|
5676
5676
|
"node_modules/@salesforce/plugin-trust": {
|
|
5677
|
-
"version": "3.7.
|
|
5678
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
5679
|
-
"integrity": "sha512-
|
|
5677
|
+
"version": "3.7.81",
|
|
5678
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.81.tgz",
|
|
5679
|
+
"integrity": "sha512-Nc0PXX18B5W3m8X1vuBfEfJpo6YoaswKHpxNBBkdqPS6xns5x1nuNwdHsU2fHaAiIZCoNCvIYGi2rIcmATZ2+A==",
|
|
5680
5680
|
"license": "BSD-3-Clause",
|
|
5681
5681
|
"dependencies": {
|
|
5682
5682
|
"@oclif/core": "^4",
|
|
5683
|
-
"@salesforce/core": "^8.
|
|
5683
|
+
"@salesforce/core": "^8.9.0",
|
|
5684
5684
|
"@salesforce/kit": "^3.2.0",
|
|
5685
5685
|
"@salesforce/plugin-info": "^3.4.52",
|
|
5686
5686
|
"@salesforce/sf-plugins-core": "^12",
|
|
@@ -5826,12 +5826,12 @@
|
|
|
5826
5826
|
}
|
|
5827
5827
|
},
|
|
5828
5828
|
"node_modules/@salesforce/plugin-user": {
|
|
5829
|
-
"version": "3.6.
|
|
5830
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
5831
|
-
"integrity": "sha512-
|
|
5829
|
+
"version": "3.6.17",
|
|
5830
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.17.tgz",
|
|
5831
|
+
"integrity": "sha512-9EfwA/4pBSIqOUahtOfIYjb3WmQBwSFNE+Jx7nBxe7UIJU4O17m27HO9wAHG6XnSXvJKzR7CIuKukO362aM9xQ==",
|
|
5832
5832
|
"license": "BSD-3-Clause",
|
|
5833
5833
|
"dependencies": {
|
|
5834
|
-
"@salesforce/core": "^8.
|
|
5834
|
+
"@salesforce/core": "^8.9.0",
|
|
5835
5835
|
"@salesforce/kit": "^3.2.2",
|
|
5836
5836
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
5837
5837
|
"@salesforce/ts-types": "^2.0.11"
|
package/oclif.lock
CHANGED
|
@@ -1713,13 +1713,13 @@
|
|
|
1713
1713
|
semver "^7.6.0"
|
|
1714
1714
|
ts-json-schema-generator "^1.5.1"
|
|
1715
1715
|
|
|
1716
|
-
"@oclif/plugin-commands@4.1.
|
|
1717
|
-
version "4.1.
|
|
1718
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
1719
|
-
integrity sha512-
|
|
1716
|
+
"@oclif/plugin-commands@4.1.23":
|
|
1717
|
+
version "4.1.23"
|
|
1718
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.23.tgz"
|
|
1719
|
+
integrity sha512-KprBKrFKwX2TaBenP7jqr0bgCjzRRXFnh5VYY4WHck3epC40yuKLeiPot31hQ3xs9y4wupaV0A6AMPxdSq6Leg==
|
|
1720
1720
|
dependencies:
|
|
1721
1721
|
"@oclif/core" "^4"
|
|
1722
|
-
"@oclif/table" "^0.4.
|
|
1722
|
+
"@oclif/table" "^0.4.7"
|
|
1723
1723
|
lodash "^4.17.21"
|
|
1724
1724
|
object-treeify "^4.0.1"
|
|
1725
1725
|
|
|
@@ -1766,14 +1766,14 @@
|
|
|
1766
1766
|
ansi-escapes "^7.0.0"
|
|
1767
1767
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1768
1768
|
|
|
1769
|
-
"@oclif/plugin-update@4.6.
|
|
1770
|
-
version "4.6.
|
|
1771
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.
|
|
1772
|
-
integrity sha512-
|
|
1769
|
+
"@oclif/plugin-update@4.6.37":
|
|
1770
|
+
version "4.6.37"
|
|
1771
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.37.tgz"
|
|
1772
|
+
integrity sha512-tARj/uPaZT7GctUncMseMd8d7D3dANOJyaykwjYHC0O2oeLeptdqaiISQAuh8Wu5VKhcgwkrNO5DoVCdZNW48g==
|
|
1773
1773
|
dependencies:
|
|
1774
1774
|
"@inquirer/select" "^2.5.0"
|
|
1775
1775
|
"@oclif/core" "^4"
|
|
1776
|
-
"@oclif/table" "^0.4.
|
|
1776
|
+
"@oclif/table" "^0.4.7"
|
|
1777
1777
|
ansis "^3.17.0"
|
|
1778
1778
|
debug "^4.4.0"
|
|
1779
1779
|
filesize "^6.1.0"
|
|
@@ -1810,10 +1810,10 @@
|
|
|
1810
1810
|
"@oclif/core" "^4"
|
|
1811
1811
|
ansis "^3.17.0"
|
|
1812
1812
|
|
|
1813
|
-
"@oclif/table@^0.4.6":
|
|
1814
|
-
version "0.4.
|
|
1815
|
-
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.
|
|
1816
|
-
integrity sha512-
|
|
1813
|
+
"@oclif/table@^0.4.6", "@oclif/table@^0.4.7":
|
|
1814
|
+
version "0.4.7"
|
|
1815
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.7.tgz"
|
|
1816
|
+
integrity sha512-NZGHzQbsy4w30fw9p+5eANmPUB4aXyIAbU+qAlxbAGzRm1ogxm06EmuuCfdH25rUIlq4GnycGEO3AQIkPnG9Cg==
|
|
1817
1817
|
dependencies:
|
|
1818
1818
|
"@types/react" "^18.3.12"
|
|
1819
1819
|
change-case "^5.4.4"
|
|
@@ -2008,7 +2008,7 @@
|
|
|
2008
2008
|
strip-ansi "6.0.1"
|
|
2009
2009
|
ts-retry-promise "^0.8.1"
|
|
2010
2010
|
|
|
2011
|
-
"@salesforce/core@^8.2.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.
|
|
2011
|
+
"@salesforce/core@^8.2.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6", "@salesforce/core@^8.8.7", "@salesforce/core@^8.9.0":
|
|
2012
2012
|
version "8.9.0"
|
|
2013
2013
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.9.0.tgz"
|
|
2014
2014
|
integrity sha512-p3ihmhGRfMrbup9unQ+YjDQb0o7WiNPUg38KB9J11YRMd2zKvERE1ncQcsnfOQ1MLRxvDMUchlKNrAe5Xw7RZw==
|
|
@@ -2122,17 +2122,17 @@
|
|
|
2122
2122
|
got "^13.0.0"
|
|
2123
2123
|
proxy-agent "^6.4.0"
|
|
2124
2124
|
|
|
2125
|
-
"@salesforce/plugin-auth@3.6.
|
|
2126
|
-
version "3.6.
|
|
2127
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2128
|
-
integrity sha512-
|
|
2125
|
+
"@salesforce/plugin-auth@3.6.111":
|
|
2126
|
+
version "3.6.111"
|
|
2127
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.111.tgz"
|
|
2128
|
+
integrity sha512-jIgXjgjHwpYWQpVLG05yZWjH9bF0CB4Scm1ctNz5yWDLqwCtymEa6T2StcyYkWtcTf+of3Dj5t4wTJrtPWPxvA==
|
|
2129
2129
|
dependencies:
|
|
2130
2130
|
"@inquirer/checkbox" "^2.5.0"
|
|
2131
2131
|
"@inquirer/select" "^2.5.0"
|
|
2132
2132
|
"@oclif/core" "^4"
|
|
2133
2133
|
"@salesforce/core" "^8.9.0"
|
|
2134
2134
|
"@salesforce/kit" "^3.2.3"
|
|
2135
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2135
|
+
"@salesforce/plugin-info" "^3.4.52"
|
|
2136
2136
|
"@salesforce/sf-plugins-core" "^12.2.1"
|
|
2137
2137
|
"@salesforce/ts-types" "^2.0.11"
|
|
2138
2138
|
open "^10.1.0"
|
|
@@ -2188,15 +2188,15 @@
|
|
|
2188
2188
|
ansis "^3.17.0"
|
|
2189
2189
|
terminal-link "^3.0.0"
|
|
2190
2190
|
|
|
2191
|
-
"@salesforce/plugin-info@^3.4.
|
|
2192
|
-
version "3.4.
|
|
2193
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
2194
|
-
integrity sha512-
|
|
2191
|
+
"@salesforce/plugin-info@^3.4.51", "@salesforce/plugin-info@^3.4.52", "@salesforce/plugin-info@3.4.53":
|
|
2192
|
+
version "3.4.53"
|
|
2193
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.53.tgz"
|
|
2194
|
+
integrity sha512-pRhvBw2wCxsBI3hFdALLwLPErCZu9FLyJ2q/JqbJFo7O1efYTV2VAecFc4rcMeRRJFBgXsmPr7Q774K1cw5pog==
|
|
2195
2195
|
dependencies:
|
|
2196
2196
|
"@inquirer/input" "^2.3.0"
|
|
2197
2197
|
"@jsforce/jsforce-node" "^3.7.0"
|
|
2198
2198
|
"@oclif/core" "^4"
|
|
2199
|
-
"@salesforce/core" "^8.
|
|
2199
|
+
"@salesforce/core" "^8.9.0"
|
|
2200
2200
|
"@salesforce/kit" "^3.2.3"
|
|
2201
2201
|
"@salesforce/sf-plugins-core" "^12"
|
|
2202
2202
|
got "^13.0.0"
|
|
@@ -2225,17 +2225,17 @@
|
|
|
2225
2225
|
got "^13.0.0"
|
|
2226
2226
|
proxy-agent "^6.4.0"
|
|
2227
2227
|
|
|
2228
|
-
"@salesforce/plugin-org@5.6.
|
|
2229
|
-
version "5.6.
|
|
2230
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.6.
|
|
2231
|
-
integrity sha512-
|
|
2228
|
+
"@salesforce/plugin-org@5.6.1":
|
|
2229
|
+
version "5.6.1"
|
|
2230
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.6.1.tgz"
|
|
2231
|
+
integrity sha512-74TR0jeNC4hYFJI491fNyT4PVaLKuBE41hAKk9VBTOTk9ZSoiS5vYngfbqjd8Jdx3dR1lJ2uynv/MTdwi5uFQw==
|
|
2232
2232
|
dependencies:
|
|
2233
2233
|
"@oclif/core" "^4.2.10"
|
|
2234
2234
|
"@oclif/multi-stage-output" "^0.8.12"
|
|
2235
2235
|
"@salesforce/core" "^8.9.0"
|
|
2236
2236
|
"@salesforce/kit" "^3.2.3"
|
|
2237
2237
|
"@salesforce/sf-plugins-core" "^12.2.1"
|
|
2238
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2238
|
+
"@salesforce/source-deploy-retrieve" "^12.19.0"
|
|
2239
2239
|
"@salesforce/ts-types" "^2.0.12"
|
|
2240
2240
|
ansis "^3.16.0"
|
|
2241
2241
|
change-case "^5.4.4"
|
|
@@ -2283,13 +2283,13 @@
|
|
|
2283
2283
|
strip-ansi "^6"
|
|
2284
2284
|
yarn-deduplicate "^6.0.2"
|
|
2285
2285
|
|
|
2286
|
-
"@salesforce/plugin-schema@3.3.
|
|
2287
|
-
version "3.3.
|
|
2288
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
2289
|
-
integrity sha512-
|
|
2286
|
+
"@salesforce/plugin-schema@3.3.59":
|
|
2287
|
+
version "3.3.59"
|
|
2288
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.59.tgz"
|
|
2289
|
+
integrity sha512-Ct5ZEmfHQmMW4qIWQrN65q8w99kZL0E8ib+1+wLw56a/dGfNJ59G/S99fFlhyKh+iUQg8qdU9c+fbYLl/FISng==
|
|
2290
2290
|
dependencies:
|
|
2291
2291
|
"@oclif/core" "^4"
|
|
2292
|
-
"@salesforce/core" "^8.
|
|
2292
|
+
"@salesforce/core" "^8.9.0"
|
|
2293
2293
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2294
2294
|
|
|
2295
2295
|
"@salesforce/plugin-settings@2.4.23":
|
|
@@ -2302,16 +2302,16 @@
|
|
|
2302
2302
|
"@salesforce/sf-plugins-core" "^12.2.1"
|
|
2303
2303
|
fast-levenshtein "^3.0.0"
|
|
2304
2304
|
|
|
2305
|
-
"@salesforce/plugin-sobject@1.4.
|
|
2306
|
-
version "1.4.
|
|
2307
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
2308
|
-
integrity sha512-
|
|
2305
|
+
"@salesforce/plugin-sobject@1.4.54":
|
|
2306
|
+
version "1.4.54"
|
|
2307
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.54.tgz"
|
|
2308
|
+
integrity sha512-pegZvpuT6blLD8ZQ8/Zv+KjfDpMTn+AwSNHdamCUwkbnqxtc2pH6baHcJM0iu4ZINKR8eg2EMQXyofyj385tnA==
|
|
2309
2309
|
dependencies:
|
|
2310
2310
|
"@inquirer/confirm" "^3.2.0"
|
|
2311
2311
|
"@inquirer/input" "^2.3.0"
|
|
2312
2312
|
"@inquirer/select" "^2.5.0"
|
|
2313
2313
|
"@oclif/core" "^4"
|
|
2314
|
-
"@salesforce/core" "^8.
|
|
2314
|
+
"@salesforce/core" "^8.9.0"
|
|
2315
2315
|
"@salesforce/kit" "^3.1.6"
|
|
2316
2316
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2317
2317
|
fast-glob "^3.3.3"
|
|
@@ -2331,22 +2331,22 @@
|
|
|
2331
2331
|
"@salesforce/ts-types" "^2.0.11"
|
|
2332
2332
|
debug "^4.3.7"
|
|
2333
2333
|
|
|
2334
|
-
"@salesforce/plugin-templates@56.3.
|
|
2335
|
-
version "56.3.
|
|
2336
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
2337
|
-
integrity sha512-
|
|
2334
|
+
"@salesforce/plugin-templates@56.3.44":
|
|
2335
|
+
version "56.3.44"
|
|
2336
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.44.tgz"
|
|
2337
|
+
integrity sha512-Yq5hqDBGMdou9PDutYN1Cp3ZDyIfGV/FnFtSdmRBbmXWpvyqSVi3/533+HTnt8RnfWTMDOgbDLGo+meIDyJR0Q==
|
|
2338
2338
|
dependencies:
|
|
2339
|
-
"@salesforce/core" "^8.
|
|
2339
|
+
"@salesforce/core" "^8.9.0"
|
|
2340
2340
|
"@salesforce/sf-plugins-core" "^12"
|
|
2341
2341
|
"@salesforce/templates" "^62.0.5"
|
|
2342
2342
|
|
|
2343
|
-
"@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.
|
|
2344
|
-
version "3.7.
|
|
2345
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2346
|
-
integrity sha512-
|
|
2343
|
+
"@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.81":
|
|
2344
|
+
version "3.7.81"
|
|
2345
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.81.tgz"
|
|
2346
|
+
integrity sha512-Nc0PXX18B5W3m8X1vuBfEfJpo6YoaswKHpxNBBkdqPS6xns5x1nuNwdHsU2fHaAiIZCoNCvIYGi2rIcmATZ2+A==
|
|
2347
2347
|
dependencies:
|
|
2348
2348
|
"@oclif/core" "^4"
|
|
2349
|
-
"@salesforce/core" "^8.
|
|
2349
|
+
"@salesforce/core" "^8.9.0"
|
|
2350
2350
|
"@salesforce/kit" "^3.2.0"
|
|
2351
2351
|
"@salesforce/plugin-info" "^3.4.52"
|
|
2352
2352
|
"@salesforce/sf-plugins-core" "^12"
|
|
@@ -2357,12 +2357,12 @@
|
|
|
2357
2357
|
semver "^7.7.1"
|
|
2358
2358
|
shelljs "^0.9.2"
|
|
2359
2359
|
|
|
2360
|
-
"@salesforce/plugin-user@3.6.
|
|
2361
|
-
version "3.6.
|
|
2362
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
2363
|
-
integrity sha512-
|
|
2360
|
+
"@salesforce/plugin-user@3.6.17":
|
|
2361
|
+
version "3.6.17"
|
|
2362
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.17.tgz"
|
|
2363
|
+
integrity sha512-9EfwA/4pBSIqOUahtOfIYjb3WmQBwSFNE+Jx7nBxe7UIJU4O17m27HO9wAHG6XnSXvJKzR7CIuKukO362aM9xQ==
|
|
2364
2364
|
dependencies:
|
|
2365
|
-
"@salesforce/core" "^8.
|
|
2365
|
+
"@salesforce/core" "^8.9.0"
|
|
2366
2366
|
"@salesforce/kit" "^3.2.2"
|
|
2367
2367
|
"@salesforce/sf-plugins-core" "^12.2.1"
|
|
2368
2368
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -2411,7 +2411,7 @@
|
|
|
2411
2411
|
cli-progress "^3.12.0"
|
|
2412
2412
|
terminal-link "^3.0.0"
|
|
2413
2413
|
|
|
2414
|
-
"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.
|
|
2414
|
+
"@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.0":
|
|
2415
2415
|
version "12.19.0"
|
|
2416
2416
|
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.19.0.tgz"
|
|
2417
2417
|
integrity sha512-gaLC+0J7Lr52jBN5ZiGwoVTDqh0xCwfnYo1l9E6uTeFmgc0wRu2vL9XBvO5cJGjWLu/OKCSyJHyv5zi+NjmfyA==
|
package/oclif.manifest.json
CHANGED
|
@@ -2933,131 +2933,6 @@
|
|
|
2933
2933
|
"snapshot:create:org"
|
|
2934
2934
|
]
|
|
2935
2935
|
},
|
|
2936
|
-
"org:get:snapshot": {
|
|
2937
|
-
"aliases": [
|
|
2938
|
-
"force:org:snapshot:get"
|
|
2939
|
-
],
|
|
2940
|
-
"args": {},
|
|
2941
|
-
"deprecateAliases": true,
|
|
2942
|
-
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
2943
|
-
"examples": [
|
|
2944
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
2945
|
-
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
2946
|
-
],
|
|
2947
|
-
"flags": {
|
|
2948
|
-
"json": {
|
|
2949
|
-
"description": "Format output as json.",
|
|
2950
|
-
"helpGroup": "GLOBAL",
|
|
2951
|
-
"name": "json",
|
|
2952
|
-
"allowNo": false,
|
|
2953
|
-
"type": "boolean"
|
|
2954
|
-
},
|
|
2955
|
-
"flags-dir": {
|
|
2956
|
-
"helpGroup": "GLOBAL",
|
|
2957
|
-
"name": "flags-dir",
|
|
2958
|
-
"summary": "Import flag values from a directory.",
|
|
2959
|
-
"hasDynamicHelp": false,
|
|
2960
|
-
"multiple": false,
|
|
2961
|
-
"type": "option"
|
|
2962
|
-
},
|
|
2963
|
-
"target-dev-hub": {
|
|
2964
|
-
"aliases": [
|
|
2965
|
-
"targetdevhubusername"
|
|
2966
|
-
],
|
|
2967
|
-
"char": "v",
|
|
2968
|
-
"deprecateAliases": true,
|
|
2969
|
-
"name": "target-dev-hub",
|
|
2970
|
-
"noCacheDefault": true,
|
|
2971
|
-
"required": true,
|
|
2972
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
2973
|
-
"hasDynamicHelp": true,
|
|
2974
|
-
"multiple": false,
|
|
2975
|
-
"type": "option"
|
|
2976
|
-
},
|
|
2977
|
-
"api-version": {
|
|
2978
|
-
"aliases": [
|
|
2979
|
-
"apiversion"
|
|
2980
|
-
],
|
|
2981
|
-
"deprecateAliases": true,
|
|
2982
|
-
"description": "Override the api version used for api requests made by this command",
|
|
2983
|
-
"name": "api-version",
|
|
2984
|
-
"hasDynamicHelp": false,
|
|
2985
|
-
"multiple": false,
|
|
2986
|
-
"type": "option"
|
|
2987
|
-
},
|
|
2988
|
-
"loglevel": {
|
|
2989
|
-
"deprecated": {
|
|
2990
|
-
"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."
|
|
2991
|
-
},
|
|
2992
|
-
"hidden": true,
|
|
2993
|
-
"name": "loglevel",
|
|
2994
|
-
"hasDynamicHelp": false,
|
|
2995
|
-
"multiple": false,
|
|
2996
|
-
"type": "option"
|
|
2997
|
-
},
|
|
2998
|
-
"snapshot": {
|
|
2999
|
-
"char": "s",
|
|
3000
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3001
|
-
"name": "snapshot",
|
|
3002
|
-
"required": true,
|
|
3003
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3004
|
-
"hasDynamicHelp": false,
|
|
3005
|
-
"multiple": false,
|
|
3006
|
-
"type": "option"
|
|
3007
|
-
}
|
|
3008
|
-
},
|
|
3009
|
-
"hasDynamicHelp": true,
|
|
3010
|
-
"hiddenAliases": [],
|
|
3011
|
-
"id": "org:get:snapshot",
|
|
3012
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3013
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3014
|
-
"pluginType": "jit",
|
|
3015
|
-
"strict": true,
|
|
3016
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3017
|
-
"enableJsonFlag": true,
|
|
3018
|
-
"isESM": true,
|
|
3019
|
-
"relativePath": [
|
|
3020
|
-
"lib",
|
|
3021
|
-
"commands",
|
|
3022
|
-
"org",
|
|
3023
|
-
"get",
|
|
3024
|
-
"snapshot.js"
|
|
3025
|
-
],
|
|
3026
|
-
"aliasPermutations": [
|
|
3027
|
-
"force:org:snapshot:get",
|
|
3028
|
-
"org:force:snapshot:get",
|
|
3029
|
-
"org:snapshot:force:get",
|
|
3030
|
-
"org:snapshot:get:force",
|
|
3031
|
-
"force:snapshot:org:get",
|
|
3032
|
-
"snapshot:force:org:get",
|
|
3033
|
-
"snapshot:org:force:get",
|
|
3034
|
-
"snapshot:org:get:force",
|
|
3035
|
-
"force:snapshot:get:org",
|
|
3036
|
-
"snapshot:force:get:org",
|
|
3037
|
-
"snapshot:get:force:org",
|
|
3038
|
-
"snapshot:get:org:force",
|
|
3039
|
-
"force:org:get:snapshot",
|
|
3040
|
-
"org:force:get:snapshot",
|
|
3041
|
-
"org:get:force:snapshot",
|
|
3042
|
-
"org:get:snapshot:force",
|
|
3043
|
-
"force:get:org:snapshot",
|
|
3044
|
-
"get:force:org:snapshot",
|
|
3045
|
-
"get:org:force:snapshot",
|
|
3046
|
-
"get:org:snapshot:force",
|
|
3047
|
-
"force:get:snapshot:org",
|
|
3048
|
-
"get:force:snapshot:org",
|
|
3049
|
-
"get:snapshot:force:org",
|
|
3050
|
-
"get:snapshot:org:force"
|
|
3051
|
-
],
|
|
3052
|
-
"permutations": [
|
|
3053
|
-
"org:get:snapshot",
|
|
3054
|
-
"get:org:snapshot",
|
|
3055
|
-
"get:snapshot:org",
|
|
3056
|
-
"org:snapshot:get",
|
|
3057
|
-
"snapshot:org:get",
|
|
3058
|
-
"snapshot:get:org"
|
|
3059
|
-
]
|
|
3060
|
-
},
|
|
3061
2936
|
"org:delete:shape": {
|
|
3062
2937
|
"aliases": [
|
|
3063
2938
|
"force:org:shape:delete"
|
|
@@ -3317,6 +3192,131 @@
|
|
|
3317
3192
|
"snapshot:delete:org"
|
|
3318
3193
|
]
|
|
3319
3194
|
},
|
|
3195
|
+
"org:get:snapshot": {
|
|
3196
|
+
"aliases": [
|
|
3197
|
+
"force:org:snapshot:get"
|
|
3198
|
+
],
|
|
3199
|
+
"args": {},
|
|
3200
|
+
"deprecateAliases": true,
|
|
3201
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
3202
|
+
"examples": [
|
|
3203
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3204
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
3205
|
+
],
|
|
3206
|
+
"flags": {
|
|
3207
|
+
"json": {
|
|
3208
|
+
"description": "Format output as json.",
|
|
3209
|
+
"helpGroup": "GLOBAL",
|
|
3210
|
+
"name": "json",
|
|
3211
|
+
"allowNo": false,
|
|
3212
|
+
"type": "boolean"
|
|
3213
|
+
},
|
|
3214
|
+
"flags-dir": {
|
|
3215
|
+
"helpGroup": "GLOBAL",
|
|
3216
|
+
"name": "flags-dir",
|
|
3217
|
+
"summary": "Import flag values from a directory.",
|
|
3218
|
+
"hasDynamicHelp": false,
|
|
3219
|
+
"multiple": false,
|
|
3220
|
+
"type": "option"
|
|
3221
|
+
},
|
|
3222
|
+
"target-dev-hub": {
|
|
3223
|
+
"aliases": [
|
|
3224
|
+
"targetdevhubusername"
|
|
3225
|
+
],
|
|
3226
|
+
"char": "v",
|
|
3227
|
+
"deprecateAliases": true,
|
|
3228
|
+
"name": "target-dev-hub",
|
|
3229
|
+
"noCacheDefault": true,
|
|
3230
|
+
"required": true,
|
|
3231
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3232
|
+
"hasDynamicHelp": true,
|
|
3233
|
+
"multiple": false,
|
|
3234
|
+
"type": "option"
|
|
3235
|
+
},
|
|
3236
|
+
"api-version": {
|
|
3237
|
+
"aliases": [
|
|
3238
|
+
"apiversion"
|
|
3239
|
+
],
|
|
3240
|
+
"deprecateAliases": true,
|
|
3241
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3242
|
+
"name": "api-version",
|
|
3243
|
+
"hasDynamicHelp": false,
|
|
3244
|
+
"multiple": false,
|
|
3245
|
+
"type": "option"
|
|
3246
|
+
},
|
|
3247
|
+
"loglevel": {
|
|
3248
|
+
"deprecated": {
|
|
3249
|
+
"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."
|
|
3250
|
+
},
|
|
3251
|
+
"hidden": true,
|
|
3252
|
+
"name": "loglevel",
|
|
3253
|
+
"hasDynamicHelp": false,
|
|
3254
|
+
"multiple": false,
|
|
3255
|
+
"type": "option"
|
|
3256
|
+
},
|
|
3257
|
+
"snapshot": {
|
|
3258
|
+
"char": "s",
|
|
3259
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3260
|
+
"name": "snapshot",
|
|
3261
|
+
"required": true,
|
|
3262
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
3263
|
+
"hasDynamicHelp": false,
|
|
3264
|
+
"multiple": false,
|
|
3265
|
+
"type": "option"
|
|
3266
|
+
}
|
|
3267
|
+
},
|
|
3268
|
+
"hasDynamicHelp": true,
|
|
3269
|
+
"hiddenAliases": [],
|
|
3270
|
+
"id": "org:get:snapshot",
|
|
3271
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
3272
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
3273
|
+
"pluginType": "jit",
|
|
3274
|
+
"strict": true,
|
|
3275
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
3276
|
+
"enableJsonFlag": true,
|
|
3277
|
+
"isESM": true,
|
|
3278
|
+
"relativePath": [
|
|
3279
|
+
"lib",
|
|
3280
|
+
"commands",
|
|
3281
|
+
"org",
|
|
3282
|
+
"get",
|
|
3283
|
+
"snapshot.js"
|
|
3284
|
+
],
|
|
3285
|
+
"aliasPermutations": [
|
|
3286
|
+
"force:org:snapshot:get",
|
|
3287
|
+
"org:force:snapshot:get",
|
|
3288
|
+
"org:snapshot:force:get",
|
|
3289
|
+
"org:snapshot:get:force",
|
|
3290
|
+
"force:snapshot:org:get",
|
|
3291
|
+
"snapshot:force:org:get",
|
|
3292
|
+
"snapshot:org:force:get",
|
|
3293
|
+
"snapshot:org:get:force",
|
|
3294
|
+
"force:snapshot:get:org",
|
|
3295
|
+
"snapshot:force:get:org",
|
|
3296
|
+
"snapshot:get:force:org",
|
|
3297
|
+
"snapshot:get:org:force",
|
|
3298
|
+
"force:org:get:snapshot",
|
|
3299
|
+
"org:force:get:snapshot",
|
|
3300
|
+
"org:get:force:snapshot",
|
|
3301
|
+
"org:get:snapshot:force",
|
|
3302
|
+
"force:get:org:snapshot",
|
|
3303
|
+
"get:force:org:snapshot",
|
|
3304
|
+
"get:org:force:snapshot",
|
|
3305
|
+
"get:org:snapshot:force",
|
|
3306
|
+
"force:get:snapshot:org",
|
|
3307
|
+
"get:force:snapshot:org",
|
|
3308
|
+
"get:snapshot:force:org",
|
|
3309
|
+
"get:snapshot:org:force"
|
|
3310
|
+
],
|
|
3311
|
+
"permutations": [
|
|
3312
|
+
"org:get:snapshot",
|
|
3313
|
+
"get:org:snapshot",
|
|
3314
|
+
"get:snapshot:org",
|
|
3315
|
+
"org:snapshot:get",
|
|
3316
|
+
"snapshot:org:get",
|
|
3317
|
+
"snapshot:get:org"
|
|
3318
|
+
]
|
|
3319
|
+
},
|
|
3320
3320
|
"org:list:shape": {
|
|
3321
3321
|
"aliases": [
|
|
3322
3322
|
"force:org:shape:list"
|
|
@@ -4411,5 +4411,5 @@
|
|
|
4411
4411
|
]
|
|
4412
4412
|
}
|
|
4413
4413
|
},
|
|
4414
|
-
"version": "2.85.
|
|
4414
|
+
"version": "2.85.5"
|
|
4415
4415
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.85.
|
|
4
|
+
"version": "2.85.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@salesforce/plugin-community": "3.3.19",
|
|
81
81
|
"@salesforce/plugin-dev": "2.5.1",
|
|
82
82
|
"@salesforce/plugin-devops-center": "1.2.27",
|
|
83
|
-
"@salesforce/plugin-signups": "2.6.
|
|
83
|
+
"@salesforce/plugin-signups": "2.6.21",
|
|
84
84
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
85
85
|
"@salesforce/sfdx-scanner": "4.11.0"
|
|
86
86
|
},
|
|
@@ -145,12 +145,12 @@
|
|
|
145
145
|
"@inquirer/select": "^2.3.5",
|
|
146
146
|
"@oclif/core": "4.2.10",
|
|
147
147
|
"@oclif/plugin-autocomplete": "3.2.27",
|
|
148
|
-
"@oclif/plugin-commands": "4.1.
|
|
148
|
+
"@oclif/plugin-commands": "4.1.23",
|
|
149
149
|
"@oclif/plugin-help": "6.2.27",
|
|
150
150
|
"@oclif/plugin-not-found": "3.2.49",
|
|
151
151
|
"@oclif/plugin-plugins": "5.4.36",
|
|
152
152
|
"@oclif/plugin-search": "1.2.23",
|
|
153
|
-
"@oclif/plugin-update": "4.6.
|
|
153
|
+
"@oclif/plugin-update": "4.6.37",
|
|
154
154
|
"@oclif/plugin-version": "2.2.27",
|
|
155
155
|
"@oclif/plugin-warn-if-update-available": "3.1.38",
|
|
156
156
|
"@oclif/plugin-which": "3.2.34",
|
|
@@ -158,21 +158,21 @@
|
|
|
158
158
|
"@salesforce/kit": "^3.1.6",
|
|
159
159
|
"@salesforce/plugin-apex": "3.6.12",
|
|
160
160
|
"@salesforce/plugin-api": "1.3.3",
|
|
161
|
-
"@salesforce/plugin-auth": "3.6.
|
|
161
|
+
"@salesforce/plugin-auth": "3.6.111",
|
|
162
162
|
"@salesforce/plugin-data": "4.0.26",
|
|
163
163
|
"@salesforce/plugin-deploy-retrieve": "3.22.3",
|
|
164
|
-
"@salesforce/plugin-info": "3.4.
|
|
164
|
+
"@salesforce/plugin-info": "3.4.53",
|
|
165
165
|
"@salesforce/plugin-limits": "3.3.51",
|
|
166
166
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
167
|
-
"@salesforce/plugin-org": "5.6.
|
|
167
|
+
"@salesforce/plugin-org": "5.6.1",
|
|
168
168
|
"@salesforce/plugin-packaging": "2.13.0",
|
|
169
|
-
"@salesforce/plugin-schema": "3.3.
|
|
169
|
+
"@salesforce/plugin-schema": "3.3.59",
|
|
170
170
|
"@salesforce/plugin-settings": "2.4.23",
|
|
171
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
171
|
+
"@salesforce/plugin-sobject": "1.4.54",
|
|
172
172
|
"@salesforce/plugin-telemetry": "3.6.38",
|
|
173
|
-
"@salesforce/plugin-templates": "56.3.
|
|
174
|
-
"@salesforce/plugin-trust": "3.7.
|
|
175
|
-
"@salesforce/plugin-user": "3.6.
|
|
173
|
+
"@salesforce/plugin-templates": "56.3.44",
|
|
174
|
+
"@salesforce/plugin-trust": "3.7.81",
|
|
175
|
+
"@salesforce/plugin-user": "3.6.17",
|
|
176
176
|
"@salesforce/sf-plugins-core": "12.2.1",
|
|
177
177
|
"ansis": "^3.12.0"
|
|
178
178
|
},
|