B23admin / b23-flowlib

0 stars 0 forks source link

Update component loader to support loading from multiple directories #4

Closed dbkegley closed 5 years ago

dbkegley commented 5 years ago
dbkegley commented 5 years ago

For now the requirement is that components are loaded from a single directory, relative to the directory containing flow.yaml

In the future I would like to address some of the usability issues with this approach by allowing users to use use similar features to ansible galaxy like: flowlib component add https://raw.githubusercontent.com/b23admin/b23-flowlib/master/flowlib-components/component-name.yaml. This command should recursively download the components and its requirements