tools

package
v0.46.0 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2025 License: Apache-2.0 Imports: 45 Imported by: 0

Documentation

Overview

Package tools contains the CLI commands for Zarf.

Package tools contains the CLI commands for Zarf.

Package tools contains the CLI commands for Zarf.

Package tools contains the CLI commands for Zarf.

Package tools contains the CLI commands for Zarf.

Package tools contains the CLI commands for Zarf.

Package tools contains the CLI commands for Zarf.

Package tools contains the CLI commands for Zarf.

Package tools contains the CLI commands for Zarf.

Package tools contains the CLI commands for Zarf.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewArchiverCommand added in v0.46.0

func NewArchiverCommand() *cobra.Command

NewArchiverCommand creates the `tools archiver` sub-command and its nested children.

func NewArchiverCompressCommand added in v0.46.0

func NewArchiverCompressCommand() *cobra.Command

NewArchiverCompressCommand creates the `tools archiver compress` sub-command.

func NewArchiverDecompressCommand added in v0.46.0

func NewArchiverDecompressCommand() *cobra.Command

NewArchiverDecompressCommand creates the `tools archiver decompress` sub-command.

func NewClearCacheCommand added in v0.46.0

func NewClearCacheCommand() *cobra.Command

NewClearCacheCommand creates the `tools clear-cache` sub-command.

func NewDownloadInitCommand added in v0.46.0

func NewDownloadInitCommand() *cobra.Command

NewDownloadInitCommand creates the `tools download-init` sub-command.

func NewGenKeyCommand added in v0.46.0

func NewGenKeyCommand() *cobra.Command

NewGenKeyCommand creates the `tools gen-key` sub-command.

func NewGenPKICommand added in v0.46.0

func NewGenPKICommand() *cobra.Command

NewGenPKICommand creates the `tools gen-pki` sub-command.

func NewGetCredsCommand added in v0.46.0

func NewGetCredsCommand() *cobra.Command

NewGetCredsCommand creates the `tools get-creds` sub-command.

func NewHelmCommand added in v0.46.0

func NewHelmCommand() *cobra.Command

NewHelmCommand creates the `tools helm` sub-command.

func NewK9sCommand added in v0.46.0

func NewK9sCommand() *cobra.Command

NewK9sCommand creates the `tools k9s` sub-command.

func NewKubectlCommand added in v0.46.0

func NewKubectlCommand() *cobra.Command

NewKubectlCommand creates the `tools kubectl` sub-command.

func NewRegistryCatalogCommand added in v0.46.0

func NewRegistryCatalogCommand() *cobra.Command

NewRegistryCatalogCommand creates the `tools registry catalog` sub-command.

func NewRegistryCommand added in v0.46.0

func NewRegistryCommand() *cobra.Command

NewRegistryCommand creates the `tools registry` sub-command and its nested children.

func NewRegistryCopyCommand added in v0.46.0

func NewRegistryCopyCommand() *cobra.Command

NewRegistryCopyCommand creates the `tools registry copy` sub-command.

func NewRegistryLoginCommand added in v0.46.0

func NewRegistryLoginCommand() *cobra.Command

NewRegistryLoginCommand creates the `tools registry login` sub-command.

func NewRegistryPruneCommand added in v0.46.0

func NewRegistryPruneCommand() *cobra.Command

NewRegistryPruneCommand creates the `tools registry prune` sub-command.

func NewSbomCommand added in v0.46.0

func NewSbomCommand() *cobra.Command

NewSbomCommand creates the `tools sbom` sub-command.

func NewToolsCommand added in v0.46.0

func NewToolsCommand() *cobra.Command

NewToolsCommand creates the `tools` sub-command and its nested children.

func NewUpdateCredsCommand added in v0.46.0

func NewUpdateCredsCommand(v *viper.Viper) *cobra.Command

NewUpdateCredsCommand creates the `tools update-creds` sub-command.

func NewWaitForCommand added in v0.46.0

func NewWaitForCommand() *cobra.Command

NewWaitForCommand creates the `tools wait-for` sub-command.

func NewYQCommand added in v0.46.0

func NewYQCommand() *cobra.Command

NewYQCommand creates the `tools yq` sub-command and its nested children.

Types

type ArchiverCompressOptions added in v0.46.0

type ArchiverCompressOptions struct{}

ArchiverCompressOptions holds the command-line options for 'tools archiver compress' sub-command.

func (*ArchiverCompressOptions) Run added in v0.46.0

func (o *ArchiverCompressOptions) Run(_ *cobra.Command, args []string) error

Run performs the execution of 'tools archiver compress' sub-command.

type ArchiverDecompressOptions added in v0.46.0

type ArchiverDecompressOptions struct {
	// contains filtered or unexported fields
}

ArchiverDecompressOptions holds the command-line options for 'tools archiver decompress' sub-command.

func (*ArchiverDecompressOptions) Run added in v0.46.0

func (o *ArchiverDecompressOptions) Run(_ *cobra.Command, args []string) error

Run performs the execution of 'tools archiver decompress' sub-command.

type ClearCacheOptions added in v0.46.0

type ClearCacheOptions struct{}

ClearCacheOptions holds the command-line options for 'tools clear-cache' sub-command.

func (*ClearCacheOptions) Run added in v0.46.0

func (o *ClearCacheOptions) Run(cmd *cobra.Command, _ []string) error

Run performs the execution of 'tools clear-cache' sub-command.

type DownloadInitOptions added in v0.46.0

type DownloadInitOptions struct{}

DownloadInitOptions holds the command-line options for 'tools download-init' sub-command.

func (*DownloadInitOptions) Run added in v0.46.0

func (o *DownloadInitOptions) Run(cmd *cobra.Command, _ []string) error

Run performs the execution of 'tools download-init' sub-command.

type GenKeyOptions added in v0.46.0

type GenKeyOptions struct{}

GenKeyOptions holds the command-line options for 'tools gen-key' sub-command.

func (*GenKeyOptions) Run added in v0.46.0

func (o *GenKeyOptions) Run(cmd *cobra.Command, _ []string) error

Run performs the execution of 'tools gen-key' sub-command.

type GenPKIOptions added in v0.46.0

type GenPKIOptions struct{}

GenPKIOptions holds the command-line options for 'tools gen-pki' sub-command.

func (*GenPKIOptions) Run added in v0.46.0

func (o *GenPKIOptions) Run(cmd *cobra.Command, args []string) error

Run performs the execution of 'tools gen-pki' sub-command.

type GetCredsOptions added in v0.46.0

type GetCredsOptions struct{}

GetCredsOptions holds the command-line options for 'tools get-creds' sub-command.

func (*GetCredsOptions) Run added in v0.46.0

func (o *GetCredsOptions) Run(cmd *cobra.Command, args []string) error

Run performs the execution of 'tools get-creds' sub-command.

type RegistryCatalogOptions added in v0.46.0

type RegistryCatalogOptions struct {
	// contains filtered or unexported fields
}

RegistryCatalogOptions holds the command-line options for 'tools registry catalog' sub-command.

func (*RegistryCatalogOptions) Run added in v0.46.0

func (o *RegistryCatalogOptions) Run(cmd *cobra.Command, args []string) error

Run performs the execution of 'tools registry catalog' sub-command.

type RegistryOptions added in v0.46.0

type RegistryOptions struct {
	// contains filtered or unexported fields
}

RegistryOptions holds the command-line options for 'tools registry' sub-command.

type RegistryPruneOptions added in v0.46.0

type RegistryPruneOptions struct{}

RegistryPruneOptions holds the command-line options for 'tools registry prune' sub-command.

func (*RegistryPruneOptions) Run added in v0.46.0

func (o *RegistryPruneOptions) Run(cmd *cobra.Command, _ []string) error

Run performs the execution of 'tools registry prune' sub-command.

type UpdateCredsOptions added in v0.46.0

type UpdateCredsOptions struct{}

UpdateCredsOptions holds the command-line options for 'tools update-creds' sub-command.

func (*UpdateCredsOptions) Run added in v0.46.0

func (o *UpdateCredsOptions) Run(cmd *cobra.Command, args []string) error

Run performs the execution of 'tools update-creds' sub-command.

type WaitForOptions added in v0.46.0

type WaitForOptions struct {
	// contains filtered or unexported fields
}

WaitForOptions holds the command-line options for 'tools registry' sub-command.

func (*WaitForOptions) Run added in v0.46.0

func (o *WaitForOptions) Run(_ *cobra.Command, args []string) error

Run performs the execution of 'tools wait-for' sub-command.

Directories

Path Synopsis
Package helm is a copy of the main package from helm to include a subset of the helm CLI in Zarf
Package helm is a copy of the main package from helm to include a subset of the helm CLI in Zarf

Jump to

Keyboard shortcuts

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