Documentation ¶
Overview ¶
Package gcrane holds libraries used to implement the gcrane CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Root = &cobra.Command{ Use: "gcrane", Short: "gcrane is a tool for managing container images on gcr.io", Run: func(cmd *cobra.Command, _ []string) { cmd.Usage() }, DisableAutoGenTag: true, }
Root is the top-level cobra.Command for gcrane.
Functions ¶
func NewCmdCopy ¶
NewCmdCopy creates a new cobra.Command for the copy subcommand.
func NewCmdList ¶
NewCmdList creates a new cobra.Command for the ls subcommand.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.