Introduction of non interactive mode (#45)

without this change the only way to execute tasks is to provide their number from the console
with this change we can provide execution options from the command line, we can execute full releases, single steps, multiple steps, bounded and unbounded ranges

fixes #37
fixes #44
prerequisite for #30
This commit is contained in:
Marcin Grzejszczak
2017-09-07 12:56:09 +02:00
committed by GitHub
parent d16d3dee49
commit fb44e65e62
16 changed files with 1145 additions and 180 deletions

View File

@@ -26,6 +26,12 @@
<artifactId>spring-cloud-release-tools-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
<version>5.0.3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>