faradayio / cage

Develop and deploy complex Docker applications
http://cage.faraday.io
Apache License 2.0
307 stars 26 forks source link

`cage script` support? #33

Closed emk closed 7 years ago

emk commented 7 years ago

Larger cage projects often have some associated shell scripts, many of which call back into cage repeatedly to perform some task like database seeding with specific (larger than usual) data sets.

@dkastner and I have discussed having a cage script command:

cage script load-data full

This would call $PROJ/scripts/load-data full, but with a few wrinkles:

Would this offer enough value to be worth the complexity?

emk commented 7 years ago

There doesn't seem to be a lot of enthusiasm (or need) for this yet, so I'm going to close this issue. But if anybody has a use-case, please feel free to re-open it!