@salesforce/cli 2.88.3 → 2.88.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 +108 -108
- package/npm-shrinkwrap.json +116 -116
- package/oclif.lock +118 -118
- package/oclif.manifest.json +126 -126
- package/package.json +21 -21
package/oclif.manifest.json
CHANGED
|
@@ -3080,131 +3080,6 @@
|
|
|
3080
3080
|
"test:run:flow"
|
|
3081
3081
|
]
|
|
3082
3082
|
},
|
|
3083
|
-
"org:get:snapshot": {
|
|
3084
|
-
"aliases": [
|
|
3085
|
-
"force:org:snapshot:get"
|
|
3086
|
-
],
|
|
3087
|
-
"args": {},
|
|
3088
|
-
"deprecateAliases": true,
|
|
3089
|
-
"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\".",
|
|
3090
|
-
"examples": [
|
|
3091
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3092
|
-
"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"
|
|
3093
|
-
],
|
|
3094
|
-
"flags": {
|
|
3095
|
-
"json": {
|
|
3096
|
-
"description": "Format output as json.",
|
|
3097
|
-
"helpGroup": "GLOBAL",
|
|
3098
|
-
"name": "json",
|
|
3099
|
-
"allowNo": false,
|
|
3100
|
-
"type": "boolean"
|
|
3101
|
-
},
|
|
3102
|
-
"flags-dir": {
|
|
3103
|
-
"helpGroup": "GLOBAL",
|
|
3104
|
-
"name": "flags-dir",
|
|
3105
|
-
"summary": "Import flag values from a directory.",
|
|
3106
|
-
"hasDynamicHelp": false,
|
|
3107
|
-
"multiple": false,
|
|
3108
|
-
"type": "option"
|
|
3109
|
-
},
|
|
3110
|
-
"target-dev-hub": {
|
|
3111
|
-
"aliases": [
|
|
3112
|
-
"targetdevhubusername"
|
|
3113
|
-
],
|
|
3114
|
-
"char": "v",
|
|
3115
|
-
"deprecateAliases": true,
|
|
3116
|
-
"name": "target-dev-hub",
|
|
3117
|
-
"noCacheDefault": true,
|
|
3118
|
-
"required": true,
|
|
3119
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3120
|
-
"hasDynamicHelp": true,
|
|
3121
|
-
"multiple": false,
|
|
3122
|
-
"type": "option"
|
|
3123
|
-
},
|
|
3124
|
-
"api-version": {
|
|
3125
|
-
"aliases": [
|
|
3126
|
-
"apiversion"
|
|
3127
|
-
],
|
|
3128
|
-
"deprecateAliases": true,
|
|
3129
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3130
|
-
"name": "api-version",
|
|
3131
|
-
"hasDynamicHelp": false,
|
|
3132
|
-
"multiple": false,
|
|
3133
|
-
"type": "option"
|
|
3134
|
-
},
|
|
3135
|
-
"loglevel": {
|
|
3136
|
-
"deprecated": {
|
|
3137
|
-
"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."
|
|
3138
|
-
},
|
|
3139
|
-
"hidden": true,
|
|
3140
|
-
"name": "loglevel",
|
|
3141
|
-
"hasDynamicHelp": false,
|
|
3142
|
-
"multiple": false,
|
|
3143
|
-
"type": "option"
|
|
3144
|
-
},
|
|
3145
|
-
"snapshot": {
|
|
3146
|
-
"char": "s",
|
|
3147
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3148
|
-
"name": "snapshot",
|
|
3149
|
-
"required": true,
|
|
3150
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
3151
|
-
"hasDynamicHelp": false,
|
|
3152
|
-
"multiple": false,
|
|
3153
|
-
"type": "option"
|
|
3154
|
-
}
|
|
3155
|
-
},
|
|
3156
|
-
"hasDynamicHelp": true,
|
|
3157
|
-
"hiddenAliases": [],
|
|
3158
|
-
"id": "org:get:snapshot",
|
|
3159
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
3160
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
3161
|
-
"pluginType": "jit",
|
|
3162
|
-
"strict": true,
|
|
3163
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
3164
|
-
"enableJsonFlag": true,
|
|
3165
|
-
"isESM": true,
|
|
3166
|
-
"relativePath": [
|
|
3167
|
-
"lib",
|
|
3168
|
-
"commands",
|
|
3169
|
-
"org",
|
|
3170
|
-
"get",
|
|
3171
|
-
"snapshot.js"
|
|
3172
|
-
],
|
|
3173
|
-
"aliasPermutations": [
|
|
3174
|
-
"force:org:snapshot:get",
|
|
3175
|
-
"org:force:snapshot:get",
|
|
3176
|
-
"org:snapshot:force:get",
|
|
3177
|
-
"org:snapshot:get:force",
|
|
3178
|
-
"force:snapshot:org:get",
|
|
3179
|
-
"snapshot:force:org:get",
|
|
3180
|
-
"snapshot:org:force:get",
|
|
3181
|
-
"snapshot:org:get:force",
|
|
3182
|
-
"force:snapshot:get:org",
|
|
3183
|
-
"snapshot:force:get:org",
|
|
3184
|
-
"snapshot:get:force:org",
|
|
3185
|
-
"snapshot:get:org:force",
|
|
3186
|
-
"force:org:get:snapshot",
|
|
3187
|
-
"org:force:get:snapshot",
|
|
3188
|
-
"org:get:force:snapshot",
|
|
3189
|
-
"org:get:snapshot:force",
|
|
3190
|
-
"force:get:org:snapshot",
|
|
3191
|
-
"get:force:org:snapshot",
|
|
3192
|
-
"get:org:force:snapshot",
|
|
3193
|
-
"get:org:snapshot:force",
|
|
3194
|
-
"force:get:snapshot:org",
|
|
3195
|
-
"get:force:snapshot:org",
|
|
3196
|
-
"get:snapshot:force:org",
|
|
3197
|
-
"get:snapshot:org:force"
|
|
3198
|
-
],
|
|
3199
|
-
"permutations": [
|
|
3200
|
-
"org:get:snapshot",
|
|
3201
|
-
"get:org:snapshot",
|
|
3202
|
-
"get:snapshot:org",
|
|
3203
|
-
"org:snapshot:get",
|
|
3204
|
-
"snapshot:org:get",
|
|
3205
|
-
"snapshot:get:org"
|
|
3206
|
-
]
|
|
3207
|
-
},
|
|
3208
3083
|
"org:create:shape": {
|
|
3209
3084
|
"aliases": [
|
|
3210
3085
|
"force:org:shape:create"
|
|
@@ -3729,6 +3604,131 @@
|
|
|
3729
3604
|
"snapshot:delete:org"
|
|
3730
3605
|
]
|
|
3731
3606
|
},
|
|
3607
|
+
"org:get:snapshot": {
|
|
3608
|
+
"aliases": [
|
|
3609
|
+
"force:org:snapshot:get"
|
|
3610
|
+
],
|
|
3611
|
+
"args": {},
|
|
3612
|
+
"deprecateAliases": true,
|
|
3613
|
+
"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\".",
|
|
3614
|
+
"examples": [
|
|
3615
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
3616
|
+
"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"
|
|
3617
|
+
],
|
|
3618
|
+
"flags": {
|
|
3619
|
+
"json": {
|
|
3620
|
+
"description": "Format output as json.",
|
|
3621
|
+
"helpGroup": "GLOBAL",
|
|
3622
|
+
"name": "json",
|
|
3623
|
+
"allowNo": false,
|
|
3624
|
+
"type": "boolean"
|
|
3625
|
+
},
|
|
3626
|
+
"flags-dir": {
|
|
3627
|
+
"helpGroup": "GLOBAL",
|
|
3628
|
+
"name": "flags-dir",
|
|
3629
|
+
"summary": "Import flag values from a directory.",
|
|
3630
|
+
"hasDynamicHelp": false,
|
|
3631
|
+
"multiple": false,
|
|
3632
|
+
"type": "option"
|
|
3633
|
+
},
|
|
3634
|
+
"target-dev-hub": {
|
|
3635
|
+
"aliases": [
|
|
3636
|
+
"targetdevhubusername"
|
|
3637
|
+
],
|
|
3638
|
+
"char": "v",
|
|
3639
|
+
"deprecateAliases": true,
|
|
3640
|
+
"name": "target-dev-hub",
|
|
3641
|
+
"noCacheDefault": true,
|
|
3642
|
+
"required": true,
|
|
3643
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
3644
|
+
"hasDynamicHelp": true,
|
|
3645
|
+
"multiple": false,
|
|
3646
|
+
"type": "option"
|
|
3647
|
+
},
|
|
3648
|
+
"api-version": {
|
|
3649
|
+
"aliases": [
|
|
3650
|
+
"apiversion"
|
|
3651
|
+
],
|
|
3652
|
+
"deprecateAliases": true,
|
|
3653
|
+
"description": "Override the api version used for api requests made by this command",
|
|
3654
|
+
"name": "api-version",
|
|
3655
|
+
"hasDynamicHelp": false,
|
|
3656
|
+
"multiple": false,
|
|
3657
|
+
"type": "option"
|
|
3658
|
+
},
|
|
3659
|
+
"loglevel": {
|
|
3660
|
+
"deprecated": {
|
|
3661
|
+
"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."
|
|
3662
|
+
},
|
|
3663
|
+
"hidden": true,
|
|
3664
|
+
"name": "loglevel",
|
|
3665
|
+
"hasDynamicHelp": false,
|
|
3666
|
+
"multiple": false,
|
|
3667
|
+
"type": "option"
|
|
3668
|
+
},
|
|
3669
|
+
"snapshot": {
|
|
3670
|
+
"char": "s",
|
|
3671
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
3672
|
+
"name": "snapshot",
|
|
3673
|
+
"required": true,
|
|
3674
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
3675
|
+
"hasDynamicHelp": false,
|
|
3676
|
+
"multiple": false,
|
|
3677
|
+
"type": "option"
|
|
3678
|
+
}
|
|
3679
|
+
},
|
|
3680
|
+
"hasDynamicHelp": true,
|
|
3681
|
+
"hiddenAliases": [],
|
|
3682
|
+
"id": "org:get:snapshot",
|
|
3683
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
3684
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
3685
|
+
"pluginType": "jit",
|
|
3686
|
+
"strict": true,
|
|
3687
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
3688
|
+
"enableJsonFlag": true,
|
|
3689
|
+
"isESM": true,
|
|
3690
|
+
"relativePath": [
|
|
3691
|
+
"lib",
|
|
3692
|
+
"commands",
|
|
3693
|
+
"org",
|
|
3694
|
+
"get",
|
|
3695
|
+
"snapshot.js"
|
|
3696
|
+
],
|
|
3697
|
+
"aliasPermutations": [
|
|
3698
|
+
"force:org:snapshot:get",
|
|
3699
|
+
"org:force:snapshot:get",
|
|
3700
|
+
"org:snapshot:force:get",
|
|
3701
|
+
"org:snapshot:get:force",
|
|
3702
|
+
"force:snapshot:org:get",
|
|
3703
|
+
"snapshot:force:org:get",
|
|
3704
|
+
"snapshot:org:force:get",
|
|
3705
|
+
"snapshot:org:get:force",
|
|
3706
|
+
"force:snapshot:get:org",
|
|
3707
|
+
"snapshot:force:get:org",
|
|
3708
|
+
"snapshot:get:force:org",
|
|
3709
|
+
"snapshot:get:org:force",
|
|
3710
|
+
"force:org:get:snapshot",
|
|
3711
|
+
"org:force:get:snapshot",
|
|
3712
|
+
"org:get:force:snapshot",
|
|
3713
|
+
"org:get:snapshot:force",
|
|
3714
|
+
"force:get:org:snapshot",
|
|
3715
|
+
"get:force:org:snapshot",
|
|
3716
|
+
"get:org:force:snapshot",
|
|
3717
|
+
"get:org:snapshot:force",
|
|
3718
|
+
"force:get:snapshot:org",
|
|
3719
|
+
"get:force:snapshot:org",
|
|
3720
|
+
"get:snapshot:force:org",
|
|
3721
|
+
"get:snapshot:org:force"
|
|
3722
|
+
],
|
|
3723
|
+
"permutations": [
|
|
3724
|
+
"org:get:snapshot",
|
|
3725
|
+
"get:org:snapshot",
|
|
3726
|
+
"get:snapshot:org",
|
|
3727
|
+
"org:snapshot:get",
|
|
3728
|
+
"snapshot:org:get",
|
|
3729
|
+
"snapshot:get:org"
|
|
3730
|
+
]
|
|
3731
|
+
},
|
|
3732
3732
|
"org:list:shape": {
|
|
3733
3733
|
"aliases": [
|
|
3734
3734
|
"force:org:shape:list"
|
|
@@ -5934,5 +5934,5 @@
|
|
|
5934
5934
|
]
|
|
5935
5935
|
}
|
|
5936
5936
|
},
|
|
5937
|
-
"version": "2.88.
|
|
5937
|
+
"version": "2.88.5"
|
|
5938
5938
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.88.
|
|
4
|
+
"version": "2.88.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@salesforce/plugin-dev": "2.5.1",
|
|
82
82
|
"@salesforce/plugin-devops-center": "1.2.27",
|
|
83
83
|
"@salesforce/plugin-flow": "1.0.2",
|
|
84
|
-
"@salesforce/plugin-signups": "2.6.
|
|
84
|
+
"@salesforce/plugin-signups": "2.6.25",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1",
|
|
86
86
|
"@salesforce/sfdx-scanner": "4.12.0",
|
|
87
87
|
"@salesforce/plugin-agent": "1.20.13"
|
|
@@ -146,34 +146,34 @@
|
|
|
146
146
|
"dependencies": {
|
|
147
147
|
"@inquirer/select": "^2.3.5",
|
|
148
148
|
"@oclif/core": "4.3.0",
|
|
149
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
149
|
+
"@oclif/plugin-autocomplete": "3.2.28",
|
|
150
150
|
"@oclif/plugin-commands": "4.1.25",
|
|
151
151
|
"@oclif/plugin-help": "6.2.28",
|
|
152
|
-
"@oclif/plugin-not-found": "3.2.
|
|
153
|
-
"@oclif/plugin-plugins": "5.4.
|
|
154
|
-
"@oclif/plugin-search": "1.2.
|
|
155
|
-
"@oclif/plugin-update": "4.6.
|
|
156
|
-
"@oclif/plugin-version": "2.2.
|
|
157
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
158
|
-
"@oclif/plugin-which": "3.2.
|
|
152
|
+
"@oclif/plugin-not-found": "3.2.51",
|
|
153
|
+
"@oclif/plugin-plugins": "5.4.37",
|
|
154
|
+
"@oclif/plugin-search": "1.2.24",
|
|
155
|
+
"@oclif/plugin-update": "4.6.39",
|
|
156
|
+
"@oclif/plugin-version": "2.2.28",
|
|
157
|
+
"@oclif/plugin-warn-if-update-available": "3.1.39",
|
|
158
|
+
"@oclif/plugin-which": "3.2.35",
|
|
159
159
|
"@salesforce/core": "^8.9.1",
|
|
160
160
|
"@salesforce/kit": "^3.1.6",
|
|
161
|
-
"@salesforce/plugin-apex": "3.6.
|
|
161
|
+
"@salesforce/plugin-apex": "3.6.17",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.3",
|
|
163
|
-
"@salesforce/plugin-auth": "3.6.
|
|
164
|
-
"@salesforce/plugin-data": "4.0.
|
|
165
|
-
"@salesforce/plugin-deploy-retrieve": "3.22.
|
|
166
|
-
"@salesforce/plugin-info": "3.4.
|
|
167
|
-
"@salesforce/plugin-limits": "3.3.
|
|
163
|
+
"@salesforce/plugin-auth": "3.6.118",
|
|
164
|
+
"@salesforce/plugin-data": "4.0.30",
|
|
165
|
+
"@salesforce/plugin-deploy-retrieve": "3.22.9",
|
|
166
|
+
"@salesforce/plugin-info": "3.4.59",
|
|
167
|
+
"@salesforce/plugin-limits": "3.3.53",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
169
|
-
"@salesforce/plugin-org": "5.7.
|
|
169
|
+
"@salesforce/plugin-org": "5.7.5",
|
|
170
170
|
"@salesforce/plugin-packaging": "2.13.2",
|
|
171
|
-
"@salesforce/plugin-schema": "3.3.
|
|
172
|
-
"@salesforce/plugin-settings": "2.4.
|
|
171
|
+
"@salesforce/plugin-schema": "3.3.61",
|
|
172
|
+
"@salesforce/plugin-settings": "2.4.27",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.55",
|
|
174
174
|
"@salesforce/plugin-telemetry": "3.6.40",
|
|
175
|
-
"@salesforce/plugin-templates": "56.3.
|
|
176
|
-
"@salesforce/plugin-trust": "3.7.
|
|
175
|
+
"@salesforce/plugin-templates": "56.3.46",
|
|
176
|
+
"@salesforce/plugin-trust": "3.7.87",
|
|
177
177
|
"@salesforce/plugin-user": "3.6.20",
|
|
178
178
|
"@salesforce/sf-plugins-core": "12.2.1",
|
|
179
179
|
"ansis": "^3.12.0"
|