File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ export class Create extends SfdxCommand {
100100 description : messages . getMessage ( 'flags.retry' ) ,
101101 } ) ,
102102 } ;
103+ protected readonly lifecycleEventNames = [ 'postorgcreate' ] ;
103104 private sandboxAuth ?: SandboxUserAuthResponse ;
104105
105106 public async run ( ) : Promise < SandboxProcessObject | ScratchOrgProcessObject > {
@@ -266,8 +267,8 @@ export class Create extends SfdxCommand {
266267 // we'll need the client secret, so prompt the user for it.
267268 const secret = this . flags . clientid
268269 ? await this . ux . prompt ( messages . getMessage ( 'secretPrompt' ) , {
269- type : 'mask' ,
270- } )
270+ type : 'mask' ,
271+ } )
271272 : undefined ;
272273
273274 const createCommandOptions : ScratchOrgRequest = {
You can’t perform that action at this time.
0 commit comments