You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate reactors module from sd2e/base-images: basically all the devops/testing work required for distribution
Improve code quality for Reactor class
Restructure code hierarchy such that it is (somewhat) consistent with tapis-cli (e.g. usage.py, validate.py, etc. similar to tapis files)
Build a container-local reactors CLI around the above hierarchy
Update sd2e/base-images such that they pip install tapis-reactors (or equivalent)
Integrate the reactors CLI with tapis-cli : e.g. get tapis reactors usage --image sd2e/my_reactor to call docker sd2e/my_reactor python3 -m reactors usage
Work on docs asynchronously throughout this process
The text was updated successfully, but these errors were encountered:
reactors
module fromsd2e/base-images
: basically all the devops/testing work required for distributionReactor
classtapis-cli
(e.g. usage.py, validate.py, etc. similar to tapis files)reactors
CLI around the above hierarchysd2e/base-images
such that theypip install tapis-reactors
(or equivalent)reactors
CLI withtapis-cli
: e.g. gettapis reactors usage --image sd2e/my_reactor
to calldocker sd2e/my_reactor python3 -m reactors usage
The text was updated successfully, but these errors were encountered: