@salesforce/cli 2.65.3 → 2.65.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 +10 -10
- package/npm-shrinkwrap.json +759 -191
- package/oclif.lock +211 -43
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.65.
|
|
27
|
+
@salesforce/cli/2.65.4 linux-x64 node-v20.18.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -209,7 +209,7 @@ EXAMPLES
|
|
|
209
209
|
$ sf alias list
|
|
210
210
|
```
|
|
211
211
|
|
|
212
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
212
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/alias/list.ts)_
|
|
213
213
|
|
|
214
214
|
## `sf alias set`
|
|
215
215
|
|
|
@@ -258,7 +258,7 @@ EXAMPLES
|
|
|
258
258
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
259
259
|
```
|
|
260
260
|
|
|
261
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
261
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/alias/set.ts)_
|
|
262
262
|
|
|
263
263
|
## `sf alias unset`
|
|
264
264
|
|
|
@@ -298,7 +298,7 @@ EXAMPLES
|
|
|
298
298
|
$ sf alias unset --all [--no-prompt]
|
|
299
299
|
```
|
|
300
300
|
|
|
301
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
301
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/alias/unset.ts)_
|
|
302
302
|
|
|
303
303
|
## `sf analytics generate template`
|
|
304
304
|
|
|
@@ -1076,7 +1076,7 @@ DESCRIPTION
|
|
|
1076
1076
|
List all sf commands.
|
|
1077
1077
|
```
|
|
1078
1078
|
|
|
1079
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1079
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.5/src/commands/commands.ts)_
|
|
1080
1080
|
|
|
1081
1081
|
## `sf config get`
|
|
1082
1082
|
|
|
@@ -1125,7 +1125,7 @@ CONFIGURATION VARIABLES
|
|
|
1125
1125
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1126
1126
|
```
|
|
1127
1127
|
|
|
1128
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1128
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/config/get.ts)_
|
|
1129
1129
|
|
|
1130
1130
|
## `sf config list`
|
|
1131
1131
|
|
|
@@ -1165,7 +1165,7 @@ EXAMPLES
|
|
|
1165
1165
|
$ sf config list
|
|
1166
1166
|
```
|
|
1167
1167
|
|
|
1168
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1168
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/config/list.ts)_
|
|
1169
1169
|
|
|
1170
1170
|
## `sf config set`
|
|
1171
1171
|
|
|
@@ -1234,7 +1234,7 @@ CONFIGURATION VARIABLES
|
|
|
1234
1234
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1235
1235
|
```
|
|
1236
1236
|
|
|
1237
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1237
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/config/set.ts)_
|
|
1238
1238
|
|
|
1239
1239
|
## `sf config unset`
|
|
1240
1240
|
|
|
@@ -1284,7 +1284,7 @@ CONFIGURATION VARIABLES
|
|
|
1284
1284
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1285
1285
|
```
|
|
1286
1286
|
|
|
1287
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
1287
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.2/src/commands/config/unset.ts)_
|
|
1288
1288
|
|
|
1289
1289
|
## `sf data create file`
|
|
1290
1290
|
|
|
@@ -6032,7 +6032,7 @@ EXAMPLES
|
|
|
6032
6032
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6033
6033
|
```
|
|
6034
6034
|
|
|
6035
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6035
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.36/src/commands/plugins/trust/verify.ts)_
|
|
6036
6036
|
|
|
6037
6037
|
## `sf plugins uninstall [PLUGIN]`
|
|
6038
6038
|
|