@salesforce/cli 2.144.2 → 2.144.3
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 +12 -12
- package/npm-shrinkwrap.json +12 -12
- package/oclif.lock +12 -12
- package/oclif.manifest.json +132 -132
- package/package.json +5 -5
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.144.
|
|
28
|
+
@salesforce/cli/2.144.3 linux-x64 node-v22.23.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2748,7 +2748,7 @@ EXAMPLES
|
|
|
2748
2748
|
$ sf alias list
|
|
2749
2749
|
```
|
|
2750
2750
|
|
|
2751
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2751
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.93/src/commands/alias/list.ts)_
|
|
2752
2752
|
|
|
2753
2753
|
## `sf alias set`
|
|
2754
2754
|
|
|
@@ -2797,7 +2797,7 @@ EXAMPLES
|
|
|
2797
2797
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
2798
2798
|
```
|
|
2799
2799
|
|
|
2800
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2800
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.93/src/commands/alias/set.ts)_
|
|
2801
2801
|
|
|
2802
2802
|
## `sf alias unset`
|
|
2803
2803
|
|
|
@@ -2837,7 +2837,7 @@ EXAMPLES
|
|
|
2837
2837
|
$ sf alias unset --all [--no-prompt]
|
|
2838
2838
|
```
|
|
2839
2839
|
|
|
2840
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
2840
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.93/src/commands/alias/unset.ts)_
|
|
2841
2841
|
|
|
2842
2842
|
## `sf apex get log`
|
|
2843
2843
|
|
|
@@ -3501,7 +3501,7 @@ CONFIGURATION VARIABLES
|
|
|
3501
3501
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3502
3502
|
```
|
|
3503
3503
|
|
|
3504
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3504
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.93/src/commands/config/get.ts)_
|
|
3505
3505
|
|
|
3506
3506
|
## `sf config list`
|
|
3507
3507
|
|
|
@@ -3541,7 +3541,7 @@ EXAMPLES
|
|
|
3541
3541
|
$ sf config list
|
|
3542
3542
|
```
|
|
3543
3543
|
|
|
3544
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3544
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.93/src/commands/config/list.ts)_
|
|
3545
3545
|
|
|
3546
3546
|
## `sf config set`
|
|
3547
3547
|
|
|
@@ -3610,7 +3610,7 @@ CONFIGURATION VARIABLES
|
|
|
3610
3610
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3611
3611
|
```
|
|
3612
3612
|
|
|
3613
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3613
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.93/src/commands/config/set.ts)_
|
|
3614
3614
|
|
|
3615
3615
|
## `sf config unset`
|
|
3616
3616
|
|
|
@@ -3660,7 +3660,7 @@ CONFIGURATION VARIABLES
|
|
|
3660
3660
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
3661
3661
|
```
|
|
3662
3662
|
|
|
3663
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.
|
|
3663
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.93/src/commands/config/unset.ts)_
|
|
3664
3664
|
|
|
3665
3665
|
## `sf data bulk results`
|
|
3666
3666
|
|
|
@@ -9195,7 +9195,7 @@ EXAMPLES
|
|
|
9195
9195
|
$ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
|
|
9196
9196
|
```
|
|
9197
9197
|
|
|
9198
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9198
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.34/src/commands/plugins/trust/allowlist/add.ts)_
|
|
9199
9199
|
|
|
9200
9200
|
## `sf plugins trust allowlist list`
|
|
9201
9201
|
|
|
@@ -9223,7 +9223,7 @@ EXAMPLES
|
|
|
9223
9223
|
$ sf plugins trust allowlist list
|
|
9224
9224
|
```
|
|
9225
9225
|
|
|
9226
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9226
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.34/src/commands/plugins/trust/allowlist/list.ts)_
|
|
9227
9227
|
|
|
9228
9228
|
## `sf plugins trust allowlist remove`
|
|
9229
9229
|
|
|
@@ -9260,7 +9260,7 @@ EXAMPLES
|
|
|
9260
9260
|
$ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
|
|
9261
9261
|
```
|
|
9262
9262
|
|
|
9263
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9263
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.34/src/commands/plugins/trust/allowlist/remove.ts)_
|
|
9264
9264
|
|
|
9265
9265
|
## `sf plugins trust verify`
|
|
9266
9266
|
|
|
@@ -9289,7 +9289,7 @@ EXAMPLES
|
|
|
9289
9289
|
$ sf plugins trust verify --npm @scope/npmName
|
|
9290
9290
|
```
|
|
9291
9291
|
|
|
9292
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.
|
|
9292
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.34/src/commands/plugins/trust/verify.ts)_
|
|
9293
9293
|
|
|
9294
9294
|
## `sf plugins uninstall [PLUGIN]`
|
|
9295
9295
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.144.
|
|
3
|
+
"version": "2.144.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.144.
|
|
9
|
+
"version": "2.144.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"@salesforce/plugin-org": "5.11.16",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.30.1",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.122",
|
|
39
|
-
"@salesforce/plugin-settings": "2.4.
|
|
39
|
+
"@salesforce/plugin-settings": "2.4.93",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.121",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.27",
|
|
42
42
|
"@salesforce/plugin-templates": "56.18.13",
|
|
43
|
-
"@salesforce/plugin-trust": "3.8.
|
|
43
|
+
"@salesforce/plugin-trust": "3.8.34",
|
|
44
44
|
"@salesforce/plugin-user": "3.10.4",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.26",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
@@ -4898,14 +4898,14 @@
|
|
|
4898
4898
|
}
|
|
4899
4899
|
},
|
|
4900
4900
|
"node_modules/@salesforce/plugin-settings": {
|
|
4901
|
-
"version": "2.4.
|
|
4902
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
4903
|
-
"integrity": "sha512-
|
|
4901
|
+
"version": "2.4.93",
|
|
4902
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.93.tgz",
|
|
4903
|
+
"integrity": "sha512-sL/YdCR1FJH2p3rBehcEPFmOBezJzPNAVfJxcC3cStcwi4iOQQvVCINMnMyTgz1RLRQyzIooAccmEGYGdSrrJA==",
|
|
4904
4904
|
"license": "Apache-2.0",
|
|
4905
4905
|
"dependencies": {
|
|
4906
4906
|
"@oclif/core": "^4",
|
|
4907
4907
|
"@salesforce/core": "^8.31.5",
|
|
4908
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4908
|
+
"@salesforce/sf-plugins-core": "^12.2.26",
|
|
4909
4909
|
"fast-levenshtein": "^3.0.0"
|
|
4910
4910
|
},
|
|
4911
4911
|
"engines": {
|
|
@@ -4966,15 +4966,15 @@
|
|
|
4966
4966
|
}
|
|
4967
4967
|
},
|
|
4968
4968
|
"node_modules/@salesforce/plugin-trust": {
|
|
4969
|
-
"version": "3.8.
|
|
4970
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.
|
|
4971
|
-
"integrity": "sha512-
|
|
4969
|
+
"version": "3.8.34",
|
|
4970
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.34.tgz",
|
|
4971
|
+
"integrity": "sha512-4Mtw5HfsHQK3ciTSBjlJ1ZTgizskaV3INMCsWEEsYJnY+sOMJs99cV6ov7l2gOXOleDxiisnF8DcAH6E2hDFnA==",
|
|
4972
4972
|
"license": "Apache-2.0",
|
|
4973
4973
|
"dependencies": {
|
|
4974
4974
|
"@oclif/core": "^4",
|
|
4975
4975
|
"@salesforce/core": "^8.29.1",
|
|
4976
4976
|
"@salesforce/kit": "^3.2.6",
|
|
4977
|
-
"@salesforce/plugin-info": "^3.4.
|
|
4977
|
+
"@salesforce/plugin-info": "^3.4.147",
|
|
4978
4978
|
"@salesforce/sf-plugins-core": "^12",
|
|
4979
4979
|
"cross-spawn": "^7.0.6",
|
|
4980
4980
|
"got": "^13.0.0",
|
package/oclif.lock
CHANGED
|
@@ -2010,7 +2010,7 @@
|
|
|
2010
2010
|
ansis "^3.17.0"
|
|
2011
2011
|
terminal-link "^3.0.0"
|
|
2012
2012
|
|
|
2013
|
-
"@salesforce/plugin-info@^3.4.131", "@salesforce/plugin-info@^3.4.136", "@salesforce/plugin-info@^3.4.
|
|
2013
|
+
"@salesforce/plugin-info@^3.4.131", "@salesforce/plugin-info@^3.4.136", "@salesforce/plugin-info@^3.4.147", "@salesforce/plugin-info@3.4.147":
|
|
2014
2014
|
version "3.4.147"
|
|
2015
2015
|
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.147.tgz"
|
|
2016
2016
|
integrity sha512-LsCU6vWeyTTCgvnelokXcG68UOeDn5PWHfMiN1SQsjMjBJEr1kqlLjayTE5PGnMjsO/9L9hk9YI+pv+kSI9bhg==
|
|
@@ -2116,14 +2116,14 @@
|
|
|
2116
2116
|
"@salesforce/core" "^8.30.3"
|
|
2117
2117
|
"@salesforce/sf-plugins-core" "^12.2.24"
|
|
2118
2118
|
|
|
2119
|
-
"@salesforce/plugin-settings@2.4.
|
|
2120
|
-
version "2.4.
|
|
2121
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
2122
|
-
integrity sha512-
|
|
2119
|
+
"@salesforce/plugin-settings@2.4.93":
|
|
2120
|
+
version "2.4.93"
|
|
2121
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.93.tgz"
|
|
2122
|
+
integrity sha512-sL/YdCR1FJH2p3rBehcEPFmOBezJzPNAVfJxcC3cStcwi4iOQQvVCINMnMyTgz1RLRQyzIooAccmEGYGdSrrJA==
|
|
2123
2123
|
dependencies:
|
|
2124
2124
|
"@oclif/core" "^4"
|
|
2125
2125
|
"@salesforce/core" "^8.31.5"
|
|
2126
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
2126
|
+
"@salesforce/sf-plugins-core" "^12.2.26"
|
|
2127
2127
|
fast-levenshtein "^3.0.0"
|
|
2128
2128
|
|
|
2129
2129
|
"@salesforce/plugin-sobject@1.4.121":
|
|
@@ -2164,15 +2164,15 @@
|
|
|
2164
2164
|
"@salesforce/sf-plugins-core" "^12"
|
|
2165
2165
|
"@salesforce/templates" "^66.10.4"
|
|
2166
2166
|
|
|
2167
|
-
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.8.
|
|
2168
|
-
version "3.8.
|
|
2169
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.
|
|
2170
|
-
integrity sha512-
|
|
2167
|
+
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.8.34":
|
|
2168
|
+
version "3.8.34"
|
|
2169
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.8.34.tgz"
|
|
2170
|
+
integrity sha512-4Mtw5HfsHQK3ciTSBjlJ1ZTgizskaV3INMCsWEEsYJnY+sOMJs99cV6ov7l2gOXOleDxiisnF8DcAH6E2hDFnA==
|
|
2171
2171
|
dependencies:
|
|
2172
2172
|
"@oclif/core" "^4"
|
|
2173
2173
|
"@salesforce/core" "^8.29.1"
|
|
2174
2174
|
"@salesforce/kit" "^3.2.6"
|
|
2175
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2175
|
+
"@salesforce/plugin-info" "^3.4.147"
|
|
2176
2176
|
"@salesforce/sf-plugins-core" "^12"
|
|
2177
2177
|
cross-spawn "^7.0.6"
|
|
2178
2178
|
got "^13.0.0"
|
|
@@ -2202,7 +2202,7 @@
|
|
|
2202
2202
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.10.3.tgz"
|
|
2203
2203
|
integrity sha512-FKfvtrYTcvTXE9advzS25/DEY9yJhEyLvStm++eQFtnAaX1pe4G3oGHgiQ0q55BM5+0AlCh0+0CVtQv1t4oJRA==
|
|
2204
2204
|
|
|
2205
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.10", "@salesforce/sf-plugins-core@^12.2.16", "@salesforce/sf-plugins-core@^12.2.17", "@salesforce/sf-plugins-core@^12.2.22", "@salesforce/sf-plugins-core@^12.2.24", "@salesforce/sf-plugins-core@^12.2.25", "@salesforce/sf-plugins-core@^12.2.6", "@salesforce/sf-plugins-core@12.2.26":
|
|
2205
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.10", "@salesforce/sf-plugins-core@^12.2.16", "@salesforce/sf-plugins-core@^12.2.17", "@salesforce/sf-plugins-core@^12.2.22", "@salesforce/sf-plugins-core@^12.2.24", "@salesforce/sf-plugins-core@^12.2.25", "@salesforce/sf-plugins-core@^12.2.26", "@salesforce/sf-plugins-core@^12.2.6", "@salesforce/sf-plugins-core@12.2.26":
|
|
2206
2206
|
version "12.2.26"
|
|
2207
2207
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.26.tgz"
|
|
2208
2208
|
integrity sha512-FgGZFwlYIDcD6/8g6+iwv5MNKaCD6r65y+xdX+iqPkIEaEneRVKrcS0tSepmYFi4DG13P0KJwGlCqDOV24g0Bg==
|
package/oclif.manifest.json
CHANGED
|
@@ -4591,7 +4591,7 @@
|
|
|
4591
4591
|
},
|
|
4592
4592
|
"loglevel": {
|
|
4593
4593
|
"deprecated": {
|
|
4594
|
-
"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 `
|
|
4594
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
4595
4595
|
},
|
|
4596
4596
|
"hidden": true,
|
|
4597
4597
|
"name": "loglevel",
|
|
@@ -4706,7 +4706,7 @@
|
|
|
4706
4706
|
},
|
|
4707
4707
|
"loglevel": {
|
|
4708
4708
|
"deprecated": {
|
|
4709
|
-
"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 `
|
|
4709
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
4710
4710
|
},
|
|
4711
4711
|
"hidden": true,
|
|
4712
4712
|
"name": "loglevel",
|
|
@@ -4802,6 +4802,131 @@
|
|
|
4802
4802
|
"snapshot:create:org"
|
|
4803
4803
|
]
|
|
4804
4804
|
},
|
|
4805
|
+
"org:get:snapshot": {
|
|
4806
|
+
"aliases": [
|
|
4807
|
+
"force:org:snapshot:get"
|
|
4808
|
+
],
|
|
4809
|
+
"args": {},
|
|
4810
|
+
"deprecateAliases": true,
|
|
4811
|
+
"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\".",
|
|
4812
|
+
"examples": [
|
|
4813
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
4814
|
+
"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"
|
|
4815
|
+
],
|
|
4816
|
+
"flags": {
|
|
4817
|
+
"json": {
|
|
4818
|
+
"description": "Format output as json.",
|
|
4819
|
+
"helpGroup": "GLOBAL",
|
|
4820
|
+
"name": "json",
|
|
4821
|
+
"allowNo": false,
|
|
4822
|
+
"type": "boolean"
|
|
4823
|
+
},
|
|
4824
|
+
"flags-dir": {
|
|
4825
|
+
"helpGroup": "GLOBAL",
|
|
4826
|
+
"name": "flags-dir",
|
|
4827
|
+
"summary": "Import flag values from a directory.",
|
|
4828
|
+
"hasDynamicHelp": false,
|
|
4829
|
+
"multiple": false,
|
|
4830
|
+
"type": "option"
|
|
4831
|
+
},
|
|
4832
|
+
"target-dev-hub": {
|
|
4833
|
+
"aliases": [
|
|
4834
|
+
"targetdevhubusername"
|
|
4835
|
+
],
|
|
4836
|
+
"char": "v",
|
|
4837
|
+
"deprecateAliases": true,
|
|
4838
|
+
"name": "target-dev-hub",
|
|
4839
|
+
"noCacheDefault": true,
|
|
4840
|
+
"required": true,
|
|
4841
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
4842
|
+
"hasDynamicHelp": true,
|
|
4843
|
+
"multiple": false,
|
|
4844
|
+
"type": "option"
|
|
4845
|
+
},
|
|
4846
|
+
"api-version": {
|
|
4847
|
+
"aliases": [
|
|
4848
|
+
"apiversion"
|
|
4849
|
+
],
|
|
4850
|
+
"deprecateAliases": true,
|
|
4851
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4852
|
+
"name": "api-version",
|
|
4853
|
+
"hasDynamicHelp": false,
|
|
4854
|
+
"multiple": false,
|
|
4855
|
+
"type": "option"
|
|
4856
|
+
},
|
|
4857
|
+
"loglevel": {
|
|
4858
|
+
"deprecated": {
|
|
4859
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
4860
|
+
},
|
|
4861
|
+
"hidden": true,
|
|
4862
|
+
"name": "loglevel",
|
|
4863
|
+
"hasDynamicHelp": false,
|
|
4864
|
+
"multiple": false,
|
|
4865
|
+
"type": "option"
|
|
4866
|
+
},
|
|
4867
|
+
"snapshot": {
|
|
4868
|
+
"char": "s",
|
|
4869
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
4870
|
+
"name": "snapshot",
|
|
4871
|
+
"required": true,
|
|
4872
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
4873
|
+
"hasDynamicHelp": false,
|
|
4874
|
+
"multiple": false,
|
|
4875
|
+
"type": "option"
|
|
4876
|
+
}
|
|
4877
|
+
},
|
|
4878
|
+
"hasDynamicHelp": true,
|
|
4879
|
+
"hiddenAliases": [],
|
|
4880
|
+
"id": "org:get:snapshot",
|
|
4881
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
4882
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
4883
|
+
"pluginType": "jit",
|
|
4884
|
+
"strict": true,
|
|
4885
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
4886
|
+
"enableJsonFlag": true,
|
|
4887
|
+
"isESM": true,
|
|
4888
|
+
"relativePath": [
|
|
4889
|
+
"lib",
|
|
4890
|
+
"commands",
|
|
4891
|
+
"org",
|
|
4892
|
+
"get",
|
|
4893
|
+
"snapshot.js"
|
|
4894
|
+
],
|
|
4895
|
+
"aliasPermutations": [
|
|
4896
|
+
"force:org:snapshot:get",
|
|
4897
|
+
"org:force:snapshot:get",
|
|
4898
|
+
"org:snapshot:force:get",
|
|
4899
|
+
"org:snapshot:get:force",
|
|
4900
|
+
"force:snapshot:org:get",
|
|
4901
|
+
"snapshot:force:org:get",
|
|
4902
|
+
"snapshot:org:force:get",
|
|
4903
|
+
"snapshot:org:get:force",
|
|
4904
|
+
"force:snapshot:get:org",
|
|
4905
|
+
"snapshot:force:get:org",
|
|
4906
|
+
"snapshot:get:force:org",
|
|
4907
|
+
"snapshot:get:org:force",
|
|
4908
|
+
"force:org:get:snapshot",
|
|
4909
|
+
"org:force:get:snapshot",
|
|
4910
|
+
"org:get:force:snapshot",
|
|
4911
|
+
"org:get:snapshot:force",
|
|
4912
|
+
"force:get:org:snapshot",
|
|
4913
|
+
"get:force:org:snapshot",
|
|
4914
|
+
"get:org:force:snapshot",
|
|
4915
|
+
"get:org:snapshot:force",
|
|
4916
|
+
"force:get:snapshot:org",
|
|
4917
|
+
"get:force:snapshot:org",
|
|
4918
|
+
"get:snapshot:force:org",
|
|
4919
|
+
"get:snapshot:org:force"
|
|
4920
|
+
],
|
|
4921
|
+
"permutations": [
|
|
4922
|
+
"org:get:snapshot",
|
|
4923
|
+
"get:org:snapshot",
|
|
4924
|
+
"get:snapshot:org",
|
|
4925
|
+
"org:snapshot:get",
|
|
4926
|
+
"snapshot:org:get",
|
|
4927
|
+
"snapshot:get:org"
|
|
4928
|
+
]
|
|
4929
|
+
},
|
|
4805
4930
|
"org:delete:shape": {
|
|
4806
4931
|
"aliases": [
|
|
4807
4932
|
"force:org:shape:delete"
|
|
@@ -4857,7 +4982,7 @@
|
|
|
4857
4982
|
},
|
|
4858
4983
|
"loglevel": {
|
|
4859
4984
|
"deprecated": {
|
|
4860
|
-
"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 `
|
|
4985
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
4861
4986
|
},
|
|
4862
4987
|
"hidden": true,
|
|
4863
4988
|
"name": "loglevel",
|
|
@@ -4983,7 +5108,7 @@
|
|
|
4983
5108
|
},
|
|
4984
5109
|
"loglevel": {
|
|
4985
5110
|
"deprecated": {
|
|
4986
|
-
"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 `
|
|
5111
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
4987
5112
|
},
|
|
4988
5113
|
"hidden": true,
|
|
4989
5114
|
"name": "loglevel",
|
|
@@ -5061,131 +5186,6 @@
|
|
|
5061
5186
|
"snapshot:delete:org"
|
|
5062
5187
|
]
|
|
5063
5188
|
},
|
|
5064
|
-
"org:get:snapshot": {
|
|
5065
|
-
"aliases": [
|
|
5066
|
-
"force:org:snapshot:get"
|
|
5067
|
-
],
|
|
5068
|
-
"args": {},
|
|
5069
|
-
"deprecateAliases": true,
|
|
5070
|
-
"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\".",
|
|
5071
|
-
"examples": [
|
|
5072
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
5073
|
-
"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"
|
|
5074
|
-
],
|
|
5075
|
-
"flags": {
|
|
5076
|
-
"json": {
|
|
5077
|
-
"description": "Format output as json.",
|
|
5078
|
-
"helpGroup": "GLOBAL",
|
|
5079
|
-
"name": "json",
|
|
5080
|
-
"allowNo": false,
|
|
5081
|
-
"type": "boolean"
|
|
5082
|
-
},
|
|
5083
|
-
"flags-dir": {
|
|
5084
|
-
"helpGroup": "GLOBAL",
|
|
5085
|
-
"name": "flags-dir",
|
|
5086
|
-
"summary": "Import flag values from a directory.",
|
|
5087
|
-
"hasDynamicHelp": false,
|
|
5088
|
-
"multiple": false,
|
|
5089
|
-
"type": "option"
|
|
5090
|
-
},
|
|
5091
|
-
"target-dev-hub": {
|
|
5092
|
-
"aliases": [
|
|
5093
|
-
"targetdevhubusername"
|
|
5094
|
-
],
|
|
5095
|
-
"char": "v",
|
|
5096
|
-
"deprecateAliases": true,
|
|
5097
|
-
"name": "target-dev-hub",
|
|
5098
|
-
"noCacheDefault": true,
|
|
5099
|
-
"required": true,
|
|
5100
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
5101
|
-
"hasDynamicHelp": true,
|
|
5102
|
-
"multiple": false,
|
|
5103
|
-
"type": "option"
|
|
5104
|
-
},
|
|
5105
|
-
"api-version": {
|
|
5106
|
-
"aliases": [
|
|
5107
|
-
"apiversion"
|
|
5108
|
-
],
|
|
5109
|
-
"deprecateAliases": true,
|
|
5110
|
-
"description": "Override the api version used for api requests made by this command",
|
|
5111
|
-
"name": "api-version",
|
|
5112
|
-
"hasDynamicHelp": false,
|
|
5113
|
-
"multiple": false,
|
|
5114
|
-
"type": "option"
|
|
5115
|
-
},
|
|
5116
|
-
"loglevel": {
|
|
5117
|
-
"deprecated": {
|
|
5118
|
-
"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."
|
|
5119
|
-
},
|
|
5120
|
-
"hidden": true,
|
|
5121
|
-
"name": "loglevel",
|
|
5122
|
-
"hasDynamicHelp": false,
|
|
5123
|
-
"multiple": false,
|
|
5124
|
-
"type": "option"
|
|
5125
|
-
},
|
|
5126
|
-
"snapshot": {
|
|
5127
|
-
"char": "s",
|
|
5128
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
5129
|
-
"name": "snapshot",
|
|
5130
|
-
"required": true,
|
|
5131
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
5132
|
-
"hasDynamicHelp": false,
|
|
5133
|
-
"multiple": false,
|
|
5134
|
-
"type": "option"
|
|
5135
|
-
}
|
|
5136
|
-
},
|
|
5137
|
-
"hasDynamicHelp": true,
|
|
5138
|
-
"hiddenAliases": [],
|
|
5139
|
-
"id": "org:get:snapshot",
|
|
5140
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
5141
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
5142
|
-
"pluginType": "jit",
|
|
5143
|
-
"strict": true,
|
|
5144
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
5145
|
-
"enableJsonFlag": true,
|
|
5146
|
-
"isESM": true,
|
|
5147
|
-
"relativePath": [
|
|
5148
|
-
"lib",
|
|
5149
|
-
"commands",
|
|
5150
|
-
"org",
|
|
5151
|
-
"get",
|
|
5152
|
-
"snapshot.js"
|
|
5153
|
-
],
|
|
5154
|
-
"aliasPermutations": [
|
|
5155
|
-
"force:org:snapshot:get",
|
|
5156
|
-
"org:force:snapshot:get",
|
|
5157
|
-
"org:snapshot:force:get",
|
|
5158
|
-
"org:snapshot:get:force",
|
|
5159
|
-
"force:snapshot:org:get",
|
|
5160
|
-
"snapshot:force:org:get",
|
|
5161
|
-
"snapshot:org:force:get",
|
|
5162
|
-
"snapshot:org:get:force",
|
|
5163
|
-
"force:snapshot:get:org",
|
|
5164
|
-
"snapshot:force:get:org",
|
|
5165
|
-
"snapshot:get:force:org",
|
|
5166
|
-
"snapshot:get:org:force",
|
|
5167
|
-
"force:org:get:snapshot",
|
|
5168
|
-
"org:force:get:snapshot",
|
|
5169
|
-
"org:get:force:snapshot",
|
|
5170
|
-
"org:get:snapshot:force",
|
|
5171
|
-
"force:get:org:snapshot",
|
|
5172
|
-
"get:force:org:snapshot",
|
|
5173
|
-
"get:org:force:snapshot",
|
|
5174
|
-
"get:org:snapshot:force",
|
|
5175
|
-
"force:get:snapshot:org",
|
|
5176
|
-
"get:force:snapshot:org",
|
|
5177
|
-
"get:snapshot:force:org",
|
|
5178
|
-
"get:snapshot:org:force"
|
|
5179
|
-
],
|
|
5180
|
-
"permutations": [
|
|
5181
|
-
"org:get:snapshot",
|
|
5182
|
-
"get:org:snapshot",
|
|
5183
|
-
"get:snapshot:org",
|
|
5184
|
-
"org:snapshot:get",
|
|
5185
|
-
"snapshot:org:get",
|
|
5186
|
-
"snapshot:get:org"
|
|
5187
|
-
]
|
|
5188
|
-
},
|
|
5189
5189
|
"org:list:shape": {
|
|
5190
5190
|
"aliases": [
|
|
5191
5191
|
"force:org:shape:list"
|
|
@@ -5222,7 +5222,7 @@
|
|
|
5222
5222
|
},
|
|
5223
5223
|
"loglevel": {
|
|
5224
5224
|
"deprecated": {
|
|
5225
|
-
"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 `
|
|
5225
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
5226
5226
|
},
|
|
5227
5227
|
"hidden": true,
|
|
5228
5228
|
"name": "loglevel",
|
|
@@ -5337,7 +5337,7 @@
|
|
|
5337
5337
|
},
|
|
5338
5338
|
"loglevel": {
|
|
5339
5339
|
"deprecated": {
|
|
5340
|
-
"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 `
|
|
5340
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
5341
5341
|
},
|
|
5342
5342
|
"hidden": true,
|
|
5343
5343
|
"name": "loglevel",
|
|
@@ -5705,5 +5705,5 @@
|
|
|
5705
5705
|
"requiresProject": true
|
|
5706
5706
|
}
|
|
5707
5707
|
},
|
|
5708
|
-
"version": "2.144.
|
|
5708
|
+
"version": "2.144.3"
|
|
5709
5709
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.144.
|
|
4
|
+
"version": "2.144.3",
|
|
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.14.0",
|
|
80
|
-
"@salesforce/plugin-community": "3.3.
|
|
80
|
+
"@salesforce/plugin-community": "3.3.72",
|
|
81
81
|
"@salesforce/plugin-custom-metadata": "3.3.111",
|
|
82
82
|
"@salesforce/plugin-dev": "2.5.2",
|
|
83
83
|
"@salesforce/plugin-devops-center": "1.4.0",
|
|
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.77",
|
|
87
87
|
"@salesforce/plugin-ui-bundle-dev": "1.2.2",
|
|
88
88
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1"
|
|
89
89
|
},
|
|
@@ -171,11 +171,11 @@
|
|
|
171
171
|
"@salesforce/plugin-org": "5.11.16",
|
|
172
172
|
"@salesforce/plugin-packaging": "2.30.1",
|
|
173
173
|
"@salesforce/plugin-schema": "3.3.122",
|
|
174
|
-
"@salesforce/plugin-settings": "2.4.
|
|
174
|
+
"@salesforce/plugin-settings": "2.4.93",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.121",
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.27",
|
|
177
177
|
"@salesforce/plugin-templates": "56.18.13",
|
|
178
|
-
"@salesforce/plugin-trust": "3.8.
|
|
178
|
+
"@salesforce/plugin-trust": "3.8.34",
|
|
179
179
|
"@salesforce/plugin-user": "3.10.4",
|
|
180
180
|
"@salesforce/sf-plugins-core": "12.2.26",
|
|
181
181
|
"ansis": "^3.12.0"
|