counsyl / stor

A cross-compatible CLI and Python API for accessing block and object storage
https://counsyl.github.io/stor/
Other
35 stars 12 forks source link

Add a `stor completions` command to generate tab completion text #129

Closed jtratner closed 4 years ago

jtratner commented 4 years ago

@pkaleta - in prep for switching to poetry as build tool (which makes it easier to do github actions anyways)

poetry does not support bash scripts in its scripts section. So instead we add a stor completions command to dump to stdout (which accomplishes essentially same purpose as previous)

jtratner commented 4 years ago

@pkaleta - this is actually included in the midst of #130 - just split it out because it's actually a material change