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:
committed by
GitHub
parent
d16d3dee49
commit
fb44e65e62
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user