typesafehub / sbt-conductr

Typesafe ConductR plugin for sbt
Other
29 stars 22 forks source link

Load/run multiple bundles at once #125

Closed huntc closed 7 years ago

huntc commented 8 years ago

When loading bundles from the root project of a project that has sub projects, tab completion should complete with all bundles that can be found. Perhaps a -- option can be used to delineate between each bundle/bundle configuration pair.

Similarly, a conduct runall command could be used to run all the bundles that are sub projects to the root project.

The runAll should also take care of creating bundles, loading them, running them and handling the cassandra configuration while also loading and running cassandra.

huntc commented 7 years ago

Closing - the install command serves this purpose.