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

Class DescriptionCommand

misc/python/materialize/cli/mzcompose.py:437–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435
436
437class DescriptionCommand(Command):
438 name = "description"
439 help = "fetch the Python code description from mzcompose.py"
440
441 def run(self, args: argparse.Namespace) -> None:
442 composition = load_composition(args, munge_services=False)
443 print(composition.description)
444
445
446class SqlCommand(Command):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected