Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{ Name: "services", Usage: "List services", ArgsUsage: "[--jq <formula>]", Description: ` List the information of the services. Requests "GET /api/v0/services". See https://mackerel.io/api-docs/entry/services#list. `, Action: doServices, Flags: []cli.Flag{ jq.CommandLineFlag, }, }
Command is the definition of services subcommand
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.