mirror of https://github.com/sbt/sbt.git
* '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. |
||
|---|---|---|
| .. | ||
| actions/src | ||
| command/src/main/scala/sbt | ||
| settings/src | ||
| src | ||
| NOTICE | ||