Skip to content

Feature request: Make it easier to bootstrap a new project with dip install #94

@blijblijblij

Description

@blijblijblij

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:

  1. Provide dip.yml config
  2. Provide docker-compose.yml
  3. Run command
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions