mulesoft-labs / mule-gradle-plugin

Plugin for building mule apps with the gradle build system.
Apache License 2.0
24 stars 14 forks source link

Add command line options for publishing to different envrionments. #62

Closed juancavallotti closed 9 years ago

juancavallotti commented 9 years ago

For plugins that allow specifying environments, it would be useful to be able to select the environment using a command line switch, (a system property or an environment variable) rather than specifying it on the script i.e:

$ gradle clean deploy -PcloudhubEnvironment='dev'

We would need to implement properties for:

juancavallotti commented 9 years ago

These features have been implemented, see the following wiki page:

https://github.com/mulesoft-labs/mule-gradle-plugin/wiki/Command-line-Options-for-Environment-Selection