This repository was archived by the owner on Mar 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed
packages/sfpowerscripts-cli/src/ui Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -97,29 +97,12 @@ export default class OrgInfoDisplayer
97
97
COLOR_KEY_MESSAGE ( org . getUsername ( ) ) ,
98
98
] ) ;
99
99
table . push ( [
100
- COLOR_HEADER ( `Auth URL` ) ,
101
- COLOR_KEY_MESSAGE ( org . getConnection ( ) . getAuthInfo ( ) . getSfdxAuthUrl ( ) ) ,
100
+ COLOR_HEADER ( `Front Door URL` ) ,
101
+ COLOR_KEY_MESSAGE ( org . getConnection ( ) . getAuthInfo ( ) . getOrgFrontDoorUrl ( ) )
102
102
] ) ;
103
103
SFPLogger . log ( table . toString ( ) , LoggerLevel . INFO ) ;
104
104
105
- SFPLogger . log (
106
- COLOR_TRACE (
107
- `You may use the following commands to authenticate to the org` ,
108
- ) ,
109
- LoggerLevel . INFO ,
110
- ) ;
111
- SFPLogger . log (
112
- COLOR_TRACE ( `cat ${ org . getConnection ( ) . getAuthInfo ( ) . getSfdxAuthUrl ( ) } > ./authfile` ) ,
113
- LoggerLevel . INFO ,
114
- ) ;
115
- SFPLogger . log (
116
- COLOR_TRACE ( `sfdx auth sfdxurl store --sfdxurlfile authfile` ) ,
117
- LoggerLevel . INFO ,
118
- ) ;
119
- SFPLogger . log (
120
- COLOR_TRACE ( `sfdx force org open --u ${ org . getUsername ( ) } ` ) ,
121
- LoggerLevel . INFO ,
122
- ) ;
105
+
123
106
124
107
SFPLogger . log (
125
108
COLOR_HEADER (
You can’t perform that action at this time.
0 commit comments