symphony-org / frost

Frost
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Allow plugins to be silent #25

Open EncodePanda opened 5 years ago

EncodePanda commented 5 years ago

Plugins normally make some effects (etc build a project) and render a value. Give ability to the user to mark plugin as silent which will ignore the rendering part of the plugin

For example

```frost:maven.build
might build a maven Java project and render the output, while

will only trigger the build but not render the output