cmds

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2025 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StateUploading = "UPLOADING"
	StateSubmitted = "SUBMITTED"
	StateError     = "ERROR"
)

Variables

This section is empty.

Functions

func NewFetchCommand

func NewFetchCommand() *cobra.Command

func NewStatusCommand

func NewStatusCommand() *cobra.Command

func NewSubmitCommand

func NewSubmitCommand() *cobra.Command

Types

type ListCommand

type ListCommand struct {
	*cmds.CommandDescription
}

func NewListCommand

func NewListCommand() (*ListCommand, error)

func (*ListCommand) RunIntoGlazeProcessor

func (c *ListCommand) RunIntoGlazeProcessor(
	ctx context.Context,
	parsedLayers *layers.ParsedLayers,
	gp middlewares.Processor,
) error

type ListSettings

type ListSettings struct {
	Since time.Time `glazed.parameter:"since"`

	Status string `glazed.parameter:"status"`
	TfDir  string `glazed.parameter:"tf-dir"`
	Config string `glazed.parameter:"config"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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