Documentation ¶
Index ¶
Constants ¶
View Source
const ( ArgApiHost = "api-host" ArgApiPort = "api-port" ArgApiPortHttps = "api-port-https" ArgTlsInsecure = "insecure" ArgOutput = "output" ArgPipelineArg = "pipeline-arg" ArgPipelineExecutionMode = "execution-mode" )
View Source
const ( // Name is the name of the application. Name = "flowpipe" // Version is the current version of the application. Version = "0.0.1" // ShortDescription is a short description of the application used in the CLI. ShortDescription = "Pipelines and workflows for DevSecOps" // LongDescription is a long description of the application used in the CLI. LongDescription = "" /* 126-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func ApplicationName ¶
func ApplicationName() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.