Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "yorc", Short: "A new generation orchestrator", Long: `yorc is the main command, used to start the http server. Yorc is a new generation orchestrator. It is cloud-agnostic, flexible and secure. `, SilenceErrors: true, Run: func(cmd *cobra.Command, args []string) { err := cmd.Help() if err != nil { fmt.Print(err) } }, }
RootCmd is the root of yorc commands tree
Functions ¶
func ConfigureYorcClientCommand ¶
ConfigureYorcClientCommand setups a Command of the CLI part of Yorc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.