MCPcopy Index your code
hub / github.com/StackStorm/st2 / run

Method run

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

Source from the content-addressed store, hash-verified

478
479 @add_auth_token_to_kwargs_from_cli
480 def run(self, args, **kwargs):
481 return self.manager.register(args.packs, args.types, **kwargs)
482
483
484class PackSearchCommand(resource.ResourceTableCommand):

Callers

nothing calls this directly

Calls 1

registerMethod · 0.80

Tested by

no test coverage detected