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

Method run

st2client/st2client/commands/pack.py:236–237  ·  view source on GitHub ↗
(self, args, **kwargs)

Source from the content-addressed store, hash-verified

234
235 @add_auth_token_to_kwargs_from_cli
236 def run(self, args, **kwargs):
237 return self.manager.search(args, **kwargs)
238
239
240class PackInstallCommand(PackAsyncCommand):

Callers 2

run_and_printMethod · 0.45
run_and_printMethod · 0.45

Calls 1

searchMethod · 0.80

Tested by

no test coverage detected