Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RunActionCmd ¶
type RunActionCmd struct { Action string `help:"Command to run" required:"" env:"ATLAS_ACTION"` Version kong.VersionFlag `name:"version" help:"Print version information and quit"` }
RunActionCmd is a command to run one of the Atlas GitHub Actions.
func (*RunActionCmd) Run ¶
func (r *RunActionCmd) Run(ctx context.Context, a *atlasaction.Actions) error
Click to show internal directories.
Click to hide internal directories.