Documentation ¶
Index ¶
- Variables
- func SetupEventHandlers(emitter *emission.Emitter, ui *cli.Ui)
- type ZpsCacheCleanCommand
- type ZpsCacheClearCommand
- type ZpsCacheCommand
- type ZpsChannelCommand
- type ZpsConfigureCommand
- type ZpsContentsCommand
- type ZpsFetchCommand
- type ZpsFreezeCommand
- type ZpsImageCommand
- type ZpsImageCurrentCommand
- type ZpsImageDeleteCommand
- type ZpsImageInitCommand
- type ZpsImageListCommand
- type ZpsInfoCommand
- type ZpsInstallCommand
- type ZpsListCommand
- type ZpsPkiCommand
- type ZpsPkiKeyPairCommand
- type ZpsPkiKeyPairImportCommand
- type ZpsPkiKeyPairListCommand
- type ZpsPkiKeyPairRemoveCommand
- type ZpsPkiTrustCommand
- type ZpsPkiTrustFetchCommand
- type ZpsPkiTrustImportCommand
- type ZpsPkiTrustListCommand
- type ZpsPkiTrustRemoveCommand
- type ZpsPlanCommand
- type ZpsPublishCommand
- type ZpsRefreshCommand
- type ZpsRemoveCommand
- type ZpsRepoCommand
- type ZpsRepoContentsCommand
- type ZpsRepoInitCommand
- type ZpsRepoListCommand
- type ZpsRepoUnlockCommand
- type ZpsRepoUpdateCommand
- type ZpsRootCommand
- type ZpsStatusCommand
- type ZpsThawCommand
- type ZpsTplCommand
- type ZpsTransactionCommand
- type ZpsTransactionListCommand
- type ZpsUpdateCommand
- type ZpsVersionCommand
- type ZpsZpkgBuildCommand
- type ZpsZpkgCommand
- type ZpsZpkgContentsCommand
- type ZpsZpkgExtractCommand
- type ZpsZpkgInfoCommand
- type ZpsZpkgManifestCommand
- type ZpsZpkgSignCommand
- type ZpsZpkgValidateCommand
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
Functions ¶
Types ¶
type ZpsCacheCleanCommand ¶
func NewZpsCacheCleanCommand ¶
func NewZpsCacheCleanCommand() *ZpsCacheCleanCommand
type ZpsCacheClearCommand ¶
func NewZpsCacheClearCommand ¶
func NewZpsCacheClearCommand() *ZpsCacheClearCommand
type ZpsCacheCommand ¶
func NewZpsCacheCommand ¶
func NewZpsCacheCommand() *ZpsCacheCommand
type ZpsChannelCommand ¶
func NewZpsChannelCommand ¶
func NewZpsChannelCommand() *ZpsChannelCommand
type ZpsConfigureCommand ¶
func NewZpsConfigureCommand ¶
func NewZpsConfigureCommand() *ZpsConfigureCommand
type ZpsContentsCommand ¶
func NewZpsContentsCommand ¶
func NewZpsContentsCommand() *ZpsContentsCommand
type ZpsFetchCommand ¶
func NewZpsFetchCommand ¶
func NewZpsFetchCommand() *ZpsFetchCommand
type ZpsFreezeCommand ¶
func NewZpsFreezeCommand ¶
func NewZpsFreezeCommand() *ZpsFreezeCommand
type ZpsImageCommand ¶
func NewZpsImageCommand ¶
func NewZpsImageCommand() *ZpsImageCommand
type ZpsImageCurrentCommand ¶
func NewZpsImageCurrentCommand ¶
func NewZpsImageCurrentCommand() *ZpsImageCurrentCommand
type ZpsImageDeleteCommand ¶
func NewZpsImageDeleteCommand ¶
func NewZpsImageDeleteCommand() *ZpsImageDeleteCommand
type ZpsImageInitCommand ¶
func NewZpsImageInitCommand ¶
func NewZpsImageInitCommand() *ZpsImageInitCommand
type ZpsImageListCommand ¶
func NewZpsImageListCommand ¶
func NewZpsImageListCommand() *ZpsImageListCommand
type ZpsInfoCommand ¶
func NewZpsInfoCommand ¶
func NewZpsInfoCommand() *ZpsInfoCommand
type ZpsInstallCommand ¶
func NewZpsInstallCommand ¶
func NewZpsInstallCommand() *ZpsInstallCommand
type ZpsListCommand ¶
func NewZpsListCommand ¶
func NewZpsListCommand() *ZpsListCommand
type ZpsPkiCommand ¶
func NewZpsPkiCommand ¶
func NewZpsPkiCommand() *ZpsPkiCommand
type ZpsPkiKeyPairCommand ¶
func NewZpsPkiKeyPairCommand ¶
func NewZpsPkiKeyPairCommand() *ZpsPkiKeyPairCommand
type ZpsPkiKeyPairImportCommand ¶
func NewZpsPkiKeyPairImportCommand ¶
func NewZpsPkiKeyPairImportCommand() *ZpsPkiKeyPairImportCommand
type ZpsPkiKeyPairListCommand ¶
func NewZpsPkiKeyPairListCommand ¶
func NewZpsPkiKeyPairListCommand() *ZpsPkiKeyPairListCommand
type ZpsPkiKeyPairRemoveCommand ¶
func NewZpsPkiKeyPairRemoveCommand ¶
func NewZpsPkiKeyPairRemoveCommand() *ZpsPkiKeyPairRemoveCommand
type ZpsPkiTrustCommand ¶
func NewZpsPkiTrustCommand ¶
func NewZpsPkiTrustCommand() *ZpsPkiTrustCommand
type ZpsPkiTrustFetchCommand ¶
func NewZpsPkiTrustFetchCommand ¶
func NewZpsPkiTrustFetchCommand() *ZpsPkiTrustFetchCommand
type ZpsPkiTrustImportCommand ¶
func NewZpsPkiTrustImportCommand ¶
func NewZpsPkiTrustImportCommand() *ZpsPkiTrustImportCommand
type ZpsPkiTrustListCommand ¶
func NewZpsPkiTrustListCommand ¶
func NewZpsPkiTrustListCommand() *ZpsPkiTrustListCommand
type ZpsPkiTrustRemoveCommand ¶
func NewZpsPkiTrustRemoveCommand ¶
func NewZpsPkiTrustRemoveCommand() *ZpsPkiTrustRemoveCommand
type ZpsPlanCommand ¶
func NewZpsPlanCommand ¶
func NewZpsPlanCommand() *ZpsPlanCommand
type ZpsPublishCommand ¶
func NewZpsPublishCommand ¶
func NewZpsPublishCommand() *ZpsPublishCommand
type ZpsRefreshCommand ¶
func NewZpsRefreshCommand ¶
func NewZpsRefreshCommand() *ZpsRefreshCommand
type ZpsRemoveCommand ¶
func NewZpsRemoveCommand ¶
func NewZpsRemoveCommand() *ZpsRemoveCommand
type ZpsRepoCommand ¶
func NewZpsRepoCommand ¶
func NewZpsRepoCommand() *ZpsRepoCommand
type ZpsRepoContentsCommand ¶
func NewZpsRepoContentsCommand ¶
func NewZpsRepoContentsCommand() *ZpsRepoContentsCommand
type ZpsRepoInitCommand ¶
func NewZpsRepoInitCommand ¶
func NewZpsRepoInitCommand() *ZpsRepoInitCommand
type ZpsRepoListCommand ¶
func NewZpsRepoListCommand ¶
func NewZpsRepoListCommand() *ZpsRepoListCommand
type ZpsRepoUnlockCommand ¶
func NewZpsRepoUnlockCommand ¶
func NewZpsRepoUnlockCommand() *ZpsRepoUnlockCommand
type ZpsRepoUpdateCommand ¶
func NewZpsRepoUpdateCommand ¶
func NewZpsRepoUpdateCommand() *ZpsRepoUpdateCommand
type ZpsRootCommand ¶
func NewZpsRootCommand ¶
func NewZpsRootCommand() *ZpsRootCommand
type ZpsStatusCommand ¶
func NewZpsStatusCommand ¶
func NewZpsStatusCommand() *ZpsStatusCommand
type ZpsThawCommand ¶
func NewZpsThawCommand ¶
func NewZpsThawCommand() *ZpsThawCommand
type ZpsTplCommand ¶
func NewZpsTplCommand ¶
func NewZpsTplCommand() *ZpsTplCommand
type ZpsTransactionCommand ¶
func NewZpsTransactionCommand ¶
func NewZpsTransactionCommand() *ZpsTransactionCommand
type ZpsTransactionListCommand ¶
func NewZpsTransactionListCommand ¶
func NewZpsTransactionListCommand() *ZpsTransactionListCommand
type ZpsUpdateCommand ¶
func NewZpsUpdateCommand ¶
func NewZpsUpdateCommand() *ZpsUpdateCommand
type ZpsVersionCommand ¶
func NewZpsVersionCommand ¶
func NewZpsVersionCommand() *ZpsVersionCommand
type ZpsZpkgBuildCommand ¶
func NewZpsZpkgBuildCommand ¶
func NewZpsZpkgBuildCommand() *ZpsZpkgBuildCommand
type ZpsZpkgCommand ¶
func NewZpsZpkgCommand ¶
func NewZpsZpkgCommand() *ZpsZpkgCommand
type ZpsZpkgContentsCommand ¶
func NewZpsZpkgContentsCommand ¶
func NewZpsZpkgContentsCommand() *ZpsZpkgContentsCommand
type ZpsZpkgExtractCommand ¶
func NewZpsZpkgExtractCommand ¶
func NewZpsZpkgExtractCommand() *ZpsZpkgExtractCommand
type ZpsZpkgInfoCommand ¶
func NewZpsZpkgInfoCommand ¶
func NewZpsZpkgInfoCommand() *ZpsZpkgInfoCommand
type ZpsZpkgManifestCommand ¶
func NewZpsZpkgManifestCommand ¶
func NewZpsZpkgManifestCommand() *ZpsZpkgManifestCommand
type ZpsZpkgSignCommand ¶
func NewZpsZpkgSignCommand ¶
func NewZpsZpkgSignCommand() *ZpsZpkgSignCommand
type ZpsZpkgValidateCommand ¶
func NewZpsZpkgValidateCommand ¶
func NewZpsZpkgValidateCommand() *ZpsZpkgValidateCommand
Source Files ¶
- cache.go
- cache_clean.go
- cache_clear.go
- channel.go
- common.go
- configure.go
- contents.go
- fetch.go
- freeze.go
- image.go
- image_current.go
- image_delete.go
- image_init.go
- image_list.go
- info.go
- install.go
- list.go
- pki.go
- pki_keypair.go
- pki_keypair_import.go
- pki_keypair_list.go
- pki_keypair_remove.go
- pki_trust.go
- pki_trust_fetch.go
- pki_trust_import.go
- pki_trust_list.go
- pki_trust_remove.go
- plan.go
- publish.go
- refresh.go
- remove.go
- repo.go
- repo_contents.go
- repo_init.go
- repo_list.go
- repo_unlock.go
- repo_update.go
- root.go
- status.go
- thaw.go
- tpl.go
- transaction.go
- transaction_list.go
- update.go
- version.go
- zpkg.go
- zpkg_build.go
- zpkg_contents.go
- zpkg_extract.go
- zpkg_info.go
- zpkg_manifest.go
- zpkg_sign.go
- zpkg_validate.go
Click to show internal directories.
Click to hide internal directories.