Skip to content

Commit 0bf7446

Browse files
committed
Remove left over jetpack docker monorepo command
1 parent 38ed1b1 commit 0bf7446

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

tools/cli/commands/docker.js

-24
Original file line numberDiff line numberDiff line change
@@ -818,30 +818,6 @@ export function dockerDefine( yargs ) {
818818
description: 'Set jurassic tube config',
819819
handler: argv => execJtCmdHandler( argv ),
820820
} )
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-
} )
845821
.command( {
846822
command: 'config',
847823
description: 'Generate Docker configuration files',

0 commit comments

Comments
 (0)