Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{ Name: "status", Usage: "Show the host", ArgsUsage: "[--verbose | -v] [--jq <formula>] <hostId>", Description: ` Show the information of the host identified with <hostId>. Requests "GET /api/v0/hosts/<hostId>". See https://mackerel.io/api-docs/entry/hosts#get . `, Action: doStatus, Flags: []cli.Flag{ cli.BoolFlag{Name: "verbose, v", Usage: "Verbose output mode"}, jq.CommandLineFlag, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.