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 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.
Click to show internal directories.
Click to hide internal directories.