Documentation ¶ Index ¶ Variables func CliVersion() string Constants ¶ This section is empty. Variables ¶ View Source var ( // Root is the root of the tree of irel commands Root = &cobra.Command{ Use: "irel", Short: "irel is a tool for relocating container images", Run: func(cmd *cobra.Command, _ []string) { cmd.Usage() }, DisableAutoGenTag: true, } ) Functions ¶ func CliVersion ¶ func CliVersion() string CliVersion returns a version string based on values supplied at build time Types ¶ This section is empty. Source Files ¶ View all Source files copy.go digest.go env.go layout.go layout_add.go layout_find.go layout_push.go map.go root.go Click to show internal directories. Click to hide internal directories.