execute

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// BuildFlagName is a name of the flag defining build process.
	BuildFlagName = "build"
	// NoBuildFlagName is a nme of the flag which disables build execution.
	NoBuildFlagName = "no-build"
	// RunFlagName is a name of the flag which defines process to be executed.
	RunFlagName = "run"
)

Variables

View Source
var DefaultExclusions = []string{"*.log", ".git/"}

DefaultExclusions is a slices with glob patterns excluded by default.

Functions

func NewCmd

func NewCmd() *cobra.Command

NewCmd creates execute command which triggers defined build and/or run script When --watch is defined it will continuously observe file system changes in the defined set of directories and re-runs build and run command when they occur. It is hidden (not user facing) as it's integral part of develop command.

Types

This section is empty.

Jump to

Keyboard shortcuts

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