@salesforce/plugin-auth 3.3.20 → 3.3.21

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.
@@ -193,7 +193,7 @@
193
193
  ],
194
194
  "char": "r",
195
195
  "deprecateAliases": true,
196
- "description": "If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.\n\nTo specify a My Domain URL, use the format https://yourcompanyname.my.salesforce.com.\n\nTo specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.",
196
+ "description": "If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.\n\nTo specify a My Domain URL, use the format \"https://<MyDomainName>.my.salesforce.com\".\n\nTo specify a sandbox, set --instance-url to \"https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com\".",
197
197
  "name": "instance-url",
198
198
  "required": true,
199
199
  "summary": "URL of the instance that the org lives on.",
@@ -356,7 +356,7 @@
356
356
  ],
357
357
  "char": "r",
358
358
  "deprecateAliases": true,
359
- "description": "If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.\n\nTo specify a My Domain URL, use the format https://yourcompanyname.my.salesforce.com.\n\nTo specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.",
359
+ "description": "If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.\n\nTo specify a My Domain URL, use the format \"https://<MyDomainName>.my.salesforce.com\".\n\nTo specify a sandbox, set --instance-url to \"https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com\".",
360
360
  "name": "instance-url",
361
361
  "summary": "URL of the instance that the org lives on.",
362
362
  "hasDynamicHelp": false,
@@ -536,7 +536,7 @@
536
536
  ],
537
537
  "char": "r",
538
538
  "deprecateAliases": true,
539
- "description": "If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.\n\nTo specify a My Domain URL, use the format https://yourcompanyname.my.salesforce.com.\n\nTo specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.",
539
+ "description": "If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.\n\nTo specify a My Domain URL, use the format \"https://<MyDomainName>.my.salesforce.com\".\n\nTo specify a sandbox, set --instance-url to \"https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com\".",
540
540
  "name": "instance-url",
541
541
  "summary": "URL of the instance that the org lives on.",
542
542
  "hasDynamicHelp": false,
@@ -881,7 +881,7 @@
881
881
  ],
882
882
  "char": "r",
883
883
  "deprecateAliases": true,
884
- "description": "If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.\n\nTo specify a My Domain URL, use the format https://yourcompanyname.my.salesforce.com.\n\nTo specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.",
884
+ "description": "If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.\n\nTo specify a My Domain URL, use the format \"https://<MyDomainName>.my.salesforce.com\".\n\nTo specify a sandbox, set --instance-url to \"https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com\".",
885
885
  "name": "instance-url",
886
886
  "summary": "URL of the instance that the org lives on.",
887
887
  "hasDynamicHelp": false,
@@ -1007,5 +1007,5 @@
1007
1007
  ]
1008
1008
  }
1009
1009
  },
1010
- "version": "3.3.20"
1010
+ "version": "3.3.21"
1011
1011
  }
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.20",
4
+ "version": "3.3.21",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "devDependencies": {
19
19
  "@oclif/plugin-command-snapshot": "^5.0.9",
20
20
  "@salesforce/cli-plugins-testkit": "^5.1.9",
21
- "@salesforce/dev-scripts": "^8.4.1",
21
+ "@salesforce/dev-scripts": "^8.4.2",
22
22
  "@salesforce/plugin-command-reference": "^3.0.69",
23
23
  "@salesforce/ts-sinon": "^1.4.19",
24
24
  "eslint-plugin-sf-plugin": "^1.17.3",
@@ -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.20.crt",
236
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.20.sig"
235
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.21.crt",
236
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.21.sig"
237
237
  }
238
238
  }