File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -818,30 +818,6 @@ export function dockerDefine( yargs ) {
818
818
description : 'Set jurassic tube config' ,
819
819
handler : argv => execJtCmdHandler ( argv ) ,
820
820
} )
821
- . command ( {
822
- command : 'monorepo' ,
823
- description : 'Run commands in monorepo container' ,
824
- builder : yargCmd =>
825
- defaultOpts ( yargCmd ) . option ( 'cmd' , {
826
- alias : 'c' ,
827
- describe : 'Command to run' ,
828
- type : 'string' ,
829
- demandOption : true ,
830
- } ) ,
831
- handler : argv => {
832
- const opts = buildComposeFiles ( ) . concat ( [
833
- 'run' ,
834
- '--rm' ,
835
- 'monorepo' ,
836
- 'bash' ,
837
- '-c' ,
838
- argv . cmd ,
839
- ] ) ;
840
-
841
- const envOpts = buildEnv ( argv ) ;
842
- composeExecutor ( argv , opts , envOpts ) ;
843
- } ,
844
- } )
845
821
. command ( {
846
822
command : 'config' ,
847
823
description : 'Generate Docker configuration files' ,
You can’t perform that action at this time.
0 commit comments