package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Aug 31, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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.
Register adds the run command to app.
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.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.