You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to acquia-...@googlegroups.com
After a couple of weeks of solid development and rewriting the codebase, the 2.0.0 milestone of the Acquia Toolbelt is released.
Some of the changes include:
Breaking all the functionality out into their own classes.
Add in a default subscription handler for using the first subscription a user has access to should one not be defined.
Rake style commands instead of hyphenated ones. Old:
acquia list-databases
New:
acquia databases:list
More coverage and unit testing to ensure development can be faster without as much regression testing.
Because this is a 2.0.0 release, the old commands have been dropped in favour of the new rake style commands so unfortunately updating will require checking out the new syntax and possibilities. The wiki covers all the new available commands and how to use them.