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.`, RunE: func(cmd *cobra.Command, args []string) error { coder := code.NewService() err := coder.GenerateDocker(printer, cmd) if err != nil { return err } return nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.