sbt/main
Mark Harrah 90134b3af0 'plugins' and 'plugin <name>' commands to inspect plugins
* 'plugins' displays the list of plugins available for each build along with the project IDs each is enabled on
* 'plugin <name>' displays information about a specific plugin in the context of the current project
 - if the plugin is activated on the current project and if so, information about the keys/configurations it provides
 - how the plugin could be activated if possible
* tries to detect when it is run on an aggregating project and adjusts accordingly
 - indicates if an aggregated project has the plugin activated
 - indicates to change to the specific project to get the right context

This is a rough implementation and needs lots of polishing and deduplicating.
The help for the commands needs to be added/expanded.
2014-02-20 13:56:50 -05:00
..
actions/src Fixes to the internal API hooks for the sbt server. 2014-01-14 12:42:40 -05:00
command/src/main/scala/sbt Expand aliases instead of evaluating directly. 2013-11-24 15:19:24 -05:00
settings/src TaskKey[T].previous: Option[T], which returns the value of the task the last time it executed. 2013-12-06 20:45:01 -05:00
src 'plugins' and 'plugin <name>' commands to inspect plugins 2014-02-20 13:56:50 -05:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00