Documentation
¶
Overview ¶
Package cli implements the staghorn command-line interface.
Index ¶
- Variables
- func Execute() error
- func NewActionCmd() *cobra.Command
- func NewActionInfoCmd() *cobra.Command
- func NewActionsCmd() *cobra.Command
- func NewEditCmd() *cobra.Command
- func NewInfoCmd() *cobra.Command
- func NewInitCmd() *cobra.Command
- func NewLanguagesCmd() *cobra.Command
- func NewProjectCmd() *cobra.Command
- func NewProjectEditCmd() *cobra.Command
- func NewProjectInfoCmd() *cobra.Command
- func NewProjectInitCmd() *cobra.Command
- func NewProjectTemplatesCmd() *cobra.Command
- func NewRootCmd() *cobra.Command
- func NewRunCmd() *cobra.Command
- func NewSyncCmd() *cobra.Command
- func NewVersionCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// Version is set at build time.
Version = "dev"
)
Functions ¶
func NewActionCmd ¶
NewActionCmd creates the action parent command for management subcommands.
func NewActionInfoCmd ¶
NewActionInfoCmd creates the 'action info' command.
func NewLanguagesCmd ¶
NewLanguagesCmd creates the languages command.
func NewProjectCmd ¶
NewProjectCmd creates the project parent command.
func NewProjectEditCmd ¶
NewProjectEditCmd creates the 'project edit' command.
func NewProjectInfoCmd ¶
NewProjectInfoCmd creates the 'project info' command.
func NewProjectInitCmd ¶
NewProjectInitCmd creates the 'project init' command.
func NewProjectTemplatesCmd ¶
NewProjectTemplatesCmd creates the 'project templates' command.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.