Documentation ¶
Overview ¶
Package stop implements a 'devenv apps run stop' command that allows developers to stop the development mode for their application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
func NewCmd(log logrus.FieldLogger) *cli.Command
NewCmd creates a new cli.Command for the `apps dev` command
Types ¶
type Options ¶
type Options struct { // App is the app to dev App string // contains filtered or unexported fields }
Options are various options for the `apps dev` command
func NewOptions ¶
func NewOptions(log logrus.FieldLogger) (*Options, error)
NewOptions create an initialized options struct for the `apps dev` command
Click to show internal directories.
Click to hide internal directories.