Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "image", Usage: "image utilities & analyzers", HideHelpCommand: true, Category: app.CategoryUtilities, Subcommands: []*cli.Command{ packCommand, browseCommand, scanCommand, lintCommand, analyzeCommand, }, }
View Source
var ImageFlag = &cli.StringFlag{ Name: "image", Usage: "docker image", Required: true, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.