exec

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(v any) (provider.Provider, error)

New creates a new provider.

Types

type Spec

type Spec struct {
	Name       string                `json:"name"             yaml:"name"`
	Args       []string              `json:"args,omitempty"   yaml:"args,omitempty"`
	Parameters provider.ParameterSet `json:"params,omitempty" yaml:"params,omitempty"`
	Echo       bool                  `json:"echo,omitempty"   yaml:"echo,omitempty"`
}

Spec describes the provider.

func (*Spec) Configure added in v0.5.0

func (s *Spec) Configure(cmd *cobra.Command)

Configure wires up the command's positional arguments, flags, and run behavior.

func (*Spec) Execute added in v0.8.0

func (s *Spec) Execute(ctx context.Context, in provider.Inputs) (*provider.Result, error)

Execute assigns the collected parameter values, runs the command, and returns its combined output (stdout+stderr) as a text result. The process exit code is reported in the result rather than terminating clic.

func (*Spec) Preview added in v0.9.0

Preview reports the resolved command line and the headless CLI arguments that reproduce it, without running anything.

func (*Spec) Sections added in v0.8.0

func (s *Spec) Sections() []provider.Section

Sections describes the command's parameters for interactive entry.

func (*Spec) Summary added in v0.8.0

func (s *Spec) Summary() string

Summary describes the command in one line, e.g. "git status".

func (*Spec) Type

func (s *Spec) Type() string

Type returns the type.

func (*Spec) Validate

func (s *Spec) Validate() error

Validate validates the provider.

Jump to

Keyboard shortcuts

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