Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DockerCmd = &cobra.Command{ Use: "docker", Short: "Generate a Dockerfile for the given application", Long: `Generate a Dockerfile for the given application.`, Run: func(cmd *cobra.Command, args []string) { coder := code.NewService() err := coder.GenerateDocker(printer, cmd) if err != nil { printer.Error(cmd, err) return } }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.