@salesforce/cli 2.104.4 → 2.104.6

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.
@@ -160,11 +160,12 @@
160
160
  },
161
161
  "output-file": {
162
162
  "char": "f",
163
- "description": "If you specify a file within folder, such as `--output-file ./out/rules.json`, the folder must already exist, or you get an error. If the file already exists, it's overwritten without prompting.\n\nIf you don't specify this flag, the command outputs the rules to only the terminal.",
163
+ "description": "If you don't specify this flag, the command outputs the rules to only the terminal. Use this flag to write the rules to a file; the format of the rules depends on the extension you provide. For example, `--output-file rules.csv` creates a comma-separated values file. You can specify one of these extensions:\n\n- .csv\n- .json\n\nTo output the rules to multiple files, specify this flag multiple times. For example, `--output-file rules.json --output-file rules.csv` creates both a JSON file and a CSV file.\n\nIf you specify a file within folder, such as `--output-file ./out/rules.json`, the folder must already exist, or you get an error. If the file already exists, it's overwritten without prompting.",
164
164
  "name": "output-file",
165
- "summary": "Name of the file where the selected rules are written. The file format depends on the extension you specify; currently, only .json is supported for JSON-formatted output.",
165
+ "summary": "Name of the file where the selected rules are written. The file format depends on the extension you specify; the currently supported extensions are .json and .csv",
166
+ "delimiter": ",",
166
167
  "hasDynamicHelp": false,
167
- "multiple": false,
168
+ "multiple": true,
168
169
  "type": "option"
169
170
  },
170
171
  "view": {
@@ -4158,5 +4159,5 @@
4158
4159
  "requiresProject": true
4159
4160
  }
4160
4161
  },
4161
- "version": "2.104.4"
4162
+ "version": "2.104.6"
4162
4163
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.104.4",
4
+ "version": "2.104.6",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -76,7 +76,7 @@
76
76
  "@salesforce/plugin-user"
77
77
  ],
78
78
  "jitPlugins": {
79
- "@salesforce/plugin-code-analyzer": "5.3.0",
79
+ "@salesforce/plugin-code-analyzer": "5.4.0",
80
80
  "@salesforce/plugin-community": "3.3.37",
81
81
  "@salesforce/plugin-custom-metadata": "3.3.66",
82
82
  "@salesforce/plugin-dev": "2.5.1",
@@ -160,9 +160,9 @@
160
160
  "@salesforce/plugin-agent": "1.24.6",
161
161
  "@salesforce/plugin-apex": "3.6.19",
162
162
  "@salesforce/plugin-api": "1.3.3",
163
- "@salesforce/plugin-auth": "3.8.4",
163
+ "@salesforce/plugin-auth": "3.9.0",
164
164
  "@salesforce/plugin-data": "4.0.55",
165
- "@salesforce/plugin-deploy-retrieve": "3.22.43",
165
+ "@salesforce/plugin-deploy-retrieve": "3.23.0",
166
166
  "@salesforce/plugin-info": "3.4.83",
167
167
  "@salesforce/plugin-limits": "3.3.65",
168
168
  "@salesforce/plugin-marketplace": "1.3.8",
@@ -262,9 +262,9 @@
262
262
  "@salesforce/ts-sinon": "^1.4.30",
263
263
  "@salesforce/ts-types": "^2.0.11",
264
264
  "aws-sdk": "^2.1692.0",
265
- "oclif": "^4.17.27",
265
+ "oclif": "^4.22.14",
266
266
  "ts-node": "^10.9.2",
267
- "typescript": "^5.7.3"
267
+ "typescript": "^5.9.2"
268
268
  },
269
269
  "wireit": {
270
270
  "build": {