Documentation
¶
Index ¶
- Variables
- func ApplyCommand() *cobra.Command
- func BuildCommand() *cobra.Command
- func ConfigureCommand() *cobra.Command
- func GenerateCommand() *cobra.Command
- func ImportCommand() *cobra.Command
- func InitCommand() *cobra.Command
- func PreRun(f *cli.LogFlags, callbacks ...func(path string) error) func(*cobra.Command, []string)
- func RunCommand() *cobra.Command
- func ServeCommand() *cobra.Command
- func StartCommand() *cobra.Command
- func VersionCommand() *cobra.Command
- type ApplyFlags
- type BuildFlags
- type ConfigureFlags
- type GenerateFlags
- type ImportsFlags
- type InitFlags
- type RunFlags
- type ServeFlags
- type StartFlags
Constants ¶
This section is empty.
Variables ¶
View Source
var StartLogger hclog.Logger = logger.HcLog().Named("start")
Functions ¶
func ApplyCommand ¶
func BuildCommand ¶
func ConfigureCommand ¶
func GenerateCommand ¶
func ImportCommand ¶
func InitCommand ¶
func RunCommand ¶
func ServeCommand ¶
func StartCommand ¶
func VersionCommand ¶
Types ¶
type ConfigureFlags ¶
The `type ConfigureFlags struct` is defining a struct type called `ConfigureFlags`. This struct is used to hold the flags and options that are used for the `configure` command. It embeds the `cli.Flags` struct, which provides common flags and options for the CLI, and also has a field called `Configure` of type `configure.Flags`, which holds the specific flags and options for the `configure` command.
type ImportsFlags ¶
type ServeFlags ¶
Click to show internal directories.
Click to hide internal directories.