Skip to content

Commit f72eae5

Browse files
committed
chore: resolve conflicts
1 parent b294674 commit f72eae5

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

command-snapshot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
{
5757
"command": "org:display:user",
5858
"plugin": "@salesforce/plugin-user",
59-
"flags": ["api-version", "json", "loglevel", "target-dev-hub", "target-org", "verbose"],
59+
"flags": ["api-version", "json", "loglevel", "target-dev-hub", "target-org"],
6060
"alias": ["force:user:display"]
6161
},
6262
{

messages/display.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@ Output includes the profile name, org ID, access token, instance URL, login URL,
1919
# securityWarning
2020

2121
This command exposes sensitive information that allows for subsequent activity using your current authenticated session.
22-
Sharing this information is equivalent to logging someone in under the current credential, resulting in unintended access and escalation of privilege.
22+
Sharing this information is equivalent to logging someone in under the current credential, resulting in unintended
23+
access and escalation of privilege.
2324
For additional information, review the authorization section of
2425
the https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_auth_web_flow.htm
2526

2627
# flags.target-hub.deprecation
2728

28-
The --target-dev-hub flag is deprecated and is no longer used by this command. The flag will be removed in API version 57.0 or later.
29-
30-
# flags.verbose.summary
31-
32-
Display additional information
29+
The --target-dev-hub flag is deprecated and is no longer used by this command. The flag will be removed in API version
30+
57.0 or later.

src/commands/org/display/user.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import { AuthFields, Connection, Logger, Messages, StateAggregator } from '@salesforce/core';
99
import { ensureString, getString } from '@salesforce/ts-types';
1010
import {
11-
Flags,
1211
loglevel,
1312
optionalHubFlagWithDeprecations,
1413
orgApiVersionFlagWithDeprecations,
@@ -48,7 +47,6 @@ export class DisplayUserCommand extends SfCommand<DisplayUserResult> {
4847
'target-org': requiredOrgFlagWithDeprecations,
4948
'api-version': orgApiVersionFlagWithDeprecations,
5049
loglevel,
51-
verbose: Flags.boolean({ summary: messages.getMessage('flags.verbose.summary') }),
5250
};
5351

5452
private logger: Logger;

0 commit comments

Comments
 (0)