Versions in this module Expand all Collapse all v0 v0.16.1 May 22, 2026 v0.16.0 May 22, 2026 Changes in this version + type Action struct + Action string + Name string + Reason string + Service string + Type string + type Plan struct + Actions []Action + File string + Name string + Summary Summary + type Runner struct + func NewRunner(file string, client hypeman.Client, opts ...option.RequestOption) (*Runner, error) + func (r *Runner) Down(ctx context.Context, verbose bool) (Plan, error) + func (r *Runner) Plan(ctx context.Context) (Plan, error) + func (r *Runner) Up(ctx context.Context, opts UpOptions) (Plan, error) + type Summary struct + Conflict int + Create int + Delete int + Replace int + Skip int + Unchanged int + type UpOptions struct + Replace bool + Verbose bool + Wait bool + WaitTimeout string