Spencer Gibb
af4e68719f
Add javaOptions to Deployable.
...
Example command:
```
spring cloud -d configserver -- --logging.level.org.springframework.cloud.launcher.deployer=DEBUG --spring.cloud.launcher.deployables.configserver.java-options=-Dmy.system.prop=myval,-Dmy.system.prop2=yourval
```
fixes gh-18
2016-09-12 15:20:48 -06:00
Dave Syer
ef0cbe904c
Fix version of aether to same as Spring Boot CLI
...
Aether 1.1.0 is coming in from spring-cloud-contract, and it breaks
the classpath badly for CLI apps (pulling in loads of optional
dependencies). Fixing to the same version as Spring Boot works.
2016-09-06 18:34:59 +01:00
Dave Syer
9c443a1c04
Add non-option arguments after "--" to deployer command line
...
This allows user to play nice tricks with the deployer configuration (e.g.
changing the spring profile).
Fixes gh-25
2016-08-16 13:46:42 +01:00
Dave Syer
6aee631561
Add a bunch of new things
...
* support for zipkin server
* if eureka isn't running disable the client
* add --list option to list deployables
2016-07-08 09:44:08 +01:00
Spencer Gibb
76749c4683
Create cloud cli command.
...
Downloads and launches eureka,kafka,configserver,h2 server & hystrix dashboard.
2016-07-05 12:34:18 -06:00