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

UC 16: As a developer, I want to be notified when synced changes require restart of the container #161

Closed
jorgemoralespou opened this issue Mar 5, 2018 · 1 comment
Labels
kind/epic An issue categorized as a high-level Epic. Needs to be scoped and broken down in 1+ stories/tasks priority/Low Nice to have issue. It's not immediately on the project roadmap to get it done.

Comments

@jorgemoralespou
Copy link
Contributor

As a developer, I want to be notified when synced changes require restart of the container

$ cd myfrontend
$ ocd create nodejs
$ ocd push
$ ocd watch [.]  //blocks terminal and watches for file changes

Output:
Watching for changes.  To stop, use control-c
[11:34:12] server.js was pushed
[12:04:05] logo.png was pushed
[14:07:12] package.json was pushed
[alert] Pushing package.json [pom.xml, composer.json, etc] requires a new build.  
[alert] Starting build (using ocd push)
[alert] Build finished and took 7 seconds
[14:07:20] reattaching to the new container

NOTE: Depending on the language, detection of what will trigger container restart will vary.

@kadel
Copy link
Member

kadel commented Mar 7, 2018

not for mvp

@kadel kadel added the kind/epic An issue categorized as a high-level Epic. Needs to be scoped and broken down in 1+ stories/tasks label Mar 7, 2018
@cdrage cdrage added the priority/Low Nice to have issue. It's not immediately on the project roadmap to get it done. label Sep 5, 2018
@kadel kadel closed this as completed Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/epic An issue categorized as a high-level Epic. Needs to be scoped and broken down in 1+ stories/tasks priority/Low Nice to have issue. It's not immediately on the project roadmap to get it done.
Projects
None yet
Development

No branches or pull requests

3 participants