Versions in this module Expand all Collapse all v1 v1.0.0 Oct 4, 2019 Changes in this version + const ERROR_COPYING_SSH_PRIV + const ERROR_COPYING_SSH_PUB + const ERROR_CREATING_EKARA_ENGINE + const ERROR_CREATING_EXCHANGE_FOLDER + const ERROR_INITIALIZING_EKARA_ENGINE + const ERROR_REQUIRED_DESCRIPTOR_URL + const ERROR_REQUIRED_ENV + const ERROR_REQUIRED_FLAG + const ERROR_REQUIRED_SSH_PRIVATE + const ERROR_REQUIRED_SSH_PUBLIC + const ERROR_UNREACHABLE_PARAM_FILE + const LOG_APPLYING_ENV + const LOG_CLI_IMAGE + const LOG_COMMAND_COMPLETED + const LOG_CONTAINER_LOG_IS + const LOG_CONTAINER_LOG_WRITTEN + const LOG_DOWNLOAD_COMPLETED + const LOG_DUMPING_ENV + const LOG_FAIL_ON_PROMPT_RESTART + const LOG_GET_IMAGE + const LOG_PASSING_CONTAINER_ENVARS + const LOG_QUALIFIED_NAME + const LOG_SSH_CONFIRMATION + const LOG_STOPPED + const LOG_VALIDATING_ENV + const LOG_WAITING_DOWNLOAD + const LOG_WAITING_STOP + const PROMPT_RESTART + var Flags = AllFlags + var Logger = log.New(ioutil.Discard, "", log.LstdFlags) + type AllFlags struct + Debug bool + Descriptor DescriptorFlags + Docker DockerFlags + Logging LoggingFlags + Proxy ProxyFlags + SSH SSHFlags + type DescriptorFlags struct + File string + Login string + ParamFile string + Password string + type DockerFlags struct + APIVersion string + Cert string + Host string + TLS bool + type LoggingFlags struct + File string + Verbose bool + VeryVerbose bool + func (l LoggingFlags) ShouldOutputLogs() bool + type ProxyFlags struct + Exclusions string + HTTP string + HTTPS string + type SSHFlags struct + PrivateSSHKey string + PublicSSHKey string