commands

package
v0.0.0-...-5f02759 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2023 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ImgPkgCommands = map[string]bool{
	"image": true,
	"zpkg":  true,
}
View Source
var ManageCommands = map[string]bool{
	"cache":       true,
	"contents":    true,
	"configure":   true,
	"freeze":      true,
	"info":        true,
	"install":     true,
	"list":        true,
	"pki":         true,
	"plan":        true,
	"refresh":     true,
	"remove":      true,
	"repo":        true,
	"status":      true,
	"thaw":        true,
	"transaction": true,
	"update":      true,
}
View Source
var PublishCommands = map[string]bool{
	"channel": true,
	"fetch":   true,
	"publish": true,
}
View Source
var UsageTemplate = `` /* 1599-byte string literal not displayed */

TODO get rid of this once cobra cmd has command groups

View Source
var Version string
View Source
var ZpsCommands = map[string]bool{
	"help":    true,
	"tpl":     true,
	"version": true,
}

Functions

func SetupEventHandlers

func SetupEventHandlers(emitter *emission.Emitter, ui *cli.Ui)

Types

type ZpsCacheCleanCommand

type ZpsCacheCleanCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsCacheCleanCommand

func NewZpsCacheCleanCommand() *ZpsCacheCleanCommand

type ZpsCacheClearCommand

type ZpsCacheClearCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsCacheClearCommand

func NewZpsCacheClearCommand() *ZpsCacheClearCommand

type ZpsCacheCommand

type ZpsCacheCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsCacheCommand

func NewZpsCacheCommand() *ZpsCacheCommand

type ZpsChannelCommand

type ZpsChannelCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsChannelCommand

func NewZpsChannelCommand() *ZpsChannelCommand

type ZpsConfigureCommand

type ZpsConfigureCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsConfigureCommand

func NewZpsConfigureCommand() *ZpsConfigureCommand

type ZpsContentsCommand

type ZpsContentsCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsContentsCommand

func NewZpsContentsCommand() *ZpsContentsCommand

type ZpsFetchCommand

type ZpsFetchCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsFetchCommand

func NewZpsFetchCommand() *ZpsFetchCommand

type ZpsFreezeCommand

type ZpsFreezeCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsFreezeCommand

func NewZpsFreezeCommand() *ZpsFreezeCommand

type ZpsImageCommand

type ZpsImageCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsImageCommand

func NewZpsImageCommand() *ZpsImageCommand

type ZpsImageCurrentCommand

type ZpsImageCurrentCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsImageCurrentCommand

func NewZpsImageCurrentCommand() *ZpsImageCurrentCommand

type ZpsImageDeleteCommand

type ZpsImageDeleteCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsImageDeleteCommand

func NewZpsImageDeleteCommand() *ZpsImageDeleteCommand

type ZpsImageInitCommand

type ZpsImageInitCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsImageInitCommand

func NewZpsImageInitCommand() *ZpsImageInitCommand

type ZpsImageListCommand

type ZpsImageListCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsImageListCommand

func NewZpsImageListCommand() *ZpsImageListCommand

type ZpsInfoCommand

type ZpsInfoCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsInfoCommand

func NewZpsInfoCommand() *ZpsInfoCommand

type ZpsInstallCommand

type ZpsInstallCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsInstallCommand

func NewZpsInstallCommand() *ZpsInstallCommand

type ZpsListCommand

type ZpsListCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsListCommand

func NewZpsListCommand() *ZpsListCommand

type ZpsPkiCommand

type ZpsPkiCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsPkiCommand

func NewZpsPkiCommand() *ZpsPkiCommand

type ZpsPkiKeyPairCommand

type ZpsPkiKeyPairCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsPkiKeyPairCommand

func NewZpsPkiKeyPairCommand() *ZpsPkiKeyPairCommand

type ZpsPkiKeyPairImportCommand

type ZpsPkiKeyPairImportCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsPkiKeyPairImportCommand

func NewZpsPkiKeyPairImportCommand() *ZpsPkiKeyPairImportCommand

type ZpsPkiKeyPairListCommand

type ZpsPkiKeyPairListCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsPkiKeyPairListCommand

func NewZpsPkiKeyPairListCommand() *ZpsPkiKeyPairListCommand

type ZpsPkiKeyPairRemoveCommand

type ZpsPkiKeyPairRemoveCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsPkiKeyPairRemoveCommand

func NewZpsPkiKeyPairRemoveCommand() *ZpsPkiKeyPairRemoveCommand

type ZpsPkiTrustCommand

type ZpsPkiTrustCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsPkiTrustCommand

func NewZpsPkiTrustCommand() *ZpsPkiTrustCommand

type ZpsPkiTrustFetchCommand

type ZpsPkiTrustFetchCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsPkiTrustFetchCommand

func NewZpsPkiTrustFetchCommand() *ZpsPkiTrustFetchCommand

type ZpsPkiTrustImportCommand

type ZpsPkiTrustImportCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsPkiTrustImportCommand

func NewZpsPkiTrustImportCommand() *ZpsPkiTrustImportCommand

type ZpsPkiTrustListCommand

type ZpsPkiTrustListCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsPkiTrustListCommand

func NewZpsPkiTrustListCommand() *ZpsPkiTrustListCommand

type ZpsPkiTrustRemoveCommand

type ZpsPkiTrustRemoveCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsPkiTrustRemoveCommand

func NewZpsPkiTrustRemoveCommand() *ZpsPkiTrustRemoveCommand

type ZpsPlanCommand

type ZpsPlanCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsPlanCommand

func NewZpsPlanCommand() *ZpsPlanCommand

type ZpsPublishCommand

type ZpsPublishCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsPublishCommand

func NewZpsPublishCommand() *ZpsPublishCommand

type ZpsRefreshCommand

type ZpsRefreshCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsRefreshCommand

func NewZpsRefreshCommand() *ZpsRefreshCommand

type ZpsRemoveCommand

type ZpsRemoveCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsRemoveCommand

func NewZpsRemoveCommand() *ZpsRemoveCommand

type ZpsRepoCommand

type ZpsRepoCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsRepoCommand

func NewZpsRepoCommand() *ZpsRepoCommand

type ZpsRepoContentsCommand

type ZpsRepoContentsCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsRepoContentsCommand

func NewZpsRepoContentsCommand() *ZpsRepoContentsCommand

type ZpsRepoInitCommand

type ZpsRepoInitCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsRepoInitCommand

func NewZpsRepoInitCommand() *ZpsRepoInitCommand

type ZpsRepoListCommand

type ZpsRepoListCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsRepoListCommand

func NewZpsRepoListCommand() *ZpsRepoListCommand

type ZpsRepoUnlockCommand

type ZpsRepoUnlockCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsRepoUnlockCommand

func NewZpsRepoUnlockCommand() *ZpsRepoUnlockCommand

type ZpsRepoUpdateCommand

type ZpsRepoUpdateCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsRepoUpdateCommand

func NewZpsRepoUpdateCommand() *ZpsRepoUpdateCommand

type ZpsRootCommand

type ZpsRootCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsRootCommand

func NewZpsRootCommand() *ZpsRootCommand

type ZpsStatusCommand

type ZpsStatusCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsStatusCommand

func NewZpsStatusCommand() *ZpsStatusCommand

type ZpsThawCommand

type ZpsThawCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsThawCommand

func NewZpsThawCommand() *ZpsThawCommand

type ZpsTplCommand

type ZpsTplCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsTplCommand

func NewZpsTplCommand() *ZpsTplCommand

type ZpsTransactionCommand

type ZpsTransactionCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsTransactionCommand

func NewZpsTransactionCommand() *ZpsTransactionCommand

type ZpsTransactionListCommand

type ZpsTransactionListCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsTransactionListCommand

func NewZpsTransactionListCommand() *ZpsTransactionListCommand

type ZpsUpdateCommand

type ZpsUpdateCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsUpdateCommand

func NewZpsUpdateCommand() *ZpsUpdateCommand

type ZpsVersionCommand

type ZpsVersionCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsVersionCommand

func NewZpsVersionCommand() *ZpsVersionCommand

type ZpsZpkgBuildCommand

type ZpsZpkgBuildCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsZpkgBuildCommand

func NewZpsZpkgBuildCommand() *ZpsZpkgBuildCommand

type ZpsZpkgCommand

type ZpsZpkgCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsZpkgCommand

func NewZpsZpkgCommand() *ZpsZpkgCommand

type ZpsZpkgContentsCommand

type ZpsZpkgContentsCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsZpkgContentsCommand

func NewZpsZpkgContentsCommand() *ZpsZpkgContentsCommand

type ZpsZpkgExtractCommand

type ZpsZpkgExtractCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsZpkgExtractCommand

func NewZpsZpkgExtractCommand() *ZpsZpkgExtractCommand

type ZpsZpkgInfoCommand

type ZpsZpkgInfoCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsZpkgInfoCommand

func NewZpsZpkgInfoCommand() *ZpsZpkgInfoCommand

type ZpsZpkgManifestCommand

type ZpsZpkgManifestCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsZpkgManifestCommand

func NewZpsZpkgManifestCommand() *ZpsZpkgManifestCommand

type ZpsZpkgSignCommand

type ZpsZpkgSignCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsZpkgSignCommand

func NewZpsZpkgSignCommand() *ZpsZpkgSignCommand

type ZpsZpkgValidateCommand

type ZpsZpkgValidateCommand struct {
	*cobra.Command
	*cli.Ui
}

func NewZpsZpkgValidateCommand

func NewZpsZpkgValidateCommand() *ZpsZpkgValidateCommand

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL