Documentation ¶
Index ¶
- func GetAllFlag(cmd *cobra.Command) bool
- func GetAppFlag(cmd *cobra.Command) (appName string, deferable func())
- func GetHiddenFlag(cmd *cobra.Command) bool
- func GetImageFlag(cmd *cobra.Command) string
- func GetNewImageFlag(cmd *cobra.Command) *string
- func GetVersionFlag(cmd *cobra.Command) bool
- func UseAllFlag(cmd *cobra.Command)
- func UseAppFlag(cmd *cobra.Command)
- func UseEditAppFlags(cmd *cobra.Command)
- func UseHiddenFlag(cmd *cobra.Command)
- func UseImageFlag(cmd *cobra.Command)
- func UseNewImageFlag(cmd *cobra.Command)
- func UseSetTraefikFlags(cmd *cobra.Command)
- func UseUpdateRunConfigFlags(cmd *cobra.Command)
- func UseVersionFlag(cmd *cobra.Command)
- type ConfigureApp
- type EditApp
- type SetTraefik
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllFlag ¶
func GetAppFlag ¶
func GetHiddenFlag ¶
func GetImageFlag ¶
func GetNewImageFlag ¶ added in v0.3.0
func GetVersionFlag ¶
func UseAllFlag ¶
func UseAppFlag ¶
func UseEditAppFlags ¶ added in v0.4.0
func UseHiddenFlag ¶
func UseImageFlag ¶
func UseNewImageFlag ¶ added in v0.3.0
func UseSetTraefikFlags ¶ added in v0.4.0
func UseUpdateRunConfigFlags ¶ added in v0.4.0
func UseVersionFlag ¶
Types ¶
type ConfigureApp ¶ added in v0.4.0
type ConfigureApp struct { AddTargetPorts []uint32 RMTargetPorts []uint32 AddPublishedPorts []uint32 RMPublishedPorts []uint32 AddPlacementConstraint []string RMPlacementConstraint []string AddVolume []string RMVolume []string }
func GetConfigureAppFlags ¶ added in v0.4.0
func GetConfigureAppFlags(cmd *cobra.Command) *ConfigureApp
type EditApp ¶ added in v0.4.0
func GetEditAppFlags ¶ added in v0.4.0
type SetTraefik ¶ added in v0.4.0
func GetSetTraefikFlags ¶ added in v0.4.0
func GetSetTraefikFlags(cmd *cobra.Command) *SetTraefik
Click to show internal directories.
Click to hide internal directories.