@salesforce/cli 2.137.2 → 2.137.4
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 +185 -185
- package/npm-shrinkwrap.json +227 -231
- package/oclif.lock +214 -210
- package/oclif.manifest.json +126 -126
- package/package.json +30 -30
package/oclif.manifest.json
CHANGED
|
@@ -3651,6 +3651,131 @@
|
|
|
3651
3651
|
"snapshot:create:org"
|
|
3652
3652
|
]
|
|
3653
3653
|
},
|
|
3654
|
+
"org:get:snapshot": {
|
|
3655
|
+
"aliases": [
|
|
3656
|
+
"force:org:snapshot:get"
|
|
3657
|
+
],
|
|
3658
|
+
"args": {},
|
|
3659
|
+
"deprecateAliases": true,
|
|
3660
|
+
"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\".",
|
|
3661
|
+
"examples": [
|
|
3662
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3663
|
+
"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"
|
|
3664
|
+
],
|
|
3665
|
+
"flags": {
|
|
3666
|
+
"json": {
|
|
3667
|
+
"description": "Format output as json.",
|
|
3668
|
+
"helpGroup": "GLOBAL",
|
|
3669
|
+
"name": "json",
|
|
3670
|
+
"allowNo": false,
|
|
3671
|
+
"type": "boolean"
|
|
3672
|
+
},
|
|
3673
|
+
"flags-dir": {
|
|
3674
|
+
"helpGroup": "GLOBAL",
|
|
3675
|
+
"name": "flags-dir",
|
|
3676
|
+
"summary": "Import flag values from a directory.",
|
|
3677
|
+
"hasDynamicHelp": false,
|
|
3678
|
+
"multiple": false,
|
|
3679
|
+
"type": "option"
|
|
3680
|
+
},
|
|
3681
|
+
"target-dev-hub": {
|
|
3682
|
+
"aliases": [
|
|
3683
|
+
"targetdevhubusername"
|
|
3684
|
+
],
|
|
3685
|
+
"char": "v",
|
|
3686
|
+
"deprecateAliases": true,
|
|
3687
|
+
"name": "target-dev-hub",
|
|
3688
|
+
"noCacheDefault": true,
|
|
3689
|
+
"required": true,
|
|
3690
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3691
|
+
"hasDynamicHelp": true,
|
|
3692
|
+
"multiple": false,
|
|
3693
|
+
"type": "option"
|
|
3694
|
+
},
|
|
3695
|
+
"api-version": {
|
|
3696
|
+
"aliases": [
|
|
3697
|
+
"apiversion"
|
|
3698
|
+
],
|
|
3699
|
+
"deprecateAliases": true,
|
|
3700
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3701
|
+
"name": "api-version",
|
|
3702
|
+
"hasDynamicHelp": false,
|
|
3703
|
+
"multiple": false,
|
|
3704
|
+
"type": "option"
|
|
3705
|
+
},
|
|
3706
|
+
"loglevel": {
|
|
3707
|
+
"deprecated": {
|
|
3708
|
+
"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."
|
|
3709
|
+
},
|
|
3710
|
+
"hidden": true,
|
|
3711
|
+
"name": "loglevel",
|
|
3712
|
+
"hasDynamicHelp": false,
|
|
3713
|
+
"multiple": false,
|
|
3714
|
+
"type": "option"
|
|
3715
|
+
},
|
|
3716
|
+
"snapshot": {
|
|
3717
|
+
"char": "s",
|
|
3718
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3719
|
+
"name": "snapshot",
|
|
3720
|
+
"required": true,
|
|
3721
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
3722
|
+
"hasDynamicHelp": false,
|
|
3723
|
+
"multiple": false,
|
|
3724
|
+
"type": "option"
|
|
3725
|
+
}
|
|
3726
|
+
},
|
|
3727
|
+
"hasDynamicHelp": true,
|
|
3728
|
+
"hiddenAliases": [],
|
|
3729
|
+
"id": "org:get:snapshot",
|
|
3730
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
3731
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
3732
|
+
"pluginType": "jit",
|
|
3733
|
+
"strict": true,
|
|
3734
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
3735
|
+
"enableJsonFlag": true,
|
|
3736
|
+
"isESM": true,
|
|
3737
|
+
"relativePath": [
|
|
3738
|
+
"lib",
|
|
3739
|
+
"commands",
|
|
3740
|
+
"org",
|
|
3741
|
+
"get",
|
|
3742
|
+
"snapshot.js"
|
|
3743
|
+
],
|
|
3744
|
+
"aliasPermutations": [
|
|
3745
|
+
"force:org:snapshot:get",
|
|
3746
|
+
"org:force:snapshot:get",
|
|
3747
|
+
"org:snapshot:force:get",
|
|
3748
|
+
"org:snapshot:get:force",
|
|
3749
|
+
"force:snapshot:org:get",
|
|
3750
|
+
"snapshot:force:org:get",
|
|
3751
|
+
"snapshot:org:force:get",
|
|
3752
|
+
"snapshot:org:get:force",
|
|
3753
|
+
"force:snapshot:get:org",
|
|
3754
|
+
"snapshot:force:get:org",
|
|
3755
|
+
"snapshot:get:force:org",
|
|
3756
|
+
"snapshot:get:org:force",
|
|
3757
|
+
"force:org:get:snapshot",
|
|
3758
|
+
"org:force:get:snapshot",
|
|
3759
|
+
"org:get:force:snapshot",
|
|
3760
|
+
"org:get:snapshot:force",
|
|
3761
|
+
"force:get:org:snapshot",
|
|
3762
|
+
"get:force:org:snapshot",
|
|
3763
|
+
"get:org:force:snapshot",
|
|
3764
|
+
"get:org:snapshot:force",
|
|
3765
|
+
"force:get:snapshot:org",
|
|
3766
|
+
"get:force:snapshot:org",
|
|
3767
|
+
"get:snapshot:force:org",
|
|
3768
|
+
"get:snapshot:org:force"
|
|
3769
|
+
],
|
|
3770
|
+
"permutations": [
|
|
3771
|
+
"org:get:snapshot",
|
|
3772
|
+
"get:org:snapshot",
|
|
3773
|
+
"get:snapshot:org",
|
|
3774
|
+
"org:snapshot:get",
|
|
3775
|
+
"snapshot:org:get",
|
|
3776
|
+
"snapshot:get:org"
|
|
3777
|
+
]
|
|
3778
|
+
},
|
|
3654
3779
|
"org:delete:shape": {
|
|
3655
3780
|
"aliases": [
|
|
3656
3781
|
"force:org:shape:delete"
|
|
@@ -3910,131 +4035,6 @@
|
|
|
3910
4035
|
"snapshot:delete:org"
|
|
3911
4036
|
]
|
|
3912
4037
|
},
|
|
3913
|
-
"org:get:snapshot": {
|
|
3914
|
-
"aliases": [
|
|
3915
|
-
"force:org:snapshot:get"
|
|
3916
|
-
],
|
|
3917
|
-
"args": {},
|
|
3918
|
-
"deprecateAliases": true,
|
|
3919
|
-
"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\".",
|
|
3920
|
-
"examples": [
|
|
3921
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3922
|
-
"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"
|
|
3923
|
-
],
|
|
3924
|
-
"flags": {
|
|
3925
|
-
"json": {
|
|
3926
|
-
"description": "Format output as json.",
|
|
3927
|
-
"helpGroup": "GLOBAL",
|
|
3928
|
-
"name": "json",
|
|
3929
|
-
"allowNo": false,
|
|
3930
|
-
"type": "boolean"
|
|
3931
|
-
},
|
|
3932
|
-
"flags-dir": {
|
|
3933
|
-
"helpGroup": "GLOBAL",
|
|
3934
|
-
"name": "flags-dir",
|
|
3935
|
-
"summary": "Import flag values from a directory.",
|
|
3936
|
-
"hasDynamicHelp": false,
|
|
3937
|
-
"multiple": false,
|
|
3938
|
-
"type": "option"
|
|
3939
|
-
},
|
|
3940
|
-
"target-dev-hub": {
|
|
3941
|
-
"aliases": [
|
|
3942
|
-
"targetdevhubusername"
|
|
3943
|
-
],
|
|
3944
|
-
"char": "v",
|
|
3945
|
-
"deprecateAliases": true,
|
|
3946
|
-
"name": "target-dev-hub",
|
|
3947
|
-
"noCacheDefault": true,
|
|
3948
|
-
"required": true,
|
|
3949
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3950
|
-
"hasDynamicHelp": true,
|
|
3951
|
-
"multiple": false,
|
|
3952
|
-
"type": "option"
|
|
3953
|
-
},
|
|
3954
|
-
"api-version": {
|
|
3955
|
-
"aliases": [
|
|
3956
|
-
"apiversion"
|
|
3957
|
-
],
|
|
3958
|
-
"deprecateAliases": true,
|
|
3959
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3960
|
-
"name": "api-version",
|
|
3961
|
-
"hasDynamicHelp": false,
|
|
3962
|
-
"multiple": false,
|
|
3963
|
-
"type": "option"
|
|
3964
|
-
},
|
|
3965
|
-
"loglevel": {
|
|
3966
|
-
"deprecated": {
|
|
3967
|
-
"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."
|
|
3968
|
-
},
|
|
3969
|
-
"hidden": true,
|
|
3970
|
-
"name": "loglevel",
|
|
3971
|
-
"hasDynamicHelp": false,
|
|
3972
|
-
"multiple": false,
|
|
3973
|
-
"type": "option"
|
|
3974
|
-
},
|
|
3975
|
-
"snapshot": {
|
|
3976
|
-
"char": "s",
|
|
3977
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3978
|
-
"name": "snapshot",
|
|
3979
|
-
"required": true,
|
|
3980
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3981
|
-
"hasDynamicHelp": false,
|
|
3982
|
-
"multiple": false,
|
|
3983
|
-
"type": "option"
|
|
3984
|
-
}
|
|
3985
|
-
},
|
|
3986
|
-
"hasDynamicHelp": true,
|
|
3987
|
-
"hiddenAliases": [],
|
|
3988
|
-
"id": "org:get:snapshot",
|
|
3989
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3990
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3991
|
-
"pluginType": "jit",
|
|
3992
|
-
"strict": true,
|
|
3993
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3994
|
-
"enableJsonFlag": true,
|
|
3995
|
-
"isESM": true,
|
|
3996
|
-
"relativePath": [
|
|
3997
|
-
"lib",
|
|
3998
|
-
"commands",
|
|
3999
|
-
"org",
|
|
4000
|
-
"get",
|
|
4001
|
-
"snapshot.js"
|
|
4002
|
-
],
|
|
4003
|
-
"aliasPermutations": [
|
|
4004
|
-
"force:org:snapshot:get",
|
|
4005
|
-
"org:force:snapshot:get",
|
|
4006
|
-
"org:snapshot:force:get",
|
|
4007
|
-
"org:snapshot:get:force",
|
|
4008
|
-
"force:snapshot:org:get",
|
|
4009
|
-
"snapshot:force:org:get",
|
|
4010
|
-
"snapshot:org:force:get",
|
|
4011
|
-
"snapshot:org:get:force",
|
|
4012
|
-
"force:snapshot:get:org",
|
|
4013
|
-
"snapshot:force:get:org",
|
|
4014
|
-
"snapshot:get:force:org",
|
|
4015
|
-
"snapshot:get:org:force",
|
|
4016
|
-
"force:org:get:snapshot",
|
|
4017
|
-
"org:force:get:snapshot",
|
|
4018
|
-
"org:get:force:snapshot",
|
|
4019
|
-
"org:get:snapshot:force",
|
|
4020
|
-
"force:get:org:snapshot",
|
|
4021
|
-
"get:force:org:snapshot",
|
|
4022
|
-
"get:org:force:snapshot",
|
|
4023
|
-
"get:org:snapshot:force",
|
|
4024
|
-
"force:get:snapshot:org",
|
|
4025
|
-
"get:force:snapshot:org",
|
|
4026
|
-
"get:snapshot:force:org",
|
|
4027
|
-
"get:snapshot:org:force"
|
|
4028
|
-
],
|
|
4029
|
-
"permutations": [
|
|
4030
|
-
"org:get:snapshot",
|
|
4031
|
-
"get:org:snapshot",
|
|
4032
|
-
"get:snapshot:org",
|
|
4033
|
-
"org:snapshot:get",
|
|
4034
|
-
"snapshot:org:get",
|
|
4035
|
-
"snapshot:get:org"
|
|
4036
|
-
]
|
|
4037
|
-
},
|
|
4038
4038
|
"org:list:shape": {
|
|
4039
4039
|
"aliases": [
|
|
4040
4040
|
"force:org:shape:list"
|
|
@@ -4554,5 +4554,5 @@
|
|
|
4554
4554
|
"requiresProject": true
|
|
4555
4555
|
}
|
|
4556
4556
|
},
|
|
4557
|
-
"version": "2.137.
|
|
4557
|
+
"version": "2.137.4"
|
|
4558
4558
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.137.
|
|
4
|
+
"version": "2.137.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
],
|
|
78
78
|
"jitPlugins": {
|
|
79
79
|
"@salesforce/plugin-code-analyzer": "5.12.0",
|
|
80
|
-
"@salesforce/plugin-community": "3.3.
|
|
81
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
80
|
+
"@salesforce/plugin-community": "3.3.63",
|
|
81
|
+
"@salesforce/plugin-custom-metadata": "3.3.104",
|
|
82
82
|
"@salesforce/plugin-dev": "2.5.2",
|
|
83
83
|
"@salesforce/plugin-devops-center": "1.2.27",
|
|
84
84
|
"@salesforce/plugin-flow": "1.0.5",
|
|
85
85
|
"@salesforce/plugin-lightning-dev": "6.2.17",
|
|
86
|
-
"@salesforce/plugin-signups": "2.6.
|
|
86
|
+
"@salesforce/plugin-signups": "2.6.71",
|
|
87
87
|
"@salesforce/plugin-ui-bundle-dev": "1.2.2",
|
|
88
88
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1"
|
|
89
89
|
},
|
|
@@ -146,38 +146,38 @@
|
|
|
146
146
|
},
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"@inquirer/select": "^2.3.5",
|
|
149
|
-
"@oclif/core": "4.11.
|
|
150
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
151
|
-
"@oclif/plugin-commands": "4.1.
|
|
149
|
+
"@oclif/core": "4.11.4",
|
|
150
|
+
"@oclif/plugin-autocomplete": "3.2.50",
|
|
151
|
+
"@oclif/plugin-commands": "4.1.55",
|
|
152
152
|
"@oclif/plugin-help": "6.2.49",
|
|
153
153
|
"@oclif/plugin-not-found": "3.2.86",
|
|
154
|
-
"@oclif/plugin-plugins": "5.4.
|
|
155
|
-
"@oclif/plugin-search": "1.2.
|
|
156
|
-
"@oclif/plugin-update": "4.7.
|
|
154
|
+
"@oclif/plugin-plugins": "5.4.69",
|
|
155
|
+
"@oclif/plugin-search": "1.2.50",
|
|
156
|
+
"@oclif/plugin-update": "4.7.42",
|
|
157
157
|
"@oclif/plugin-version": "2.2.46",
|
|
158
158
|
"@oclif/plugin-warn-if-update-available": "3.1.65",
|
|
159
|
-
"@oclif/plugin-which": "3.2.
|
|
159
|
+
"@oclif/plugin-which": "3.2.55",
|
|
160
160
|
"@salesforce/core": "^8.28.0",
|
|
161
161
|
"@salesforce/kit": "^3.1.6",
|
|
162
|
-
"@salesforce/plugin-agent": "1.40.
|
|
163
|
-
"@salesforce/plugin-apex": "3.9.
|
|
164
|
-
"@salesforce/plugin-api": "1.3.
|
|
165
|
-
"@salesforce/plugin-auth": "4.4.
|
|
166
|
-
"@salesforce/plugin-data": "4.0.
|
|
167
|
-
"@salesforce/plugin-deploy-retrieve": "3.24.
|
|
168
|
-
"@salesforce/plugin-info": "3.4.
|
|
169
|
-
"@salesforce/plugin-limits": "3.3.
|
|
170
|
-
"@salesforce/plugin-marketplace": "1.3.
|
|
171
|
-
"@salesforce/plugin-org": "5.11.
|
|
172
|
-
"@salesforce/plugin-packaging": "2.28.
|
|
173
|
-
"@salesforce/plugin-schema": "3.3.
|
|
174
|
-
"@salesforce/plugin-settings": "2.4.
|
|
175
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
176
|
-
"@salesforce/plugin-telemetry": "3.8.
|
|
177
|
-
"@salesforce/plugin-templates": "56.17.
|
|
178
|
-
"@salesforce/plugin-trust": "3.8.
|
|
179
|
-
"@salesforce/plugin-user": "3.10.
|
|
180
|
-
"@salesforce/sf-plugins-core": "12.2.
|
|
162
|
+
"@salesforce/plugin-agent": "1.40.5",
|
|
163
|
+
"@salesforce/plugin-apex": "3.9.31",
|
|
164
|
+
"@salesforce/plugin-api": "1.3.35",
|
|
165
|
+
"@salesforce/plugin-auth": "4.4.1",
|
|
166
|
+
"@salesforce/plugin-data": "4.0.103",
|
|
167
|
+
"@salesforce/plugin-deploy-retrieve": "3.24.50",
|
|
168
|
+
"@salesforce/plugin-info": "3.4.136",
|
|
169
|
+
"@salesforce/plugin-limits": "3.3.91",
|
|
170
|
+
"@salesforce/plugin-marketplace": "1.3.27",
|
|
171
|
+
"@salesforce/plugin-org": "5.11.3",
|
|
172
|
+
"@salesforce/plugin-packaging": "2.28.3",
|
|
173
|
+
"@salesforce/plugin-schema": "3.3.115",
|
|
174
|
+
"@salesforce/plugin-settings": "2.4.82",
|
|
175
|
+
"@salesforce/plugin-sobject": "1.4.110",
|
|
176
|
+
"@salesforce/plugin-telemetry": "3.8.23",
|
|
177
|
+
"@salesforce/plugin-templates": "56.17.3",
|
|
178
|
+
"@salesforce/plugin-trust": "3.8.11",
|
|
179
|
+
"@salesforce/plugin-user": "3.10.1",
|
|
180
|
+
"@salesforce/sf-plugins-core": "12.2.21",
|
|
181
181
|
"ansis": "^3.12.0"
|
|
182
182
|
},
|
|
183
183
|
"pinnedDependencies": [
|