MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / run

Method run

misc/python/materialize/cli/mzcompose.py:975–981  ·  view source on GitHub ↗
(self, args: argparse.Namespace)

Source from the content-addressed store, hash-verified

973 )
974
975 def run(self, args: argparse.Namespace) -> Any:
976 args.unknown_subargs[0:0] = ["--timeout", "0"]
977 args.unknown_subargs.append("--volumes")
978 # --remove-orphans needs to be in effect at all times otherwise
979 # services added to a composition after the fact will not be cleaned up
980 args.unknown_subargs.append("--remove-orphans")
981 super().run(args)
982
983
984EventsCommand = DockerComposeCommand(

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected