-
Couldn't load subscription status.
- Fork 49
Description
Describe the bug
Not really a bug, more of a feature request
Allow dip to dip install the newest files needed for dip to run and manage itself:
A simpler way of kicking of dip in a new project as I caught myself setting up a new project via:
cp -r ../some-other-project/.dockerdev .cp ../some-other-project/dip.yml .cp ../some-other-project/docker-compose.yml .
To Reproduce
Steps to reproduce the behavior:
- Provide dip.yml config
- Provide docker-compose.yml
- Run command
- See error
Expected behavior
dip install
gives me
.dockerdevfolderdocker-compose.ymlthe latest and greatest versiondip.ymlthe latest and greatest
Screenshots
If applicable, add screenshots to help explain your problem.
Context (please complete the following information):
- OS: [e.g. Ubuntu 18.04.3]
- Version [e.g. binary 4.3.2]
Additional context
I agree this has some RTFM to it, as I would be able to start from the latest and greatest by searching around a little, but still, I think this would make for a great extension of an already great 🚀 gem.