commands

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2017 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package commands implements all commands of the application.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ValuesFiles is the path or a map of paths of YAML files listing values used in a data-driven template.
	ValuesFiles string

	// EnvFiles is the path or a map of paths of .env files listing values used in a data-driven template.
	EnvFiles string

	// RawData are a map of values used in a data-driven template.
	RawData string

	// RootCmd is the instance of the root of all commands.
	RootCmd = &cobra.Command{
		Use:           "orbit",
		Short:         "A simple tool for running commands and generating files from templates",
		SilenceErrors: true,
		PersistentPreRun: func(cmd *cobra.Command, args []string) {
			if silent {
				notifier.Mute()
			}
		},
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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