Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = common.NewCmd( "images", "Manage inference container images", `Manage Open Data Hub inference container images from the command line. This command allows you to list and build inference container images suitable for deployment in edge environments.`, cobra.NoArgs, []flags.Flag{ flags.FlagNamespace.SetInherited(), flags.FlagModelRegistryURL.SetParentFlag(), flags.FlagKubeconfig.SetParentFlag(), }, common.SubCommandList, NewImagesModel, )
Functions ¶
func NewImagesModel ¶
func NewImagesModel( args []string, flgs map[string]string, subCommand common.SubCommand, ) tea.Model
NewImagesModel creates a new bubbletea model for the images command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.