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

Class ListWorkflowsCommand

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

Source from the content-addressed store, hash-verified

385
386
387class ListWorkflowsCommand(Command):
388 name = "list-workflows"
389 help = "list workflows in the composition"
390
391 def run(self, args: argparse.Namespace) -> None:
392 composition = load_composition(args, munge_services=False)
393 for name in sorted(composition.workflows):
394 print(name)
395
396
397class DescribeCommand(Command):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected