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

Method run

st2client/st2client/commands/resource.py:423–432  ·  view source on GitHub ↗
(self, args, **kwargs)

Source from the content-addressed store, hash-verified

421
422 @add_auth_token_to_kwargs_from_cli
423 def run(self, args, **kwargs):
424 filters = {"pack": args.pack}
425 filters.update(**kwargs)
426
427 include_attributes = self._get_include_attributes(args=args)
428 if include_attributes:
429 include_attributes = ",".join(include_attributes)
430 filters["params"] = {"include_attributes": include_attributes}
431
432 return self.manager.get_all(**filters)
433
434
435class ResourceGetCommand(ResourceViewCommand):

Callers

nothing calls this directly

Calls 3

updateMethod · 0.45
get_allMethod · 0.45

Tested by

no test coverage detected