driplineorg / dripline-python

python implementation of project8/dripline
Apache License 2.0
3 stars 6 forks source link

write an executable equivalent to `dragonfly serve` #18

Closed laroque closed 5 years ago

laroque commented 5 years ago

That logic can be found here: https://github.com/project8/dragonfly/blob/d70d20a42c4f8375dbb69b313b6e78d617a8980b/dragonfly/subcommands/open_spimescape_portal.py#L28

This should make use of scarab's CLI feature set

laroque commented 5 years ago

There's an initial version of this included in PR #32