Versions in this module Expand all Collapse all v1 v1.0.3 Dec 1, 2025 v1.0.2 Nov 25, 2025 Changes in this version + func NewAddCommand(ctx context.Context) *cobra.Command + func NewCTFCommand(ctx context.Context) *cobra.Command + func NewPushCommand(ctx context.Context) *cobra.Command + type AddOptions struct + ArchiveFormat ctf.ArchiveFormat + CTFPath string + ComponentArchives []string + func (o *AddOptions) AddFlags(fs *pflag.FlagSet) + func (o *AddOptions) Complete(args []string) error + func (o *AddOptions) Run(_ context.Context, log logr.Logger, fs vfs.FileSystem) error + func (o *AddOptions) Validate() error + type PushOptions struct + AdditionalTags []string + BaseUrl string + CTFPath string + OciOptions ociopts.Options + func (o *PushOptions) AddFlags(fs *pflag.FlagSet) + func (o *PushOptions) Complete(args []string) error + func (o *PushOptions) Run(ctx context.Context, log logr.Logger, fs vfs.FileSystem) error + func (o *PushOptions) Validate() error