You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
.dockerdev folder
docker-compose.yml the latest and greatest version
dip.yml the 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.
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
dip install
gives me
.dockerdev
folderdocker-compose.yml
the latest and greatest versiondip.yml
the latest and greatestScreenshots
If applicable, add screenshots to help explain your problem.
Context (please complete the following information):
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.
The text was updated successfully, but these errors were encountered: