Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "promoter", Short: "Promotes Docker images", Long: `Promotes Docker images from one Registry into another. Optimizes network traffic by inspecting existing image data.`, Run: func(cmd *cobra.Command, args []string) { os.Exit(1) }, }
RootCmd provides CLI handler for the application
Functions ¶
func ImageNameAndRegistry ¶
ImageNameAndRegistry returns registry, image from provided fqdn
Types ¶
This section is empty.
Source Files
¶
- root.go
Click to show internal directories.
Click to hide internal directories.