Documentation ¶
Index ¶
- Variables
- func NewCmdAppend() *cobra.Command
- func NewCmdConfig() *cobra.Command
- func NewCmdCopy() *cobra.Command
- func NewCmdDelete() *cobra.Command
- func NewCmdDigest() *cobra.Command
- func NewCmdList() *cobra.Command
- func NewCmdManifest() *cobra.Command
- func NewCmdPull() *cobra.Command
- func NewCmdPush() *cobra.Command
- func NewCmdRebase() *cobra.Command
- func NewCmdValidate() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
var Root = &cobra.Command{ Use: "crane", Short: "Crane is a tool for managing container images", Run: func(cmd *cobra.Command, _ []string) { cmd.Usage() }, DisableAutoGenTag: true, }
Root is the top-level cobra.Command for crane.
Functions ¶
func NewCmdAppend ¶
NewCmdAppend creates a new cobra.Command for the append subcommand.
func NewCmdConfig ¶
NewCmdConfig creates a new cobra.Command for the config subcommand.
func NewCmdCopy ¶
NewCmdCopy creates a new cobra.Command for the copy subcommand.
func NewCmdDelete ¶
NewCmdDelete creates a new cobra.Command for the delete subcommand.
func NewCmdDigest ¶
NewCmdDigest creates a new cobra.Command for the digest subcommand.
func NewCmdList ¶
NewCmdList creates a new cobra.Command for the ls subcommand.
func NewCmdManifest ¶
NewCmdManifest creates a new cobra.Command for the manifest subcommand.
func NewCmdPull ¶
NewCmdPull creates a new cobra.Command for the pull subcommand.
func NewCmdPush ¶
NewCmdPush creates a new cobra.Command for the push subcommand.
func NewCmdRebase ¶
NewCmdRebase creates a new cobra.Command for the rebase subcommand.
func NewCmdValidate ¶
NewCmdValidate creates a new cobra.Command for the validate subcommand.
Types ¶
This section is empty.