cmdinspect

package
v1.0.0-alpha-77 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2016 License: MIT Imports: 10 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`,
	RunE: inspectRun,
	Example: `we inspect context
we inspect context --fields
we inspect context --format "{{.Scope}}"
we inspect project
we inspect project --fields
we inspect project --format "{{.ID}}"
we inspect container
we inspect container --fields
we inspect container --format "{{.Type}}"`,
}

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