workflow

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2026 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package workflow generates CLI commands dynamically from workflow definitions. Commands only appear when a corresponding workflow YAML file exists — either as a built-in embedded definition or as a user-defined file in the config.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Commands deprecated

func Commands(homeFn func() string, ctxNameFn func() string) []*cobra.Command

Commands discovers available workflow definitions and returns a cobra command for each one. Only workflows that exist (built-in or user-defined) produce commands. Returns nil if no workflows are found.

Deprecated: commands built without a context manager cannot execute workflows (only --dry-run works). Use CommandsWithManager.

func CommandsWithManager

func CommandsWithManager(homeFn func() string, ctxNameFn func() string, mgrFn func() *aktctx.Manager) []*cobra.Command

CommandsWithManager is Commands plus the context manager the generated commands need to resolve credentials (keyring wallet vs Console API key) when executing workflows.

Types

This section is empty.

Jump to

Keyboard shortcuts

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