Versions in this module Expand all Collapse all v3 v3.1.2 Jul 27, 2022 Changes in this version + var RootCmd = &cobra.Command + var SSLClientCertificate string + var SSLClientPrivateKey string + var SSLInsecure bool + func Execute() + func RunECreate(cmd *cobra.Command, args []string) error + func RunEDelete(cmd *cobra.Command, args []string) error + func RunEDeploy(cmd *cobra.Command, args []string) error + func RunEPause(cmd *cobra.Command, args []string) error + func RunEResume(cmd *cobra.Command, args []string) error + func RunEUpdate(cmd *cobra.Command, args []string) error + type CustomHeader struct + Name string + Value string + func (h *CustomHeader) Parse(raw string) error + func (h *CustomHeader) String() string + type HeadersFlag struct + Headers []CustomHeader + func (h *HeadersFlag) Set(raw string) error + func (h *HeadersFlag) String() string + func (h *HeadersFlag) Type() string