Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manifest ¶
type Manifest struct {
Env map[string]string `yaml:"env"`
Up []interface{} `yaml:"up"`
Commands map[string]interface{} `yaml:"commands"`
Open map[string]string `yaml:"open"`
}
Manifest is a representation of the project manifest
func (*Manifest) GetCommands ¶ added in v0.11.0
Click to show internal directories.
Click to hide internal directories.