Documentation ¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_REPO_PREFIX = "https://raw.githubusercontent.com/wallix/awless-templates/master" FILE_EXT = ".aws" )
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "awless COMMAND", Short: "Manage and explore your cloud", Long: "awless is a powerful CLI to explore, sync and manage your infrastructure", BashCompletionFunction: bash_completion_func, RunE: func(c *cobra.Command, args []string) error { if versionGlobalFlag { printVersion(c, args) return nil } return c.Usage() }, }
Functions ¶
func ExecuteRoot ¶
func ExecuteRoot() error
func HasCmdOnelinerChilds ¶
func IsCmdAnnotatedOneliner ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.