Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
Reset all charms listed in the Juju GUI
for (i = 0; i < 100; i++) { app.db.services.item(i).set('annotations', {'gui-x': -172, 'gui-y': -172}); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment