All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.octopusden.octopus.automation.teamcity.Application.kt Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
package org.octopusden.octopus.automation.teamcity

import com.github.ajalt.clikt.core.subcommands

const val SPLIT_SYMBOLS = "[,;]"

fun main(args: Array) {
    TeamcityCommand().subcommands(
        TeamcityCreateBuildChainCommand(),
        TeamcityReplaceVcsRootCommand(),
        TeamcityUpdateParameterCommand().subcommands(
            TeamcityUpdateParameterSetCommand(),
            TeamcityUpdateParameterIncrementCommand()
        ),
        TeamcityUploadMetarunnersCommand()
    ).main(args)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy