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

Function run

misc/python/materialize/cli/scratch/ssh.py:26–31  ·  view source on GitHub ↗
(args: argparse.Namespace)

Source from the content-addressed store, hash-verified

24
25
26def run(args: argparse.Namespace) -> None:
27 if args.instance:
28 instance = get_instance(args.instance)
29 else:
30 instance = pick_instance()
31 mssh(instance, " ".join(args.command))

Callers

nothing calls this directly

Calls 4

get_instanceFunction · 0.90
pick_instanceFunction · 0.90
msshFunction · 0.90
joinMethod · 0.45

Tested by

no test coverage detected