Skip to content

Commit d50a8f6

Browse files
authored
Merge pull request #710 from salesforcecli/jshackell/help
fix: make help/errors more consistent when naming new commands
2 parents 59e5b9a + 3128bd6 commit d50a8f6

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

messages/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Create a scratch org or sandbox.
44

55
# deprecation
66

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.
88

99
# description
1010

messages/delete.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ Delete a scratch or sandbox org.
44

55
# deprecation
66

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.
88

99
# description
1010

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.
1312

1413
To mark the org for deletion without being prompted to confirm, specify --noprompt.
1514

messages/display.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Output includes your access token, client Id, connected status, org ID, instance
88

99
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.
1010

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").
1212

1313
# flags.verbose.summary
1414

messages/list.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Include expired, deleted, and unknown-status scratch orgs.
2626

2727
# flags.clean.summary
2828

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.
3030

3131
# flags.noPrompt.summary
3232

@@ -46,20 +46,20 @@ No active scratch orgs found. Specify --all to see all scratch orgs.
4646

4747
# deleteOrgs
4848

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".
5050

5151
# noOrgsFound
5252

5353
No orgs can be found.
5454

5555
# noOrgsFoundAction
5656

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.
5858

5959
# noResultsFound
6060

6161
No non-scratch orgs found.
6262

6363
# cleanWarning
6464

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.`

messages/messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This command will expose sensitive information that allows for subsequent activity using your current authenticated session.
44
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.

0 commit comments

Comments
 (0)