@salesforce/plugin-auth 3.3.27 → 3.5.0

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.
@@ -22,6 +22,14 @@
22
22
  "allowNo": false,
23
23
  "type": "boolean"
24
24
  },
25
+ "flags-dir": {
26
+ "helpGroup": "GLOBAL",
27
+ "name": "flags-dir",
28
+ "summary": "Import flag values from a directory.",
29
+ "hasDynamicHelp": false,
30
+ "multiple": false,
31
+ "type": "option"
32
+ },
25
33
  "target-org": {
26
34
  "aliases": [
27
35
  "targetusername",
@@ -120,6 +128,14 @@
120
128
  "allowNo": false,
121
129
  "type": "boolean"
122
130
  },
131
+ "flags-dir": {
132
+ "helpGroup": "GLOBAL",
133
+ "name": "flags-dir",
134
+ "summary": "Import flag values from a directory.",
135
+ "hasDynamicHelp": false,
136
+ "multiple": false,
137
+ "type": "option"
138
+ },
123
139
  "loglevel": {
124
140
  "deprecated": {
125
141
  "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."
@@ -187,6 +203,14 @@
187
203
  "allowNo": false,
188
204
  "type": "boolean"
189
205
  },
206
+ "flags-dir": {
207
+ "helpGroup": "GLOBAL",
208
+ "name": "flags-dir",
209
+ "summary": "Import flag values from a directory.",
210
+ "hasDynamicHelp": false,
211
+ "multiple": false,
212
+ "type": "option"
213
+ },
190
214
  "instance-url": {
191
215
  "aliases": [
192
216
  "instanceurl"
@@ -338,6 +362,14 @@
338
362
  "allowNo": false,
339
363
  "type": "boolean"
340
364
  },
365
+ "flags-dir": {
366
+ "helpGroup": "GLOBAL",
367
+ "name": "flags-dir",
368
+ "summary": "Import flag values from a directory.",
369
+ "hasDynamicHelp": false,
370
+ "multiple": false,
371
+ "type": "option"
372
+ },
341
373
  "client-id": {
342
374
  "aliases": [
343
375
  "clientid"
@@ -489,6 +521,14 @@
489
521
  "allowNo": false,
490
522
  "type": "boolean"
491
523
  },
524
+ "flags-dir": {
525
+ "helpGroup": "GLOBAL",
526
+ "name": "flags-dir",
527
+ "summary": "Import flag values from a directory.",
528
+ "hasDynamicHelp": false,
529
+ "multiple": false,
530
+ "type": "option"
531
+ },
492
532
  "username": {
493
533
  "aliases": [
494
534
  "u"
@@ -682,6 +722,14 @@
682
722
  "allowNo": false,
683
723
  "type": "boolean"
684
724
  },
725
+ "flags-dir": {
726
+ "helpGroup": "GLOBAL",
727
+ "name": "flags-dir",
728
+ "summary": "Import flag values from a directory.",
729
+ "hasDynamicHelp": false,
730
+ "multiple": false,
731
+ "type": "option"
732
+ },
685
733
  "sfdx-url-file": {
686
734
  "aliases": [
687
735
  "sfdxurlfile"
@@ -848,6 +896,14 @@
848
896
  "allowNo": false,
849
897
  "type": "boolean"
850
898
  },
899
+ "flags-dir": {
900
+ "helpGroup": "GLOBAL",
901
+ "name": "flags-dir",
902
+ "summary": "Import flag values from a directory.",
903
+ "hasDynamicHelp": false,
904
+ "multiple": false,
905
+ "type": "option"
906
+ },
851
907
  "browser": {
852
908
  "char": "b",
853
909
  "description": "If you don’t specify --browser, the command uses your default browser. The exact names of the browser applications differ depending on the operating system you're on; check your documentation for details.",
@@ -1007,5 +1063,5 @@
1007
1063
  ]
1008
1064
  }
1009
1065
  },
1010
- "version": "3.3.27"
1066
+ "version": "3.5.0"
1011
1067
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-auth",
3
3
  "description": "plugin for sf auth commands",
4
- "version": "3.3.27",
4
+ "version": "3.5.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -10,21 +10,21 @@
10
10
  "@oclif/core": "^3.25.2",
11
11
  "@salesforce/core": "^6.7.3",
12
12
  "@salesforce/kit": "^3.0.15",
13
- "@salesforce/sf-plugins-core": "^7.1.15",
13
+ "@salesforce/sf-plugins-core": "^8.0.1",
14
14
  "@salesforce/ts-types": "^2.0.9",
15
15
  "chalk": "^5.3.0",
16
16
  "open": "^10.1.0"
17
17
  },
18
18
  "devDependencies": {
19
- "@oclif/plugin-command-snapshot": "^5.1.1",
19
+ "@oclif/plugin-command-snapshot": "^5.1.2",
20
20
  "@salesforce/cli-plugins-testkit": "^5.1.10",
21
21
  "@salesforce/dev-scripts": "^8.4.2",
22
- "@salesforce/plugin-command-reference": "^3.0.70",
22
+ "@salesforce/plugin-command-reference": "^3.0.71",
23
23
  "@salesforce/ts-sinon": "^1.4.19",
24
- "eslint-plugin-sf-plugin": "^1.17.3",
25
- "oclif": "^4.5.5",
24
+ "eslint-plugin-sf-plugin": "^1.17.4",
25
+ "oclif": "^4.6.2",
26
26
  "ts-node": "^10.9.2",
27
- "typescript": "^5.4.2"
27
+ "typescript": "^5.4.3"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=18.0.0"
@@ -232,7 +232,7 @@
232
232
  "exports": "./lib/index.js",
233
233
  "type": "module",
234
234
  "sfdx": {
235
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.27.crt",
236
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.27.sig"
235
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.5.0.crt",
236
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.5.0.sig"
237
237
  }
238
238
  }