run

package
v1.0.27 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2022 License: LGPL-3.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdRun = &commands.Command{
	UsageLine: "run [appname] [watchall] [-main=*.go] [-downdoc=true]  [-gendoc=true] [-vendor=true] [-e=folderToExclude] [-ex=extraPackageToWatch] [-tags=goBuildTags] [-runmode=RADIANT_RUNMODE]",
	Short:     "Run the application by starting a local development server",
	Long: `
Run command will supervise the filesystem of the application for any changes, and recompile/restart it.

`,
	PreRun: func(cmd *commands.Command, args []string) { version.ShowShortVersionBanner() },
	Run:    RunApp,
}

Functions

func AutoBuild

func AutoBuild(files []string, isgenerate bool)

AutoBuild builds the specified set of files

func Kill

func Kill()

Kill kills the running command process

func NewWatcher

func NewWatcher(paths []string, files []string, isgenerate bool)

NewWatcher starts an fsnotify Watcher on the specified paths

func Restart

func Restart(appname string)

Restart kills the running command process and starts it again

func RunApp

func RunApp(cmd *commands.Command, args []string) int

RunApp locates files to watch, and starts the radiant application

func Start

func Start(appname string)

Start starts the command process

Types

This section is empty.

Jump to

Keyboard shortcuts

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