Is your feature request related to a problem? Please describe.
We have many environment initialization routines implemented inside the docker image and run with compose (e.g. docker-compose run backend load_db). In order to completely replace docker-compose with blimp, it would be nice that blimp supports that syntax and behaviour.
Describe the solution you'd like
Be able to blimp run backend load_db (with or without support for the other parameters).
Additional context
$ blimp run backend load_db
unknown command "run" for "blimp"
Did you mean this?
up
PS: I just found this project and looks really promising. Thanks!
Is your feature request related to a problem? Please describe.
We have many environment initialization routines implemented inside the docker image and run with compose (e.g.
docker-compose run backend load_db). In order to completely replacedocker-composewithblimp, it would be nice thatblimpsupports that syntax and behaviour.Describe the solution you'd like
Be able to
blimp run backend load_db(with or without support for the other parameters).Additional context
PS: I just found this project and looks really promising. Thanks!