Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdNew = &cobra.Command{
Use: "new",
Short: "Create a service template",
Long: "Create a service project using the repository template. Example: kernel new helloworld",
Run: run,
}
CmdNew represents the new command.
Functions ¶
This section is empty.
Types ¶
type ScaffoldOptions ¶
type ScaffoldOptions struct {
Features []string
DBDriver string
CacheDriver string
ObjectStoreDriver string
AuthnProvider string
AuthzProvider string
}
func (ScaffoldOptions) HasFeature ¶
func (o ScaffoldOptions) HasFeature(feature string) bool
Click to show internal directories.
Click to hide internal directories.