env

package
v1.1.7 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2017 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EnvCmd = &cobra.Command{
	Use:   "env",
	Short: "Show and configure environment variables for services",
	Long: `Show and configure environment variables for services

	Changing these values does not change wedeploy.json hard coded values.
	You must restart services for changed values to apply.`,
	Example: `   we env (to list environment variables)
   we env set foo bar
   we env rm foo`,
	PreRunE: preRun,
	RunE:    run,
}

EnvCmd controls the envs for a given project

Functions

This section is empty.

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