commands

package
v0.0.0-...-dc23247 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2017 License: Apache-2.0 Imports: 28 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL