Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SuggestAppName ¶
Types ¶
type InitCommand ¶ added in v0.0.261
type SourceFile ¶ added in v0.0.241
type SourceInfo ¶
type SourceInfo struct { Family string Version string DockerfilePath string Builder string ReleaseCmd string DockerCommand string DockerEntrypoint string KillSignal string Buildpacks []string Secrets []Secret Files []SourceFile Port int Env map[string]string Statics []Static Processes map[string]string DeployDocs string Notice string SkipDeploy bool Volumes []Volume DockerfileAppendix []string InitCommands []InitCommand CreatePostgresCluster bool }
func Scan ¶
func Scan(sourceDir string) (*SourceInfo, error)
Click to show internal directories.
Click to hide internal directories.