Is there a way with juju commands to clear the juju charm cache for a particular charm from a running bootstrap node?
I'm writing a charm and for during development when I've made changes to a charm but don't commit a revision update I want to be able to iterate quicker.
-u
switch after rewriting a charm and resetting its revision 0. Juju kept using its cached version and would not take my new version from disk. – mars Mar 29 '13 at 15:53