cmd

package
v0.0.0-...-01a130c Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2016 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "controlled-compose",
	Short: "Compose docker containers in a controlled fashion",
	Long: `Controlled-Compose is a re-implementation of docker-compose
	that allows more fine grained control over which containers are started
	at what times.  It ensures that each containerized application is successfully
	started and ready to accept commands (if applicable) prior to starting down-stream
	containers.`,

	Run: func(cmd *cobra.Command, args []string) {
		if projectName == "" {
			cmd.Usage()
		}
	},
}

RootCmd represents the base command when called without any subcommands

Functions

func Execute

func Execute()

Execute adds all child commands to the root command sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

This section is empty.

Jump to

Keyboard shortcuts

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