actions

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2021 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deploy

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

func NewDeploy

func NewDeploy(log logger.Logger, opts *DeployOptions) *Deploy

func (*Deploy) Run

func (d *Deploy) Run(ctx context.Context, cfg *config.Project) error

type DeployOptions

type DeployOptions struct {
	Verify  bool
	Destroy bool
}

type ForceUnlock

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

func NewForceUnlock

func NewForceUnlock(log logger.Logger) *ForceUnlock

func (*ForceUnlock) Run

func (f *ForceUnlock) Run(ctx context.Context, cfg *config.Project, lockID string) error

type Init added in v0.1.5

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

func NewInit added in v0.1.5

func NewInit(log logger.Logger, pluginCacheDir string, opts *InitOptions) *Init

func (*Init) Run added in v0.1.5

func (d *Init) Run(ctx context.Context) error

type InitOptions added in v0.1.5

type InitOptions struct {
	Overwrite bool

	Name         string
	DeployPlugin string
	RunPlugin    string
	DNSDomain    string

	GCP struct {
		Project string
		Region  string
	}
}

type PluginList added in v0.1.2

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

func NewPluginList added in v0.1.2

func NewPluginList(log logger.Logger, loader *plugins.Loader) *PluginList

func (*PluginList) Run added in v0.1.2

func (d *PluginList) Run(ctx context.Context, cfg *config.Project) error

type PluginUpdate added in v0.1.2

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

func NewPluginUpdate added in v0.1.2

func NewPluginUpdate(log logger.Logger, loader *plugins.Loader) *PluginUpdate

func (*PluginUpdate) Run added in v0.1.2

func (d *PluginUpdate) Run(ctx context.Context, cfg *config.Project) error

Jump to

Keyboard shortcuts

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