cmd

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InstallService added in v0.5.0

func InstallService() error

func NewCmdDump added in v0.5.0

func NewCmdDump() *cobra.Command

func NewCmdRoot

func NewCmdRoot() *cobra.Command

func NewCmdRun

func NewCmdRun() *cobra.Command

func NewCmdService added in v0.5.0

func NewCmdService() *cobra.Command

func NewCmdServiceInstall added in v0.5.0

func NewCmdServiceInstall() *cobra.Command

func NewCmdServiceLog added in v0.5.0

func NewCmdServiceLog() *cobra.Command

func NewCmdServiceStatus added in v0.5.0

func NewCmdServiceStatus() *cobra.Command

func NewCmdServiceUninstall added in v0.5.0

func NewCmdServiceUninstall() *cobra.Command

func NewCmdUp

func NewCmdUp() *cobra.Command

func PrintServiceLogs added in v0.5.0

func PrintServiceLogs(follow bool) error

func UninstallService added in v0.5.0

func UninstallService() error

func ViewServiceStatus added in v0.5.0

func ViewServiceStatus() error

Types

type App added in v0.5.0

type App struct {
	Cli  string `json:"cli,omitempty"`
	Name string `json:"name"`
	Main string `json:"main,omitempty"`
}

type Tree added in v0.5.0

type Tree struct {
	Root string         `json:"root"`
	Apps map[string]App `json:"apps"`
}

Jump to

Keyboard shortcuts

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