action

package
v0.16.8-rc1 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action added in v0.16.6

type Action interface {
	Run() error
	Cmd() *cli.Command
}

Action is an interface for all actions.

type Build

type Build struct {
	// contains filtered or unexported fields
}

func (*Build) Cmd

func (i *Build) Cmd() *cli.Command

func (*Build) Run

func (i *Build) Run() error

type Diff

type Diff struct {
	Wide       int
	ShowSecret bool
}

func (*Diff) Cmd

func (d *Diff) Cmd() *cli.Command

type DiffLive added in v0.16.0

type DiffLive struct {
	// contains filtered or unexported fields
}

func (*DiffLive) Cmd added in v0.16.0

func (d *DiffLive) Cmd() *cli.Command

func (*DiffLive) Run added in v0.16.0

func (d *DiffLive) Run() error

type DiffLocalPlan added in v0.16.0

type DiffLocalPlan struct {
	// contains filtered or unexported fields
}

func (*DiffLocalPlan) Cmd added in v0.16.0

func (d *DiffLocalPlan) Cmd() *cli.Command

func (*DiffLocalPlan) Run added in v0.16.0

func (d *DiffLocalPlan) Run() error

type Down

type Down struct {
	// contains filtered or unexported fields
}

func (*Down) Cmd

func (i *Down) Cmd() *cli.Command

func (*Down) Run

func (i *Down) Run() error

type List

type List struct {
	// contains filtered or unexported fields
}

func (*List) Cmd

func (l *List) Cmd() *cli.Command

func (*List) Run

func (l *List) Run() error

type Rollback

type Rollback struct {
	// contains filtered or unexported fields
}

func (*Rollback) Cmd

func (i *Rollback) Cmd() *cli.Command

func (*Rollback) Run

func (i *Rollback) Run() error

type Status

type Status struct {
	// contains filtered or unexported fields
}

func (*Status) Cmd

func (l *Status) Cmd() *cli.Command

func (*Status) Run

func (l *Status) Run() error

type Up

type Up struct {
	// contains filtered or unexported fields
}

func (*Up) Cmd

func (i *Up) Cmd() *cli.Command

func (*Up) Run

func (i *Up) Run() error

type Validate

type Validate struct {
	// contains filtered or unexported fields
}

func (*Validate) Cmd

func (l *Validate) Cmd() *cli.Command

func (*Validate) Run

func (l *Validate) Run() error

type Yml

type Yml struct {
	// contains filtered or unexported fields
}

func (*Yml) Cmd

func (i *Yml) Cmd() *cli.Command

func (*Yml) Run

func (i *Yml) Run() error

Jump to

Keyboard shortcuts

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