export

package
v0.0.0-...-f07582e Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2026 License: Apache-2.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command() *cobra.Command

Command creates a new export command instance.

func Handler

func Handler(ctx context.Context, cfg Config, deps *Deps) (*act.NoOutput, error)

Handler contains the business logic for the export command.

Types

type Config

type Config struct {
	Project        string
	Run            string
	Destination    string
	Pattern        string
	ExportRundex   bool
	AssetTypes     string
	MaxConcurrency int
	DebugStorage   string
	LogsBucket     string
	MetadataBucket string
}

Config holds all configuration for the export command.

func (Config) Validate

func (c Config) Validate() error

Validate ensures the configuration is valid.

type Deps

type Deps struct {
	IO cli.IO
}

Deps holds dependencies for the command.

func InitDeps

func InitDeps(context.Context) (*Deps, error)

InitDeps initializes Deps.

func (*Deps) SetIO

func (d *Deps) SetIO(cio cli.IO)

Jump to

Keyboard shortcuts

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