File tree Expand file tree Collapse file tree 5 files changed +0
-5
lines changed
Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,6 @@ export default class CreateSandbox extends SandboxCommandBase<SandboxProcessObje
116116 allowNo : false ,
117117 } ) ,
118118 } ;
119- public static readonly state = 'beta' ;
120119 private flags ! : Interfaces . InferredFlags < typeof CreateSandbox . flags > ;
121120
122121 public async run ( ) : Promise < SandboxProcessObject > {
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ export default class EnvCreateScratch extends SfCommand<ScratchCreateResponse> {
3131 public static readonly examples = messages . getMessages ( 'examples' ) ;
3232 public static readonly aliases = [ 'env:create:scratch' ] ;
3333 public static readonly deprecateAliases = true ;
34- public static readonly state = 'beta' ;
3534
3635 public static readonly flags = {
3736 alias : Flags . string ( {
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ export default class EnvDeleteSandbox extends SfCommand<SandboxDeleteResponse> {
3131 summary : messages . getMessage ( 'flags.no-prompt.summary' ) ,
3232 } ) ,
3333 } ;
34- public static readonly state = 'beta' ;
3534
3635 public async run ( ) : Promise < SandboxDeleteResponse > {
3736 const flags = ( await this . parse ( EnvDeleteSandbox ) ) . flags ;
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ export default class EnvDeleteScratch extends SfCommand<ScratchDeleteResponse> {
3333 summary : messages . getMessage ( 'flags.no-prompt.summary' ) ,
3434 } ) ,
3535 } ;
36- public static readonly state = 'beta' ;
3736
3837 public async run ( ) : Promise < ScratchDeleteResponse > {
3938 const flags = ( await this . parse ( EnvDeleteScratch ) ) . flags ;
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ export default class ResumeSandbox extends SandboxCommandBase<SandboxProcessObje
7070 description : messages . getMessage ( 'flags.targetOrg.description' ) ,
7171 } ) ,
7272 } ;
73- public static readonly state = 'beta' ;
7473 private flags ! : Interfaces . InferredFlags < typeof ResumeSandbox . flags > ;
7574
7675 public async run ( ) : Promise < SandboxProcessObject > {
You can’t perform that action at this time.
0 commit comments