Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRootCommand ¶
NewRootCommand builds the forge CLI root command.
Types ¶
type DatabaseSelection ¶ added in v0.3.0
type DatabaseSelection struct {
DatabaseName string
UseExisting bool
ExistingDBName string
CreateNew bool
ExternalDBHost string
ExternalDBPort int
ExternalDBUser string
ExternalDBPassword string
ExternalDBName string
}
DatabaseSelection holds the database configuration for the project.
type InstallSnapshot ¶ added in v0.3.0
type InstallSnapshot struct {
GoModContent []byte
GoSumContent []byte
ForgeDirPath string
ForgeFiles map[string][]byte
}
InstallSnapshot holds the state of the project before installation for rollback.
type PortSelection ¶ added in v0.3.0
PortSelection holds the selected ports for HTTP and PostgreSQL.
Click to show internal directories.
Click to hide internal directories.