io.sureshg.cmd / Install

Install

@Command("installcerts", "Creates PKCS12 TrustStore by retrieving server certificates") class Install

Install command.

Author
Suresh

Constructors

<init>

Install()

Install command.

Properties

all

var all: Boolean

buildAttrs

val buildAttrs: Attributes?

Build info attributes

debug

var debug: Boolean

helpOption

lateinit var helpOption: HelpOption

hostPort

val hostPort: Pair<String, Int>

Split the host and port from the uri

noJdkCaCerts

var noJdkCaCerts: Boolean

showVersion

var showVersion: Boolean

storePasswd

var storePasswd: String

timeout

var timeout: Int

uri

var uri: String

verbose

var verbose: Boolean

Functions

run

fun run(): Unit

Executes the command

Extension Properties

p

val Any?.p: Unit

Prints the Any.toString to console.