Thanks for getting this out. I have been eagerly awaiting the integration of Charm Tools and Amulet to ease the burden of writing tests in charms. I am looking forward to adding much needed tests into charms.
`charm info` is a nice touch for quick access to the readme to look at examples at the command line. -thanks, Antonio On Wed, Dec 11, 2013 at 12:42 PM, Marco Ceppi <[email protected]> wrote: > Hello all, > > As promised on Friday, there is an update to Charm Tools which fixes bugs > and adds new features. Charm Tools 1.2.3 supersedes 1.2.0, 1.2.1, and 1.2.2 > - all of which were uploaded to the PPA. If you managed to pull and update > between now and Monday make sure you have the latest charm-tools installed. > > # Installing/Upgrading > > For Ubuntu users, add ppa:juju/stable if you haven't already and run the > following > > sudo apt-get update > sudo apt-get install charm-tools > > For Windows users, a new Charm Tools MSI will be made available here > https://launchpad.net/charm-tools/1.2/1.2.3 and on the docs. > > For Mac users, we will work to update the homebrew recipe to include the new > version of Charm Tools. > > # Highlights > > ## charm add > > New "add" command create, this will be used to create generators. Currently > only "tests" is available > > ### charm add tests > > `juju charm add tests` will create an example Amulet test file based on > metadata.yaml information for the charm provided (or cwd, if cwd is a charm) > > ## charm get > > We've made `juju charm get` more useful. It accepts standard charm URLs and > will branch accordingly. > - juju charm get wordpress > - juju charm get ~marcoceppi/wordpress > - juju charm get ~marcoceppi/precise/wordpress > - juju charm get precise/wordpress-20 > - juju charm get cs:wordpress > > and any permutations of the above > > ## charm info > > New command `juju charm info` added, this will produce the README of the > charm, if available. Accepts any valid standard charm store URL: > - juju charm info wordpress > - juju charm info cs:precise/wordpress > - juju charm info ~marcoceppi/wordpress > > # Changes > > You can view all bugs addressed in this version at the following urls: > > - https://launchpad.net/charm-tools/1.2/1.2.3 > - https://launchpad.net/charm-tools/1.2/1.2.2 > - https://launchpad.net/charm-tools/1.2/1.2.0 > > The 1.2 series will remain open for patches only at this point. All future > features will be focused on the 1.3 series scheduled for release late > January. > > # Support > > Support for charm-tools is available via bug reporting at > https://bugs.launchpad.net/charm-tools, in #juju on freenode.net, this > mailing list [email protected], and askubuntu.com tagged "juju". > > Thanks, > Marco Ceppi > > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju > -- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
