Package-level declarations

Types

Link copied to clipboard
abstract class BaseSubcommand(help: String = "", name: String? = null) : CliktCommand, Klogging
Link copied to clipboard
class Data : NoOpCliktCommand
Link copied to clipboard
class Deploy : NoOpCliktCommand
Link copied to clipboard
abstract class DeploySubcommand(help: String = "") : BaseSubcommand
Link copied to clipboard
open class Keyper(help: String = "Keyper is a suite of key manage APIs to simplify key creation, management, " + "encryption/decryption in standardized and secured way. " + "For more information, visit: https://jarrid.xyz/keyper") : NoOpCliktCommand
Link copied to clipboard
class Resource(help: String = "Resource module allows you to create, update, delete and list resources. " + "For more information, visit: https://jarrid.xyz/keyper") : Keyper
Link copied to clipboard
abstract class ResourceSubcommand(help: String = "", name: String? = null) : BaseSubcommand

Functions

Link copied to clipboard
fun main(args: Array<String>)