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

Method run

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

Source from the content-addressed store, hash-verified

500
501 @add_auth_token_to_kwargs_from_cli
502 def run(self, args, **kwargs):
503 return self.manager.search(args, **kwargs)
504
505
506class PackConfigCommand(resource.ResourceCommand):

Callers

nothing calls this directly

Calls 1

searchMethod · 0.80

Tested by

no test coverage detected