Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ run
Method
run
st2client/st2client/commands/pack.py:400–401 ·
view source on GitHub ↗
(self, args, **kwargs)
Source
from the content-addressed store, hash-verified
398
)
399
400
def
run(self, args, **kwargs):
401
return
self.manager.remove(args.packs, **kwargs)
402
403
@add_auth_token_to_kwargs_from_cli
404
def
run_and_print(self, args, **kwargs):
Callers
nothing calls this directly
Calls
1
remove
Method · 0.80
Tested by
no test coverage detected