Kotlin Helper to manage several cloud related config. Will be useful for configuring cloud credentials inside docker image.
- Get Properties from OS Environment Variable and Java System Properties
- ANSI Colored String for Console
- Execute command and redirect output to file
- AWS Credentials
- Chef Client Config
- Google Cloud
- Ssh Config
repositories {
jcenter()
}
compile 'id.jasoet:scripts-commons:1.0.0'
<dependency>
<groupId>id.jasoet</groupId>
<artifactId>scripts-commons</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>