debug

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BlockStorageCommand = cli.Command{
	Name:   "bs",
	Usage:  "display block-storage information from filesystem",
	Action: debugBs,
}
View Source
var MachineCommand = cli.Command{
	Name:   "machine",
	Usage:  "display machine information",
	Action: debugMachine,
	Flags: []cli.Flag{
		cli.StringFlag{
			Name:  "type",
			Usage: "Read infos from specified type",
			Value: "fs",
		},
		cli.StringFlag{
			Name:  "format",
			Usage: "Format the output using the given Go template, e.g, '{{json .}}'",
		},
	},
}
View Source
var OpenstackCommand = cli.Command{
	Name:   "openstack",
	Usage:  "display openstack information",
	Action: debugOpenstack,
}

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