Spencer Gibb
f2fc5c8a67
Upgrade to dataflow 1.0.1
...
fixes gh-32
2016-09-26 16:12:57 -06:00
Spencer Gibb
5c8c99af7e
Revert "Update SNAPSHOT to 1.2.0.RC1"
...
This reverts commit 110fa69b975377a1c478faa10fb4f7266a24f8e4.
2016-09-26 16:06:21 -06:00
Spencer Gibb
c2c96700db
Update SNAPSHOT to 1.2.0.RC1
2016-09-26 15:51:32 -06:00
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