MCPcopy Create free account
hub / github.com/StackStorm/st2 / run

Method run

st2client/st2client/commands/action_alias.py:113–118  ·  view source on GitHub ↗
(self, args, **kwargs)

Source from the content-addressed store, hash-verified

111
112 @resource.add_auth_token_to_kwargs_from_cli
113 def run(self, args, **kwargs):
114 alias_match = ActionAliasMatch()
115 alias_match.command = args.match_text
116
117 match, _ = self.manager.match(alias_match, **kwargs)
118 return [match]
119
120 def run_and_print(self, args, **kwargs):
121 instances = self.run(args, **kwargs)

Callers 1

run_and_printMethod · 0.95

Calls 2

ActionAliasMatchClass · 0.90
matchMethod · 0.45

Tested by

no test coverage detected