st2 icon indicating copy to clipboard operation
st2 copied to clipboard

Added get-dependencies option to install_pack.py

Open jk464 opened this issue 1 year ago • 2 comments

Enhances install_pack.py so that you can pass an optional flag to it (--get-dependencies) that will for a given pack when it is installed will also install any other packs the parent pack depdends on it.

Useful when using https://github.com/StackStorm/st2packs-dockerfiles/ to build a st2packs image, the user only has to provide the list of packs they want, without having to determine if they have any further packs as depdencies.

jk464 avatar Jun 21 '23 10:06 jk464

needs a changelog entry

guzzijones avatar Jun 23 '23 21:06 guzzijones

@guzzijones I've added a Changelog entry now

jk464 avatar Aug 15 '23 14:08 jk464