Versions in this module Expand all Collapse all v2 v2.3.2 Dec 21, 2022 Changes in this version + func NewCmdArtifact() *cobra.Command + func NewCmdArtifactExport() *cobra.Command + func NewCmdArtifactImport() *cobra.Command + type ArtifactExportOptions struct + CommonOptions *options.CommonOptions + CriSocket string + DownloadCmd string + ManifestFile string + Output string + func NewArtifactExportOptions() *ArtifactExportOptions + func (o *ArtifactExportOptions) AddFlags(cmd *cobra.Command) + func (o *ArtifactExportOptions) Complete(_ *cobra.Command, _ []string) error + func (o *ArtifactExportOptions) Run() error + func (o *ArtifactExportOptions) Validate(_ []string) error + type ArtifactImportOptions struct + Artifact string + CommonOptions *options.CommonOptions + func NewArtifactImportOptions() *ArtifactImportOptions + func (o *ArtifactImportOptions) AddFlags(cmd *cobra.Command) + func (o *ArtifactImportOptions) Run() error + func (o *ArtifactImportOptions) Validate(_ []string) error + type ArtifactOptions struct + CommonOptions *options.CommonOptions + func NewArtifactOptions() *ArtifactOptions