@salesforce/cli 2.17.10-dev.0 → 2.17.10
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 +15 -15
- package/npm-shrinkwrap.json +29 -122
- package/oclif.manifest.json +122 -66
- 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.17.10
|
|
27
|
+
@salesforce/cli/2.17.10 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -2068,7 +2068,7 @@ FLAG DESCRIPTIONS
|
|
|
2068
2068
|
Indicates that you want verbose output from the deploy operation.
|
|
2069
2069
|
```
|
|
2070
2070
|
|
|
2071
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2071
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/deploy.ts)_
|
|
2072
2072
|
|
|
2073
2073
|
## `sf force mdapi deploy cancel`
|
|
2074
2074
|
|
|
@@ -2111,7 +2111,7 @@ FLAG DESCRIPTIONS
|
|
|
2111
2111
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2112
2112
|
```
|
|
2113
2113
|
|
|
2114
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2114
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/deploy/cancel.ts)_
|
|
2115
2115
|
|
|
2116
2116
|
## `sf force mdapi deploy report`
|
|
2117
2117
|
|
|
@@ -2182,7 +2182,7 @@ FLAG DESCRIPTIONS
|
|
|
2182
2182
|
use the ID of the most recent metadata deployment.
|
|
2183
2183
|
```
|
|
2184
2184
|
|
|
2185
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2185
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/deploy/report.ts)_
|
|
2186
2186
|
|
|
2187
2187
|
## `sf force mdapi retrieve`
|
|
2188
2188
|
|
|
@@ -2246,7 +2246,7 @@ FLAG DESCRIPTIONS
|
|
|
2246
2246
|
By default, the CLI assumes the directory is structured for a set of packages.
|
|
2247
2247
|
```
|
|
2248
2248
|
|
|
2249
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2249
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/retrieve.ts)_
|
|
2250
2250
|
|
|
2251
2251
|
## `sf force mdapi retrieve report`
|
|
2252
2252
|
|
|
@@ -2300,7 +2300,7 @@ FLAG DESCRIPTIONS
|
|
|
2300
2300
|
You must specify a --retrievetargetdir. Use with --wait to resume waiting.
|
|
2301
2301
|
```
|
|
2302
2302
|
|
|
2303
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2303
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/mdapi/retrieve/report.ts)_
|
|
2304
2304
|
|
|
2305
2305
|
## `sf force org clone`
|
|
2306
2306
|
|
|
@@ -2731,7 +2731,7 @@ FLAG DESCRIPTIONS
|
|
|
2731
2731
|
If you specify this parameter, don’t specify --metadata or --sourcepath.
|
|
2732
2732
|
```
|
|
2733
2733
|
|
|
2734
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2734
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/deploy.ts)_
|
|
2735
2735
|
|
|
2736
2736
|
## `sf force source deploy cancel`
|
|
2737
2737
|
|
|
@@ -2776,7 +2776,7 @@ FLAG DESCRIPTIONS
|
|
|
2776
2776
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2777
2777
|
```
|
|
2778
2778
|
|
|
2779
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2779
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/deploy/cancel.ts)_
|
|
2780
2780
|
|
|
2781
2781
|
## `sf force source deploy report`
|
|
2782
2782
|
|
|
@@ -2839,7 +2839,7 @@ FLAG DESCRIPTIONS
|
|
|
2839
2839
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2840
2840
|
```
|
|
2841
2841
|
|
|
2842
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2842
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/deploy/report.ts)_
|
|
2843
2843
|
|
|
2844
2844
|
## `sf force source pull`
|
|
2845
2845
|
|
|
@@ -2882,7 +2882,7 @@ FLAG DESCRIPTIONS
|
|
|
2882
2882
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2883
2883
|
```
|
|
2884
2884
|
|
|
2885
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2885
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/pull.ts)_
|
|
2886
2886
|
|
|
2887
2887
|
## `sf force source push`
|
|
2888
2888
|
|
|
@@ -2927,7 +2927,7 @@ FLAG DESCRIPTIONS
|
|
|
2927
2927
|
If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
|
|
2928
2928
|
```
|
|
2929
2929
|
|
|
2930
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
2930
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/push.ts)_
|
|
2931
2931
|
|
|
2932
2932
|
## `sf force source retrieve`
|
|
2933
2933
|
|
|
@@ -3052,7 +3052,7 @@ FLAG DESCRIPTIONS
|
|
|
3052
3052
|
If you specify this parameter, don’t specify --metadata or --sourcepath.
|
|
3053
3053
|
```
|
|
3054
3054
|
|
|
3055
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
3055
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/retrieve.ts)_
|
|
3056
3056
|
|
|
3057
3057
|
## `sf force source status`
|
|
3058
3058
|
|
|
@@ -3082,7 +3082,7 @@ EXAMPLES
|
|
|
3082
3082
|
$ sf force source status --remote
|
|
3083
3083
|
```
|
|
3084
3084
|
|
|
3085
|
-
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.
|
|
3085
|
+
_See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/2.11.0/src/commands/force/source/status.ts)_
|
|
3086
3086
|
|
|
3087
3087
|
## `sf force user password generate`
|
|
3088
3088
|
|
|
@@ -7177,7 +7177,7 @@ EXAMPLES
|
|
|
7177
7177
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7178
7178
|
```
|
|
7179
7179
|
|
|
7180
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/
|
|
7180
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.0.1/src/commands/sobject/describe.ts)_
|
|
7181
7181
|
|
|
7182
7182
|
## `sf sobject list`
|
|
7183
7183
|
|
|
@@ -7214,7 +7214,7 @@ EXAMPLES
|
|
|
7214
7214
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7215
7215
|
```
|
|
7216
7216
|
|
|
7217
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/
|
|
7217
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.0.1/src/commands/sobject/list.ts)_
|
|
7218
7218
|
|
|
7219
7219
|
## `sf static-resource generate`
|
|
7220
7220
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.17.10
|
|
3
|
+
"version": "2.17.10",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.17.10
|
|
9
|
+
"version": "2.17.10",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "3.10.
|
|
13
|
+
"@oclif/core": "3.10.7",
|
|
14
14
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
15
15
|
"@oclif/plugin-commands": "3.0.6",
|
|
16
16
|
"@oclif/plugin-help": "6.0.5",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"@salesforce/plugin-login": "2.0.1",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.0.2",
|
|
33
33
|
"@salesforce/plugin-org": "2.11.8",
|
|
34
|
-
"@salesforce/plugin-schema": "
|
|
34
|
+
"@salesforce/plugin-schema": "3.0.1",
|
|
35
35
|
"@salesforce/plugin-settings": "2.0.2",
|
|
36
36
|
"@salesforce/plugin-sobject": "0.2.15",
|
|
37
|
-
"@salesforce/plugin-source": "2.
|
|
37
|
+
"@salesforce/plugin-source": "2.11.0",
|
|
38
38
|
"@salesforce/plugin-telemetry": "3.1.0",
|
|
39
39
|
"@salesforce/plugin-templates": "55.5.18",
|
|
40
40
|
"@salesforce/plugin-trust": "3.0.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@types/debug": "^4.1.10",
|
|
57
57
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
58
58
|
"@typescript-eslint/parser": "^5.62.0",
|
|
59
|
-
"aws-sdk": "^2.
|
|
59
|
+
"aws-sdk": "^2.1490.0",
|
|
60
60
|
"chai": "^4.3.10",
|
|
61
61
|
"eslint": "^8.51.0",
|
|
62
62
|
"eslint-config-oclif": "^5",
|
|
@@ -2106,9 +2106,9 @@
|
|
|
2106
2106
|
}
|
|
2107
2107
|
},
|
|
2108
2108
|
"node_modules/@oclif/core": {
|
|
2109
|
-
"version": "3.10.
|
|
2110
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.
|
|
2111
|
-
"integrity": "sha512-
|
|
2109
|
+
"version": "3.10.7",
|
|
2110
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.7.tgz",
|
|
2111
|
+
"integrity": "sha512-LaFszuYfJJpQP/hYrrwRZOA7qCAJFVPcyo4qsZiRTMyrB3CrFtWkpSoYaaWVsoCwIcYgGLXCNc2pIFZUBgWBnQ==",
|
|
2112
2112
|
"license": "MIT",
|
|
2113
2113
|
"dependencies": {
|
|
2114
2114
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4777,111 +4777,17 @@
|
|
|
4777
4777
|
}
|
|
4778
4778
|
},
|
|
4779
4779
|
"node_modules/@salesforce/plugin-schema": {
|
|
4780
|
-
"version": "
|
|
4781
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-
|
|
4782
|
-
"integrity": "sha512-
|
|
4780
|
+
"version": "3.0.1",
|
|
4781
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.0.1.tgz",
|
|
4782
|
+
"integrity": "sha512-DKP5kuR1dy12dMGchPiTlKb4zxCZ1dsgggJk6MYha4uso6qiTgtJ0kKgiXwpK7wqNFTz0AutouLo2PnLOlQTWw==",
|
|
4783
4783
|
"license": "BSD-3-Clause",
|
|
4784
4784
|
"dependencies": {
|
|
4785
|
-
"@oclif/core": "^
|
|
4785
|
+
"@oclif/core": "^3.10.4",
|
|
4786
4786
|
"@salesforce/core": "^5.3.10",
|
|
4787
|
-
"@salesforce/sf-plugins-core": "^
|
|
4788
|
-
"tslib": "^2"
|
|
4789
|
-
},
|
|
4790
|
-
"engines": {
|
|
4791
|
-
"node": ">=16.0.0"
|
|
4792
|
-
}
|
|
4793
|
-
},
|
|
4794
|
-
"node_modules/@salesforce/plugin-schema/node_modules/@oclif/core": {
|
|
4795
|
-
"version": "2.15.0",
|
|
4796
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
4797
|
-
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
4798
|
-
"license": "MIT",
|
|
4799
|
-
"dependencies": {
|
|
4800
|
-
"@types/cli-progress": "^3.11.0",
|
|
4801
|
-
"ansi-escapes": "^4.3.2",
|
|
4802
|
-
"ansi-styles": "^4.3.0",
|
|
4803
|
-
"cardinal": "^2.1.1",
|
|
4804
|
-
"chalk": "^4.1.2",
|
|
4805
|
-
"clean-stack": "^3.0.1",
|
|
4806
|
-
"cli-progress": "^3.12.0",
|
|
4807
|
-
"debug": "^4.3.4",
|
|
4808
|
-
"ejs": "^3.1.8",
|
|
4809
|
-
"get-package-type": "^0.1.0",
|
|
4810
|
-
"globby": "^11.1.0",
|
|
4811
|
-
"hyperlinker": "^1.0.0",
|
|
4812
|
-
"indent-string": "^4.0.0",
|
|
4813
|
-
"is-wsl": "^2.2.0",
|
|
4814
|
-
"js-yaml": "^3.14.1",
|
|
4815
|
-
"natural-orderby": "^2.0.3",
|
|
4816
|
-
"object-treeify": "^1.1.33",
|
|
4817
|
-
"password-prompt": "^1.1.2",
|
|
4818
|
-
"slice-ansi": "^4.0.0",
|
|
4819
|
-
"string-width": "^4.2.3",
|
|
4820
|
-
"strip-ansi": "^6.0.1",
|
|
4821
|
-
"supports-color": "^8.1.1",
|
|
4822
|
-
"supports-hyperlinks": "^2.2.0",
|
|
4823
|
-
"ts-node": "^10.9.1",
|
|
4824
|
-
"tslib": "^2.5.0",
|
|
4825
|
-
"widest-line": "^3.1.0",
|
|
4826
|
-
"wordwrap": "^1.0.0",
|
|
4827
|
-
"wrap-ansi": "^7.0.0"
|
|
4828
|
-
},
|
|
4829
|
-
"engines": {
|
|
4830
|
-
"node": ">=14.0.0"
|
|
4831
|
-
}
|
|
4832
|
-
},
|
|
4833
|
-
"node_modules/@salesforce/plugin-schema/node_modules/@salesforce/sf-plugins-core": {
|
|
4834
|
-
"version": "3.1.28",
|
|
4835
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
|
|
4836
|
-
"integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
|
|
4837
|
-
"license": "BSD-3-Clause",
|
|
4838
|
-
"dependencies": {
|
|
4839
|
-
"@oclif/core": "^2.15.0",
|
|
4840
|
-
"@salesforce/core": "^5.3.1",
|
|
4841
|
-
"@salesforce/kit": "^3.0.13",
|
|
4842
|
-
"@salesforce/ts-types": "^2.0.7",
|
|
4843
|
-
"chalk": "^4",
|
|
4844
|
-
"inquirer": "^8.2.5"
|
|
4787
|
+
"@salesforce/sf-plugins-core": "^4.0.0"
|
|
4845
4788
|
},
|
|
4846
4789
|
"engines": {
|
|
4847
|
-
"node": ">=
|
|
4848
|
-
}
|
|
4849
|
-
},
|
|
4850
|
-
"node_modules/@salesforce/plugin-schema/node_modules/argparse": {
|
|
4851
|
-
"version": "1.0.10",
|
|
4852
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4853
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4854
|
-
"license": "MIT",
|
|
4855
|
-
"dependencies": {
|
|
4856
|
-
"sprintf-js": "~1.0.2"
|
|
4857
|
-
}
|
|
4858
|
-
},
|
|
4859
|
-
"node_modules/@salesforce/plugin-schema/node_modules/js-yaml": {
|
|
4860
|
-
"version": "3.14.1",
|
|
4861
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4862
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4863
|
-
"license": "MIT",
|
|
4864
|
-
"dependencies": {
|
|
4865
|
-
"argparse": "^1.0.7",
|
|
4866
|
-
"esprima": "^4.0.0"
|
|
4867
|
-
},
|
|
4868
|
-
"bin": {
|
|
4869
|
-
"js-yaml": "bin/js-yaml.js"
|
|
4870
|
-
}
|
|
4871
|
-
},
|
|
4872
|
-
"node_modules/@salesforce/plugin-schema/node_modules/supports-color": {
|
|
4873
|
-
"version": "8.1.1",
|
|
4874
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4875
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4876
|
-
"license": "MIT",
|
|
4877
|
-
"dependencies": {
|
|
4878
|
-
"has-flag": "^4.0.0"
|
|
4879
|
-
},
|
|
4880
|
-
"engines": {
|
|
4881
|
-
"node": ">=10"
|
|
4882
|
-
},
|
|
4883
|
-
"funding": {
|
|
4884
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4790
|
+
"node": ">=18.0.0"
|
|
4885
4791
|
}
|
|
4886
4792
|
},
|
|
4887
4793
|
"node_modules/@salesforce/plugin-settings": {
|
|
@@ -5014,18 +4920,18 @@
|
|
|
5014
4920
|
}
|
|
5015
4921
|
},
|
|
5016
4922
|
"node_modules/@salesforce/plugin-source": {
|
|
5017
|
-
"version": "2.
|
|
5018
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.
|
|
5019
|
-
"integrity": "sha512-
|
|
4923
|
+
"version": "2.11.0",
|
|
4924
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.11.0.tgz",
|
|
4925
|
+
"integrity": "sha512-sT0Tj1V0U7xqZ90OfS4jmigv8yLgPuTq5yYAGKnKhqYgsZ0afmR9Z6GBn2j439peaV+KElNjUEg1nLro3fWQpA==",
|
|
5020
4926
|
"license": "BSD-3-Clause",
|
|
5021
4927
|
"dependencies": {
|
|
5022
4928
|
"@oclif/core": "^2.15.0",
|
|
5023
4929
|
"@salesforce/apex-node": "^2.1.0",
|
|
5024
|
-
"@salesforce/core": "^5.3.
|
|
5025
|
-
"@salesforce/kit": "^3.0.
|
|
4930
|
+
"@salesforce/core": "^5.3.18",
|
|
4931
|
+
"@salesforce/kit": "^3.0.15",
|
|
5026
4932
|
"@salesforce/sf-plugins-core": "^3.1.25",
|
|
5027
|
-
"@salesforce/source-deploy-retrieve": "^9.
|
|
5028
|
-
"@salesforce/source-tracking": "^4.
|
|
4933
|
+
"@salesforce/source-deploy-retrieve": "^9.8.4",
|
|
4934
|
+
"@salesforce/source-tracking": "^4.3.0",
|
|
5029
4935
|
"chalk": "^4.1.2",
|
|
5030
4936
|
"got": "^11.8.6",
|
|
5031
4937
|
"proxy-agent": "^6.3.1",
|
|
@@ -5602,11 +5508,12 @@
|
|
|
5602
5508
|
}
|
|
5603
5509
|
},
|
|
5604
5510
|
"node_modules/@salesforce/source-tracking": {
|
|
5605
|
-
"version": "4.
|
|
5606
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.
|
|
5607
|
-
"integrity": "sha512-
|
|
5511
|
+
"version": "4.4.0",
|
|
5512
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.4.0.tgz",
|
|
5513
|
+
"integrity": "sha512-v/jMbOgFfY8k/TS2UnnplEo4XqhNOGRYAVlO9ipTqAVHpLuKS4SXbp/8Vi11o3yWvBYj8neeQ0nz/TXpgmdxeQ==",
|
|
5608
5514
|
"license": "BSD-3-Clause",
|
|
5609
5515
|
"dependencies": {
|
|
5516
|
+
"@oclif/core": "^3.10.6",
|
|
5610
5517
|
"@salesforce/core": "^5.3.18",
|
|
5611
5518
|
"@salesforce/kit": "^3.0.15",
|
|
5612
5519
|
"@salesforce/source-deploy-retrieve": "^9.8.4",
|
|
@@ -7102,9 +7009,9 @@
|
|
|
7102
7009
|
}
|
|
7103
7010
|
},
|
|
7104
7011
|
"node_modules/aws-sdk": {
|
|
7105
|
-
"version": "2.
|
|
7106
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
7107
|
-
"integrity": "sha512-
|
|
7012
|
+
"version": "2.1490.0",
|
|
7013
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1490.0.tgz",
|
|
7014
|
+
"integrity": "sha512-nRVP1+JVGHytxrPpc+6I41lTILzYeTOBAdNbgCi5bwRPrnEr/DxunyHWbGh92qupfHbm9dFcKdao4pOMPDOcVA==",
|
|
7108
7015
|
"dev": true,
|
|
7109
7016
|
"license": "Apache-2.0",
|
|
7110
7017
|
"dependencies": {
|
package/oclif.manifest.json
CHANGED
|
@@ -1603,44 +1603,56 @@
|
|
|
1603
1603
|
"hasDynamicHelp": true
|
|
1604
1604
|
},
|
|
1605
1605
|
"env:display": {
|
|
1606
|
-
"id": "env:display",
|
|
1607
|
-
"summary": "Display details about an environment.",
|
|
1608
|
-
"description": "Specify an environment with either the username you used when you logged into the environment with \"sf login\", or the alias you gave the environment when you created it. Run \"sf env list\" to view all your environments and their aliases.\n\nOutput depends on the type of environment.",
|
|
1609
|
-
"strict": true,
|
|
1610
|
-
"pluginName": "@salesforce/plugin-env",
|
|
1611
|
-
"pluginAlias": "@salesforce/plugin-env",
|
|
1612
|
-
"pluginType": "jit",
|
|
1613
1606
|
"aliases": [],
|
|
1607
|
+
"args": {},
|
|
1608
|
+
"description": "Specify an environment with either the username you used when you logged into the environment with \"sf login\", or the alias you gave the environment when you created it. Run \"sf env list\" to view all your environments and their aliases.\n\nOutput depends on the type of environment.",
|
|
1614
1609
|
"examples": [
|
|
1615
1610
|
"Display details about the \"myEnv\" environment:\n<%- config.bin %> <%- command.id %> --target-env myEnv"
|
|
1616
1611
|
],
|
|
1617
1612
|
"flags": {
|
|
1618
1613
|
"json": {
|
|
1619
|
-
"name": "json",
|
|
1620
|
-
"type": "boolean",
|
|
1621
1614
|
"description": "Format output as json.",
|
|
1622
1615
|
"helpGroup": "GLOBAL",
|
|
1623
|
-
"
|
|
1616
|
+
"name": "json",
|
|
1617
|
+
"allowNo": false,
|
|
1618
|
+
"type": "boolean"
|
|
1624
1619
|
},
|
|
1625
1620
|
"target-env": {
|
|
1626
|
-
"name": "target-env",
|
|
1627
|
-
"type": "option",
|
|
1628
1621
|
"char": "e",
|
|
1622
|
+
"name": "target-env",
|
|
1629
1623
|
"summary": "Environment alias or login user.",
|
|
1630
|
-
"
|
|
1624
|
+
"hasDynamicHelp": false,
|
|
1625
|
+
"multiple": false,
|
|
1626
|
+
"type": "option"
|
|
1631
1627
|
}
|
|
1632
1628
|
},
|
|
1633
|
-
"
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
"id": "env:list",
|
|
1637
|
-
"summary": "List the environments you’ve created or logged into.",
|
|
1638
|
-
"description": "By default, the command displays active environments.\n\nOutput is displayed in multiple tables, one for each environment type.\n\nThe compute environment table shows the alias, information about the connected orgs, the project name, and more.\n\nUse the table manipulation flags, such as --filter and --sort, to change how the data is displayed.\n\nRun \"sf env display\" to view details about a specific environment.",
|
|
1639
|
-
"strict": true,
|
|
1640
|
-
"pluginName": "@salesforce/plugin-env",
|
|
1629
|
+
"hasDynamicHelp": false,
|
|
1630
|
+
"hiddenAliases": [],
|
|
1631
|
+
"id": "env:display",
|
|
1641
1632
|
"pluginAlias": "@salesforce/plugin-env",
|
|
1633
|
+
"pluginName": "@salesforce/plugin-env",
|
|
1642
1634
|
"pluginType": "jit",
|
|
1635
|
+
"strict": true,
|
|
1636
|
+
"summary": "Display details about an environment.",
|
|
1637
|
+
"enableJsonFlag": true,
|
|
1638
|
+
"SF_ENV": "SF_ENV",
|
|
1639
|
+
"isESM": true,
|
|
1640
|
+
"relativePath": [
|
|
1641
|
+
"lib",
|
|
1642
|
+
"commands",
|
|
1643
|
+
"env",
|
|
1644
|
+
"display.js"
|
|
1645
|
+
],
|
|
1646
|
+
"aliasPermutations": [],
|
|
1647
|
+
"permutations": [
|
|
1648
|
+
"env:display",
|
|
1649
|
+
"display:env"
|
|
1650
|
+
]
|
|
1651
|
+
},
|
|
1652
|
+
"env:list": {
|
|
1643
1653
|
"aliases": [],
|
|
1654
|
+
"args": {},
|
|
1655
|
+
"description": "By default, the command displays active environments.\n\nOutput is displayed in multiple tables, one for each environment type.\n\nThe compute environment table shows the alias, information about the connected orgs, the project name, and more.\n\nUse the table manipulation flags, such as --filter and --sort, to change how the data is displayed.\n\nRun \"sf env display\" to view details about a specific environment.",
|
|
1644
1656
|
"examples": [
|
|
1645
1657
|
"List all active environments:\n<%= config.bin %> <%= command.id %>",
|
|
1646
1658
|
"List both active and inactive environments:\n<%= config.bin %> <%= command.id %> --all",
|
|
@@ -1649,78 +1661,98 @@
|
|
|
1649
1661
|
],
|
|
1650
1662
|
"flags": {
|
|
1651
1663
|
"json": {
|
|
1652
|
-
"name": "json",
|
|
1653
|
-
"type": "boolean",
|
|
1654
1664
|
"description": "Format output as json.",
|
|
1655
1665
|
"helpGroup": "GLOBAL",
|
|
1656
|
-
"
|
|
1666
|
+
"name": "json",
|
|
1667
|
+
"allowNo": false,
|
|
1668
|
+
"type": "boolean"
|
|
1657
1669
|
},
|
|
1658
1670
|
"all": {
|
|
1659
|
-
"name": "all",
|
|
1660
|
-
"type": "boolean",
|
|
1661
1671
|
"char": "a",
|
|
1672
|
+
"name": "all",
|
|
1662
1673
|
"summary": "Show all environments, even inactive ones.",
|
|
1663
|
-
"allowNo": false
|
|
1674
|
+
"allowNo": false,
|
|
1675
|
+
"type": "boolean"
|
|
1664
1676
|
},
|
|
1665
1677
|
"columns": {
|
|
1666
1678
|
"name": "columns",
|
|
1667
|
-
"type": "option",
|
|
1668
1679
|
"summary": "List of columns to display.",
|
|
1669
|
-
"
|
|
1680
|
+
"hasDynamicHelp": false,
|
|
1681
|
+
"multiple": true,
|
|
1682
|
+
"type": "option"
|
|
1670
1683
|
},
|
|
1671
1684
|
"csv": {
|
|
1672
1685
|
"name": "csv",
|
|
1673
|
-
"type": "boolean",
|
|
1674
1686
|
"summary": "Output in csv format [alias: --output=csv]",
|
|
1675
|
-
"allowNo": false
|
|
1687
|
+
"allowNo": false,
|
|
1688
|
+
"type": "boolean"
|
|
1676
1689
|
},
|
|
1677
1690
|
"filter": {
|
|
1678
1691
|
"name": "filter",
|
|
1679
|
-
"type": "option",
|
|
1680
1692
|
"summary": "Filter property by partial string matching.",
|
|
1681
|
-
"
|
|
1693
|
+
"hasDynamicHelp": false,
|
|
1694
|
+
"multiple": false,
|
|
1695
|
+
"type": "option"
|
|
1682
1696
|
},
|
|
1683
1697
|
"no-header": {
|
|
1684
1698
|
"name": "no-header",
|
|
1685
|
-
"type": "boolean",
|
|
1686
1699
|
"summary": "Hide table header from output.",
|
|
1687
|
-
"allowNo": false
|
|
1700
|
+
"allowNo": false,
|
|
1701
|
+
"type": "boolean"
|
|
1688
1702
|
},
|
|
1689
1703
|
"no-truncate": {
|
|
1690
1704
|
"name": "no-truncate",
|
|
1691
|
-
"type": "boolean",
|
|
1692
1705
|
"summary": "Don't truncate output to fit screen.",
|
|
1693
|
-
"allowNo": false
|
|
1706
|
+
"allowNo": false,
|
|
1707
|
+
"type": "boolean"
|
|
1694
1708
|
},
|
|
1695
1709
|
"output": {
|
|
1696
1710
|
"name": "output",
|
|
1697
|
-
"type": "option",
|
|
1698
1711
|
"summary": "Format in which to display the output.",
|
|
1712
|
+
"hasDynamicHelp": false,
|
|
1699
1713
|
"multiple": false,
|
|
1700
1714
|
"options": [
|
|
1701
1715
|
"csv",
|
|
1702
1716
|
"json",
|
|
1703
1717
|
"yaml"
|
|
1704
|
-
]
|
|
1718
|
+
],
|
|
1719
|
+
"type": "option"
|
|
1705
1720
|
},
|
|
1706
1721
|
"sort": {
|
|
1707
1722
|
"name": "sort",
|
|
1708
|
-
"type": "option",
|
|
1709
1723
|
"summary": "Column to sort by (prepend '-' for descending).",
|
|
1710
|
-
"
|
|
1724
|
+
"hasDynamicHelp": false,
|
|
1725
|
+
"multiple": false,
|
|
1726
|
+
"type": "option"
|
|
1711
1727
|
}
|
|
1712
1728
|
},
|
|
1713
|
-
"
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
"id": "env:open",
|
|
1717
|
-
"summary": "Open an environment in a web browser.",
|
|
1718
|
-
"description": "Each of your environments is associated with an instance URL, such as https://login.salesforce.com. To open a specific web page, specify the portion of the URL after \"<URL>/\" with the --path flag.",
|
|
1719
|
-
"strict": true,
|
|
1720
|
-
"pluginName": "@salesforce/plugin-env",
|
|
1729
|
+
"hasDynamicHelp": false,
|
|
1730
|
+
"hiddenAliases": [],
|
|
1731
|
+
"id": "env:list",
|
|
1721
1732
|
"pluginAlias": "@salesforce/plugin-env",
|
|
1733
|
+
"pluginName": "@salesforce/plugin-env",
|
|
1722
1734
|
"pluginType": "jit",
|
|
1735
|
+
"strict": true,
|
|
1736
|
+
"summary": "List the environments you’ve created or logged into.",
|
|
1737
|
+
"enableJsonFlag": true,
|
|
1738
|
+
"SF_ENV": "SF_ENV",
|
|
1739
|
+
"isESM": true,
|
|
1740
|
+
"relativePath": [
|
|
1741
|
+
"lib",
|
|
1742
|
+
"commands",
|
|
1743
|
+
"env",
|
|
1744
|
+
"list.js"
|
|
1745
|
+
],
|
|
1746
|
+
"aliasPermutations": [],
|
|
1747
|
+
"permutations": [
|
|
1748
|
+
"env:list",
|
|
1749
|
+
"list:env"
|
|
1750
|
+
]
|
|
1751
|
+
},
|
|
1752
|
+
"env:open": {
|
|
1723
1753
|
"aliases": [],
|
|
1754
|
+
"args": {},
|
|
1755
|
+
"description": "Each of your environments is associated with an instance URL, such as https://login.salesforce.com. To open a specific web page, specify the portion of the URL after \"<URL>/\" with the --path flag.",
|
|
1724
1756
|
"examples": [
|
|
1725
1757
|
"Open the compute environment with alias \"test-compute\":\n<%= config.bin %> <%= command.id %> --target-env test-compute",
|
|
1726
1758
|
"View the URL but don't launch it in a browser:\n<%= config.bin %> <%= command.id %> --target-env test-compute --url-only",
|
|
@@ -1728,42 +1760,66 @@
|
|
|
1728
1760
|
],
|
|
1729
1761
|
"flags": {
|
|
1730
1762
|
"json": {
|
|
1731
|
-
"name": "json",
|
|
1732
|
-
"type": "boolean",
|
|
1733
1763
|
"description": "Format output as json.",
|
|
1734
1764
|
"helpGroup": "GLOBAL",
|
|
1735
|
-
"
|
|
1765
|
+
"name": "json",
|
|
1766
|
+
"allowNo": false,
|
|
1767
|
+
"type": "boolean"
|
|
1736
1768
|
},
|
|
1737
1769
|
"path": {
|
|
1738
|
-
"name": "path",
|
|
1739
|
-
"type": "option",
|
|
1740
1770
|
"char": "p",
|
|
1771
|
+
"name": "path",
|
|
1741
1772
|
"summary": "Path to append to the end of the login URL.",
|
|
1742
|
-
"
|
|
1773
|
+
"hasDynamicHelp": false,
|
|
1774
|
+
"multiple": false,
|
|
1775
|
+
"type": "option"
|
|
1743
1776
|
},
|
|
1744
1777
|
"url-only": {
|
|
1745
|
-
"name": "url-only",
|
|
1746
|
-
"type": "boolean",
|
|
1747
1778
|
"char": "r",
|
|
1779
|
+
"name": "url-only",
|
|
1748
1780
|
"summary": "Display the URL, but don’t launch it in a browser.",
|
|
1749
|
-
"allowNo": false
|
|
1781
|
+
"allowNo": false,
|
|
1782
|
+
"type": "boolean"
|
|
1750
1783
|
},
|
|
1751
1784
|
"target-env": {
|
|
1752
|
-
"name": "target-env",
|
|
1753
|
-
"type": "option",
|
|
1754
1785
|
"char": "e",
|
|
1786
|
+
"name": "target-env",
|
|
1755
1787
|
"summary": "Login user or alias of the environment to open.",
|
|
1756
|
-
"
|
|
1788
|
+
"hasDynamicHelp": false,
|
|
1789
|
+
"multiple": false,
|
|
1790
|
+
"type": "option"
|
|
1757
1791
|
},
|
|
1758
1792
|
"browser": {
|
|
1793
|
+
"description": "You can specify that the environment open in one of the following browsers: Firefox, Safari, Google Chrome, or Windows Edge. If you don’t specify --browser, the environment opens in your default browser. The exact names of the browser applications differ depending on the operating system you're on; check your documentation for details.",
|
|
1759
1794
|
"name": "browser",
|
|
1760
|
-
"type": "option",
|
|
1761
1795
|
"summary": "Browser in which to open the environment.",
|
|
1762
|
-
"
|
|
1763
|
-
"multiple": false
|
|
1796
|
+
"hasDynamicHelp": false,
|
|
1797
|
+
"multiple": false,
|
|
1798
|
+
"type": "option"
|
|
1764
1799
|
}
|
|
1765
1800
|
},
|
|
1766
|
-
"
|
|
1801
|
+
"hasDynamicHelp": false,
|
|
1802
|
+
"hiddenAliases": [],
|
|
1803
|
+
"id": "env:open",
|
|
1804
|
+
"pluginAlias": "@salesforce/plugin-env",
|
|
1805
|
+
"pluginName": "@salesforce/plugin-env",
|
|
1806
|
+
"pluginType": "jit",
|
|
1807
|
+
"strict": true,
|
|
1808
|
+
"summary": "Open an environment in a web browser.",
|
|
1809
|
+
"enableJsonFlag": true,
|
|
1810
|
+
"SF_ENV": "SF_ENV",
|
|
1811
|
+
"isESM": true,
|
|
1812
|
+
"relativePath": [
|
|
1813
|
+
"lib",
|
|
1814
|
+
"commands",
|
|
1815
|
+
"env",
|
|
1816
|
+
"open.js"
|
|
1817
|
+
],
|
|
1818
|
+
"aliasPermutations": [],
|
|
1819
|
+
"permutations": [
|
|
1820
|
+
"env:open",
|
|
1821
|
+
"open:env"
|
|
1822
|
+
]
|
|
1767
1823
|
},
|
|
1768
1824
|
"deploy:functions": {
|
|
1769
1825
|
"id": "deploy:functions",
|
|
@@ -6878,5 +6934,5 @@
|
|
|
6878
6934
|
]
|
|
6879
6935
|
}
|
|
6880
6936
|
},
|
|
6881
|
-
"version": "2.17.10
|
|
6937
|
+
"version": "2.17.10"
|
|
6882
6938
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.17.10
|
|
4
|
+
"version": "2.17.10",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@salesforce/plugin-community": "2.4.9",
|
|
76
76
|
"@salesforce/plugin-dev": "1.3.2",
|
|
77
77
|
"@salesforce/plugin-devops-center": "1.2.4",
|
|
78
|
-
"@salesforce/plugin-env": "
|
|
78
|
+
"@salesforce/plugin-env": "3.0.1",
|
|
79
79
|
"@salesforce/plugin-functions": "1.22.9",
|
|
80
80
|
"@salesforce/plugin-packaging": "1.27.1",
|
|
81
81
|
"@salesforce/plugin-signups": "1.5.6",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@oclif/core": "3.10.
|
|
128
|
+
"@oclif/core": "3.10.7",
|
|
129
129
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
130
130
|
"@oclif/plugin-commands": "3.0.6",
|
|
131
131
|
"@oclif/plugin-help": "6.0.5",
|
|
@@ -146,10 +146,10 @@
|
|
|
146
146
|
"@salesforce/plugin-login": "2.0.1",
|
|
147
147
|
"@salesforce/plugin-marketplace": "1.0.2",
|
|
148
148
|
"@salesforce/plugin-org": "2.11.8",
|
|
149
|
-
"@salesforce/plugin-schema": "
|
|
149
|
+
"@salesforce/plugin-schema": "3.0.1",
|
|
150
150
|
"@salesforce/plugin-settings": "2.0.2",
|
|
151
151
|
"@salesforce/plugin-sobject": "0.2.15",
|
|
152
|
-
"@salesforce/plugin-source": "2.
|
|
152
|
+
"@salesforce/plugin-source": "2.11.0",
|
|
153
153
|
"@salesforce/plugin-telemetry": "3.1.0",
|
|
154
154
|
"@salesforce/plugin-templates": "55.5.18",
|
|
155
155
|
"@salesforce/plugin-trust": "3.0.1",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"@salesforce/schemas": "1.6.1",
|
|
193
193
|
"@salesforce/templates": "59.0.1",
|
|
194
194
|
"@salesforce/source-deploy-retrieve": "9.8.4",
|
|
195
|
-
"@salesforce/source-tracking": "4.
|
|
195
|
+
"@salesforce/source-tracking": "4.4.0"
|
|
196
196
|
},
|
|
197
197
|
"repository": "salesforcecli/cli",
|
|
198
198
|
"scripts": {
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"@types/debug": "^4.1.10",
|
|
244
244
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
245
245
|
"@typescript-eslint/parser": "^5.62.0",
|
|
246
|
-
"aws-sdk": "^2.
|
|
246
|
+
"aws-sdk": "^2.1490.0",
|
|
247
247
|
"chai": "^4.3.10",
|
|
248
248
|
"eslint": "^8.51.0",
|
|
249
249
|
"eslint-config-oclif": "^5",
|