run

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: GPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdRun = &cobra.Command{
	Use:   "run",
	Short: "Manage runs",
	Long: `Manage runs.

A "run" is a single instance of a pipeline's execution. It consists of a collection of tasks that can be
all run in parallel or depend on the execution of others.`,
}
View Source
var CmdRunStore = &cobra.Command{
	Use:   "store",
	Short: "Store run specific values",
	Long: `Store run specific values.

Gofer has two ways to temporarily store objects that might be useful.

This command allows users to store objects at the "run" level in a key-object fashion. Run level objects are
great for storing things that need to be cached only for the communication between tasks.

Run objects are kept individual to each run and removed after a certain run limit. This means that after a certain
amount of runs for a particular pipeline a run's objects will be discarded. The limit of amount of objects you can
store per run is of a much higher limit.
`,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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