cmdinspect

package
v1.0.0-alpha-120 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2017 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var InspectCmd = &cobra.Command{
	Use:   "inspect <type> --format <format>",
	Short: "Inspect environment info",
	Long: `Use "we inspect" to peek inside a project or a container on your file system.
<type> = context | project | container`,
	Hidden:  true,
	PreRunE: cmdargslen.ValidateCmd(0, 1),
	RunE:    inspectRun,
	Example: `  we inspect context
  we inspect project
  we inspect container --format "{{.ID}}"`,
}

InspectCmd returns information about current environment

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