@salesforce/plugin-org 2.9.8 → 2.9.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.
@@ -4,7 +4,7 @@ Create a scratch org or sandbox.
4
4
 
5
5
  # deprecation
6
6
 
7
- The force:org:create command has been replaced. Try org:create:scratch or org:create:sandbox.
7
+ The force:org:create command is deprecated. Try "org create scratch" or "org create sandbox" instead.
8
8
 
9
9
  # description
10
10
 
@@ -4,12 +4,11 @@ Delete a scratch or sandbox org.
4
4
 
5
5
  # deprecation
6
6
 
7
- The force:org:delete command is deprecated. Use org:delete:scratch or org:delete:sandbox.
7
+ The force:org:delete command is deprecated. Try "org delete scratch" or "org delete sandbox" instead.
8
8
 
9
9
  # description
10
10
 
11
- Salesforce CLI marks the org for deletion in either the Dev Hub org (for scratch orgs) or production org (for sandboxes)
12
- and then deletes all local references to the org from your computer.
11
+ Salesforce CLI marks the org for deletion in either the Dev Hub org (for scratch orgs) or production org (for sandboxes) and then deletes all local references to the org from your computer.
13
12
 
14
13
  To mark the org for deletion without being prompted to confirm, specify --noprompt.
15
14
 
@@ -8,7 +8,7 @@ Output includes your access token, client Id, connected status, org ID, instance
8
8
 
9
9
  Use --verbose to include the SFDX auth URL. WARNING: The SFDX auth URL contains sensitive information, such as a refresh token that can be used to access an org. Don't share or distribute this URL or token.
10
10
 
11
- Including --verbose displays the sfdxAuthUrl property only if you authenticated to the org using auth:web:login (not auth:jwt:grant).
11
+ Including --verbose displays the sfdxAuthUrl property only if you authenticated to the org using "org login web" (not "org login jwt").
12
12
 
13
13
  # flags.verbose.summary
14
14
 
package/messages/list.md CHANGED
@@ -26,7 +26,7 @@ Include expired, deleted, and unknown-status scratch orgs.
26
26
 
27
27
  # flags.clean.summary
28
28
 
29
- Remove all local org authorizations for non-active scratch orgs. Use auth:logout to remove non-scratch orgs.
29
+ Remove all local org authorizations for non-active scratch orgs. Use "org logout" to remove non-scratch orgs.
30
30
 
31
31
  # flags.noPrompt.summary
32
32
 
@@ -46,7 +46,7 @@ No active scratch orgs found. Specify --all to see all scratch orgs.
46
46
 
47
47
  # deleteOrgs
48
48
 
49
- You have %s expired or deleted local scratch org authorizations. To remove authorizations for inactive orgs, run org:list --clean.
49
+ You have %s expired or deleted local scratch org authorizations. To remove authorizations for inactive orgs, run "org list --clean".
50
50
 
51
51
  # noOrgsFound
52
52
 
@@ -54,7 +54,7 @@ No orgs can be found.
54
54
 
55
55
  # noOrgsFoundAction
56
56
 
57
- Use one of the auth commands or org:create:scratch to add or create a scratch org.
57
+ Use one of the "org login" commands or "org create scratch" to add or create a scratch org.
58
58
 
59
59
  # noResultsFound
60
60
 
@@ -62,4 +62,4 @@ No non-scratch orgs found.
62
62
 
63
63
  # cleanWarning
64
64
 
65
- Unable to clean org with username %s. You can run "%s org:delete:scratch -o %s" to remove it.`
65
+ Unable to clean org with username %s. You can run "%s org delete scratch -o %s" to remove it.`
@@ -2,4 +2,4 @@
2
2
 
3
3
  This command will expose sensitive information that allows for subsequent activity using your current authenticated session.
4
4
  Sharing this information is equivalent to logging someone in under the current credential, resulting in unintended access and escalation of privilege.
5
- For additional information, please review the authorization section of the https://developer.salesforce.com/docs/atlas.en-us.234.0.sfdx_dev.meta/sfdx_dev/sfdx_dev_auth_web_flow.htm
5
+ For additional information, please review the authorization section of the https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_auth_web_flow.htm.
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "2.9.8",
2
+ "version": "2.9.10",
3
3
  "commands": {
4
4
  "org:display": {
5
5
  "id": "org:display",
6
6
  "summary": "Display information about an org.",
7
- "description": "Output includes your access token, client Id, connected status, org ID, instance URL, username, and alias, if applicable.\n\nUse --verbose to include the SFDX auth URL. WARNING: The SFDX auth URL contains sensitive information, such as a refresh token that can be used to access an org. Don't share or distribute this URL or token.\n\nIncluding --verbose displays the sfdxAuthUrl property only if you authenticated to the org using auth:web:login (not auth:jwt:grant).",
7
+ "description": "Output includes your access token, client Id, connected status, org ID, instance URL, username, and alias, if applicable.\n\nUse --verbose to include the SFDX auth URL. WARNING: The SFDX auth URL contains sensitive information, such as a refresh token that can be used to access an org. Don't share or distribute this URL or token.\n\nIncluding --verbose displays the sfdxAuthUrl property only if you authenticated to the org using \"org login web\" (not \"org login jwt\").",
8
8
  "strict": true,
9
9
  "pluginName": "@salesforce/plugin-org",
10
10
  "pluginAlias": "@salesforce/plugin-org",
@@ -112,7 +112,7 @@
112
112
  "clean": {
113
113
  "name": "clean",
114
114
  "type": "boolean",
115
- "summary": "Remove all local org authorizations for non-active scratch orgs. Use auth:logout to remove non-scratch orgs.",
115
+ "summary": "Remove all local org authorizations for non-active scratch orgs. Use \"org logout\" to remove non-scratch orgs.",
116
116
  "allowNo": false,
117
117
  "deprecateAliases": true
118
118
  },
@@ -392,7 +392,7 @@
392
392
  "$ <%= config.bin %> <%= command.id %> -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg"
393
393
  ],
394
394
  "deprecationOptions": {
395
- "message": "The force:org:create command has been replaced. Try org:create:scratch or org:create:sandbox."
395
+ "message": "The force:org:create command is deprecated. Try \"org create scratch\" or \"org create sandbox\" instead."
396
396
  },
397
397
  "flags": {
398
398
  "json": {
@@ -530,7 +530,7 @@
530
530
  "force:org:delete": {
531
531
  "id": "force:org:delete",
532
532
  "summary": "Delete a scratch or sandbox org.",
533
- "description": "Salesforce CLI marks the org for deletion in either the Dev Hub org (for scratch orgs) or production org (for sandboxes)\nand then deletes all local references to the org from your computer.\n\nTo mark the org for deletion without being prompted to confirm, specify --noprompt.",
533
+ "description": "Salesforce CLI marks the org for deletion in either the Dev Hub org (for scratch orgs) or production org (for sandboxes) and then deletes all local references to the org from your computer.\n\nTo mark the org for deletion without being prompted to confirm, specify --noprompt.",
534
534
  "strict": true,
535
535
  "pluginName": "@salesforce/plugin-org",
536
536
  "pluginAlias": "@salesforce/plugin-org",
@@ -542,7 +542,7 @@
542
542
  "$ <%= config.bin %> <%= command.id %> -u MyOrgAlias -p"
543
543
  ],
544
544
  "deprecationOptions": {
545
- "message": "The force:org:delete command is deprecated. Use org:delete:scratch or org:delete:sandbox."
545
+ "message": "The force:org:delete command is deprecated. Try \"org delete scratch\" or \"org delete sandbox\" instead."
546
546
  },
547
547
  "flags": {
548
548
  "json": {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-org",
3
3
  "description": "Commands to interact with Salesforce orgs",
4
- "version": "2.9.8",
4
+ "version": "2.9.10",
5
5
  "author": "Salesforce",
6
6
  "main": "lib/index.js",
7
7
  "bugs": "https://github.com/forcedotcom/cli/issues",
8
8
  "dependencies": {
9
9
  "@oclif/core": "^2.8.2",
10
- "@salesforce/core": "^4.0.1",
10
+ "@salesforce/core": "^4.2.1",
11
11
  "@salesforce/kit": "^3.0.2",
12
12
  "@salesforce/sf-plugins-core": "^3.0.2",
13
13
  "@salesforce/source-deploy-retrieve": "^9.1.0",
@@ -22,7 +22,7 @@
22
22
  "@salesforce/plugin-command-reference": "^3.0.2",
23
23
  "@salesforce/plugin-source": "^2.10.10",
24
24
  "@salesforce/prettier-config": "^0.0.3",
25
- "@salesforce/ts-sinon": "1.4.6",
25
+ "@salesforce/ts-sinon": "1.4.8",
26
26
  "@swc/core": "1.3.39",
27
27
  "@types/shelljs": "^0.8.12",
28
28
  "@typescript-eslint/eslint-plugin": "^5.59.8",
@@ -235,7 +235,7 @@
235
235
  }
236
236
  },
237
237
  "sfdx": {
238
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.9.8.crt",
239
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.9.8.sig"
238
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.9.10.crt",
239
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.9.10.sig"
240
240
  }
241
241
  }