JSPM

  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q46489F
  • License MIT

File system watching configuration.

Package Exports

  • reconfigure
  • reconfigure/buffer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (reconfigure) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Reconfigure

A reconfiguration service for CoreOS applications.

bash etcd/etcd.sh starts etcd locally.

reconfigure serve --port=8080 --etcdaddr=172.your.IP.10:2379 starts an HTTP server and Reconfigure.

reconfigure register 127.0.0.1:8080 http://54.10.58.4:2333/some-endpoint registers the url http://54.10.58.4:2333/some-endpoint for updates. reconfigure deregister is similar. reconfigure registered returns registered endpoints.

reconfigure set 127.0.0.1:8080 key value sets an etcd key to value.

reconfigure list 127.0.0.1:8080 lists current keys and values.