Versions in this module Expand all Collapse all v1 v1.0.1 Jun 25, 2024 Changes in this version + var ConfigCommand = &cli.Command + var DefaultCommands = []*cli.Command + var PublishCommand = &cli.Command + var StatusCommand = &cli.Command + var VersionCommand = &cli.Command + var WipeCommand = &cli.Command + func GetAndMergeConfigFromContext(c *cli.Context) (*libconfig.Config, error) + func GetConfigFromContext(c *cli.Context) (*libconfig.Config, error) + func GetFlagsAndMetadata() ([]cli.Flag, map[string]interface{}, error) + func StringSliceTrySplit(ctx *cli.Context, name string) []string + type ContainerStore struct