Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Cmd = &cobra.Command{
Use: "create [environment-name]",
Short: "Create a PowerSlide development environment",
Long: `Spins up a PowerSlide development environment locally using k3d by default.`,
Args: checkArgs,
Run: run,
}
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.