Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve init and dev #656

Closed
wants to merge 40 commits into from
Closed

Improve init and dev #656

wants to merge 40 commits into from

Conversation

LukasGentele
Copy link
Contributor

What issue type does this pull request address? (keep at least one, remove the others)
/kind enhancement

What is this pull request for? Which issues does it resolve? (use resolves #<issue_number> if possible)
This PR changes the behavior of init (see below) and adds a the --interactive / -i flag to devspace dev.

Also resolves #655

Does this pull request has user-facing changes? (e.g. config changes, new/modified commands, new/modified flags)
Yes:

  • init warns when application listens on a system port and asks for forwarding port
  • init now writes a different config which by default disables the terminal and does not override the entrypoint anymore

Does this pull request add new dependencies?
No

What else do we need to know?
Due to a cobra issue (spf13/cobra#866), the --interactive flag must be used as -i/--interactive=value instead of -i/--interactive value (or alternatively without value at all).

@LukasGentele LukasGentele added priority/longterm area/init Related to "devspace init" area/dev Issues related to devspace dev labels Aug 30, 2019
@LukasGentele
Copy link
Contributor Author

closing this in favor of #662 662

LukasGentele pushed a commit that referenced this pull request Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dev Issues related to devspace dev area/init Related to "devspace init"
Projects
None yet
Development

Successfully merging this pull request may close these issues.

devspace init: don't override entrypoint for php containers
2 participants