Re: [Plugin] sync-watch: Edit locally, run in the cloud

2015-04-27 Thread Cory Johns
Writing plugins for Juju is actually quite easy in general, and this particular plugin is not terribly complicated, as it uses pyinotify which does most of the heavy lifting. (Note that you may need to install the pyinotify library if updating an existing install of juju-plugins.) The trickiest

Re: [Plugin] sync-watch: Edit locally, run in the cloud

2015-04-24 Thread Wayne Witzel
This is awesome! Thank you. On Fri, Apr 24, 2015 at 8:34 AM, Cory Johns cory.jo...@canonical.com wrote: Last week, while in Nuremberg, Ben and I were able to create a new plugin to enable a much better charm development workflow. Once the Juju Plugins bundle (https://github.com/juju/plugins)

[Plugin] sync-watch: Edit locally, run in the cloud

2015-04-24 Thread Cory Johns
Last week, while in Nuremberg, Ben and I were able to create a new plugin to enable a much better charm development workflow. Once the Juju Plugins bundle (https://github.com/juju/plugins) is installed, you can now run `juju sync-watch unit` to enable local editing of a remote charm. This works

Re: [Plugin] sync-watch: Edit locally, run in the cloud

2015-04-24 Thread Marco Ceppi
This is nothing but pure awesome in plugin form! Thanks for working on this On Fri, Apr 24, 2015 at 8:34 AM Cory Johns cory.jo...@canonical.com wrote: Last week, while in Nuremberg, Ben and I were able to create a new plugin to enable a much better charm development workflow. Once the Juju