cmdenv

package
v1.0.0-alpha-114 Latest Latest
Warning

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

Go to latest
Published: May 11, 2017 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EnvCmd = &cobra.Command{
	Use:   "env",
	Short: "Environment variables for containers",
	Long: `Environment variables for containers

Changing these values does not change container.json hard coded values.
You must restart containers 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