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

Integrate with iotedgehubdev #202

Closed
LazarusX opened this issue Jul 19, 2018 · 3 comments · Fixed by #233
Closed

Integrate with iotedgehubdev #202

LazarusX opened this issue Jul 19, 2018 · 3 comments · Fixed by #233
Assignees
Milestone

Comments

@LazarusX
Copy link
Contributor

LazarusX commented Jul 19, 2018

Currently there are 4 runtime control commands which need be ported for iotedgehubdev (for local development):

  • start: wrapped iotedgehubdev start -d <path-to-deployment-manifest> and iotedgehubdev start -i <input name>, like iotedgedev start (pass deployment manifest path in .env as the <path-to-deployment-manifest> parameter or let users specify via CLI) and iotedgedev start -i <input name>
  • stop: wrapped iotedgehubdev stop
  • setup: iotedgedev setup wraps iotedgehubdev setup -c <connection-string> (pass device connection in .env as the parameter or let users specify via CLI)
  • status: N/A, no status counterpart in iotedgehubdev yet.
@jongio
Copy link
Member

jongio commented Jul 27, 2018

@LazarusX Does start take in the runtime.json config or the deployment.json config?
Also, runtime.json is gone and replaced with YAML. Should we put a sample yaml in place of the runtime.json file?

@jongio jongio added this to the GA milestone Jul 27, 2018
@LazarusX
Copy link
Contributor Author

start should take a deployment.json file. Yes, we can provide a sample runtime.json file.

@LazarusX
Copy link
Contributor Author

Open a separate issue for IoT Edge GA bits #214 as it is planned post-GA, while focus this one on iotedgehubdev integration.

@LazarusX LazarusX changed the title Integrate with iotedge GA bits and iotedgehubdev Integrate with iotedgehubdev Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants