commands

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2016 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CfgFile string
View Source
var DropshipCmd = &cobra.Command{
	Use:   "dropship",
	Short: "A tool for automated and distributed artifact deployment",
	Long: `Dropship allows servers to automatically check, download, and install
artifacts from a file repository in a distributed fashion.
	`,
}

Functions

func AddCommands

func AddCommands()

func Execute

func Execute()

Types

type Config

type Config struct {
	ServicePath string                `hcl:"service_path"`
	Rackspace   map[string]string     `hcl:"rackspace"`
	Repos       map[string]RepoConfig `hcl:"repo"`
	Locks       map[string]LockConfig `hcl:"lock"`
}

func InitializeConfig

func InitializeConfig() *Config

type LockConfig

type LockConfig map[string]string

type RepoConfig

type RepoConfig map[string]string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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