@salesforce/plugin-org 2.9.7 → 2.9.9
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/messages/create.md +1 -1
- package/messages/delete.md +2 -3
- package/messages/display.md +1 -1
- package/messages/list.md +4 -4
- package/messages/messages.md +1 -1
- package/oclif.manifest.json +6 -6
- package/package.json +3 -3
package/messages/create.md
CHANGED
|
@@ -4,7 +4,7 @@ Create a scratch org or sandbox.
|
|
|
4
4
|
|
|
5
5
|
# deprecation
|
|
6
6
|
|
|
7
|
-
The force:org:create command
|
|
7
|
+
The force:org:create command is deprecated. Try "org create scratch" or "org create sandbox" instead.
|
|
8
8
|
|
|
9
9
|
# description
|
|
10
10
|
|
package/messages/delete.md
CHANGED
|
@@ -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.
|
|
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
|
|
package/messages/display.md
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
65
|
+
Unable to clean org with username %s. You can run "%s org delete scratch -o %s" to remove it.`
|
package/messages/messages.md
CHANGED
|
@@ -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.
|
|
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.
|
package/oclif.manifest.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.9.
|
|
2
|
+
"version": "2.9.9",
|
|
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
|
|
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
|
|
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
|
|
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)
|
|
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.
|
|
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "2.9.
|
|
4
|
+
"version": "2.9.9",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
@@ -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.
|
|
239
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.9.
|
|
238
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.9.9.crt",
|
|
239
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/2.9.9.sig"
|
|
240
240
|
}
|
|
241
241
|
}
|