package
0.16.0-rc.1
Repository: https://github.com/alexgustafsson/cupdate.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Always will always run.
No description provided by the author
GetAnyInput returns a value or output in the ctx.
GetAnyValue returns a value or output in the ctx.
GetInput returns a value or output in the ctx.
GetValue returns a value or output in the ctx.
No description provided by the author
SetOutput returns a [Command] that will store an output.
SetValue returns a [Command] that will store value in key.
ValueExists will evaluate to true if the given key has a value.

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Ref is an [Input] that refers to a value retrievable by [GetValue].
No description provided by the author
No description provided by the author

# Type aliases

Command represents a side effect of a step.
Condition controls whether or not a job or step (or post step) should run.
ConditionFunc is an adapter to allow the use of ordinary functions as Conditions.
Input is an input value to a step.
No description provided by the author