package cmd
import "github.com/google/go-containerregistry/cmd/gcrane/cmd"
Index ¶
- Variables
- func NewCmdCopy() *cobra.Command
- func NewCmdGc() *cobra.Command
- func NewCmdList() *cobra.Command
Variables ¶
var ( // Root is the top-level cobra.Command for gcrane. 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, PersistentPreRun: func(cmd *cobra.Command, args []string) { if verbose { logs.Debug.SetOutput(os.Stderr) } }, } )
Functions ¶
func NewCmdCopy ¶
NewCmdCopy creates a new cobra.Command for the copy subcommand.
func NewCmdGc ¶
NewCmdGc creates a new cobra.Command for the gc subcommand.
func NewCmdList ¶
NewCmdList creates a new cobra.Command for the ls subcommand.
Source Files ¶
- Version
- v0.1.4
- Published
- Oct 22, 2020
- Platform
- js/wasm
- Imports
- 12 packages
- Last checked
- 2 minutes ago –
Tools for package owners.