Documentation
¶
Overview ¶
commands/select.go
Index ¶
- Variables
- func Execute() error
- func GetModule() string
- func NewGoodbyeCommand() *cobra.Command
- func NewHelloCommand() *cobra.Command
- func NewInitCommand() *cobra.Command
- func NewMakeStaticCommand() *cobra.Command
- func NewSelectCommand() *cobra.Command
- func NewStartCommand() *cobra.Command
- func PluginBuildCommand() *cobra.Command
- func PluginCommand() *cobra.Command
- func PluginInstallCommand() *cobra.Command
- func PluginListCommand() *cobra.Command
- func PluginRemoveCommand() *cobra.Command
- func PluginUpdateCommand() *cobra.Command
- func RegisterSubcommands()
- func VersionCommand() *cobra.Command
- type Config
- type PluginMeta
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Exit = false
)
View Source
var (
RenderStatic bool
)
View Source
var RootCmd = &cobra.Command{
Use: "hyperbricks",
Short: "Hyperbricks CLI",
Long: `Hyperbricks is a powerful headless cms for managing hypermedia.`,
}
View Source
var (
Version bool = false
)
Functions ¶
func NewGoodbyeCommand ¶
NewGoodbyeCommand creates the "goodbye" subcommand
func NewHelloCommand ¶
NewHelloCommand creates the "hello" subcommand
func NewInitCommand ¶
NewGoodbyeCommand creates the "goodbye" subcommand
func NewMakeStaticCommand ¶
func NewSelectCommand ¶
NewSelectCommand creates the "select" subcommand
func NewStartCommand ¶
NewStartCommand creates the "start" subcommand
func PluginBuildCommand ¶
Build or rebuild a plugin from source (syntax: <name>@<version>)
func PluginInstallCommand ¶
Installs a plugin (syntax: <name>[@<version>])
func PluginListCommand ¶
func PluginRemoveCommand ¶
Remove a locally installed plugin
func PluginUpdateCommand ¶
Update a plugin to latest compatible version (placeholder)
func RegisterSubcommands ¶
func RegisterSubcommands()
RegisterSubcommands adds all subcommands to the root command
func VersionCommand ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.