cli

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProcflyFile

type ProcflyFile struct {
	InlineTemplates map[string]string `yaml:"templates"`
	TemplateFiles   map[string]string `yaml:"template_files"`
	Init            map[string]string `yaml:"init"`
	Processes       map[string]string `yaml:"processes"`
	Reloaders       map[string]string `yaml:"reload"`
}

type RunCmd

type RunCmd struct {
	ProcflyDir string `arg:"" name:"procfly-dir" type:"existingFile" default:"."`
}

func (*RunCmd) Run

func (cli *RunCmd) Run() error

type VersionCmd

type VersionCmd struct {
	Debug bool `name:"debug" short:"d"`
}

func (*VersionCmd) Run

func (cmd *VersionCmd) Run() error

Jump to

Keyboard shortcuts

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