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 ¶
- func NewArchiverCommand() *cobra.Command
- func NewArchiverCompressCommand() *cobra.Command
- func NewArchiverDecompressCommand() *cobra.Command
- func NewClearCacheCommand() *cobra.Command
- func NewDownloadInitCommand() *cobra.Command
- func NewGenKeyCommand() *cobra.Command
- func NewGenPKICommand() *cobra.Command
- func NewGetCredsCommand() *cobra.Command
- func NewHelmCommand() *cobra.Command
- func NewK9sCommand() *cobra.Command
- func NewKubectlCommand() *cobra.Command
- func NewRegistryCatalogCommand() *cobra.Command
- func NewRegistryCommand() *cobra.Command
- func NewRegistryCopyCommand() *cobra.Command
- func NewRegistryLoginCommand() *cobra.Command
- func NewRegistryPruneCommand() *cobra.Command
- func NewSbomCommand() *cobra.Command
- func NewToolsCommand() *cobra.Command
- func NewUpdateCredsCommand(v *viper.Viper) *cobra.Command
- func NewWaitForCommand() *cobra.Command
- func NewYQCommand() *cobra.Command
- type ArchiverCompressOptions
- type ArchiverDecompressOptions
- type ClearCacheOptions
- type DownloadInitOptions
- type GenKeyOptions
- type GenPKIOptions
- type GetCredsOptions
- type RegistryCatalogOptions
- type RegistryOptions
- type RegistryPruneOptions
- type UpdateCredsOptions
- type WaitForOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewArchiverCommand ¶ added in v0.46.0
NewArchiverCommand creates the `tools archiver` sub-command and its nested children.
func NewArchiverCompressCommand ¶ added in v0.46.0
NewArchiverCompressCommand creates the `tools archiver compress` sub-command.
func NewArchiverDecompressCommand ¶ added in v0.46.0
NewArchiverDecompressCommand creates the `tools archiver decompress` sub-command.
func NewClearCacheCommand ¶ added in v0.46.0
NewClearCacheCommand creates the `tools clear-cache` sub-command.
func NewDownloadInitCommand ¶ added in v0.46.0
NewDownloadInitCommand creates the `tools download-init` sub-command.
func NewGenKeyCommand ¶ added in v0.46.0
NewGenKeyCommand creates the `tools gen-key` sub-command.
func NewGenPKICommand ¶ added in v0.46.0
NewGenPKICommand creates the `tools gen-pki` sub-command.
func NewGetCredsCommand ¶ added in v0.46.0
NewGetCredsCommand creates the `tools get-creds` sub-command.
func NewHelmCommand ¶ added in v0.46.0
NewHelmCommand creates the `tools helm` sub-command.
func NewK9sCommand ¶ added in v0.46.0
NewK9sCommand creates the `tools k9s` sub-command.
func NewKubectlCommand ¶ added in v0.46.0
NewKubectlCommand creates the `tools kubectl` sub-command.
func NewRegistryCatalogCommand ¶ added in v0.46.0
NewRegistryCatalogCommand creates the `tools registry catalog` sub-command.
func NewRegistryCommand ¶ added in v0.46.0
NewRegistryCommand creates the `tools registry` sub-command and its nested children.
func NewRegistryCopyCommand ¶ added in v0.46.0
NewRegistryCopyCommand creates the `tools registry copy` sub-command.
func NewRegistryLoginCommand ¶ added in v0.46.0
NewRegistryLoginCommand creates the `tools registry login` sub-command.
func NewRegistryPruneCommand ¶ added in v0.46.0
NewRegistryPruneCommand creates the `tools registry prune` sub-command.
func NewSbomCommand ¶ added in v0.46.0
NewSbomCommand creates the `tools sbom` sub-command.
func NewToolsCommand ¶ added in v0.46.0
NewToolsCommand creates the `tools` sub-command and its nested children.
func NewUpdateCredsCommand ¶ added in v0.46.0
NewUpdateCredsCommand creates the `tools update-creds` sub-command.
func NewWaitForCommand ¶ added in v0.46.0
NewWaitForCommand creates the `tools wait-for` sub-command.
func NewYQCommand ¶ added in v0.46.0
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.
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.
type ClearCacheOptions ¶ added in v0.46.0
type ClearCacheOptions struct{}
ClearCacheOptions holds the command-line options for '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.
type GenKeyOptions ¶ added in v0.46.0
type GenKeyOptions struct{}
GenKeyOptions holds the command-line options for '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.
type GetCredsOptions ¶ added in v0.46.0
type GetCredsOptions struct{}
GetCredsOptions holds the command-line options for '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.
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.
type UpdateCredsOptions ¶ added in v0.46.0
type UpdateCredsOptions struct{}
UpdateCredsOptions holds the command-line options for '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.