Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "awless", Short: "Manage your cloud", Long: "Awless is a powerful command line tool to inspect, sync and manage your infrastructure", BashCompletionFunction: bash_completion_func, RunE: func(c *cobra.Command, args []string) error { if versionFlag { printVersion(c, args) return nil } return c.Usage() }, }
Functions ¶
func ExecuteRoot ¶
func ExecuteRoot() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.