run

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package run implements the deployah run command.

The command creates a one-off Kubernetes Job for a spec task, waits for it to finish unless --detach is set, and does not walk after dependencies.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(app *nabat.App)

Register adds the run command to app.

Types

type Options

type Options struct {
	Task        string `nabat:"task"`
	Environment string `nabat:"environment"`
	Detach      bool   `nabat:"detach"`
	Count       int    `nabat:"count"`
	Parallelism int    `nabat:"parallelism"`
	Yes         bool   `nabat:"yes"`
}

Options holds command-line flags for run.

Jump to

Keyboard shortcuts

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