local

package
v0.0.0-...-758316b Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BuildDockerImageCommand = `` /* 173-byte string literal not displayed */
View Source
var UploadDockerImageCommand = `
   scp {{.ServiceName}}-latest.tar {{.Host}}:~/applications/{{.ServiceName}} && rm {{.ServiceName}}-latest.tar
`

Functions

func RunLocalCommand

func RunLocalCommand(cmd LocalCommand)

Types

type LocalCommand

type LocalCommand struct {
	Command            string
	CommandDescription string
	Debug              bool
	ServiceName        string
	Host               string
}

func (LocalCommand) Parse

func (l LocalCommand) Parse() string

Jump to

Keyboard shortcuts

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