commands

package
v3.1.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// EnvironmentVariablePrefix is the prefix used in Yorc commands parameters
	// passed as environment variables
	EnvironmentVariablePrefix = "YORC"
)

Variables

View Source
var (
	// TfConsulPluginVersion is the Terraform Consul plugin lowest supported version
	TfConsulPluginVersion = "tf Consul plugin version"

	// TfAWSPluginVersion is the Terraform AWS plugin lowest supported version
	TfAWSPluginVersion = "tf AWS plugin version"

	// TfOpenStackPluginVersion is the Terraform OpenStack plugin lowest supported version
	TfOpenStackPluginVersion = "tf OpenStack plugin version"

	// TfGooglePluginVersion is the Terraform Google plugin lowest supported version
	TfGooglePluginVersion = "tf Google plugin version"
)
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

func ConfigureYorcClientCommand(c *cobra.Command, v *viper.Viper, cfgFile *string, noColor *bool)

ConfigureYorcClientCommand setups a Command of the CLI part of Yorc

func GetConfig

func GetConfig() config.Configuration

GetConfig gets configuration from viper

func GetYorcClientConfig

func GetYorcClientConfig(v *viper.Viper, cfgFile string) config.Client

GetYorcClientConfig retrives Yorc client configuration

func InitExtraFlags

func InitExtraFlags(args []string, cmd *cobra.Command)

InitExtraFlags inits infrastructure and vault flags

func RunServer

func RunServer(shutdownCh chan struct{}) error

RunServer starts a Yorc Server

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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