Documentation
¶
Overview ¶
Package compare provides the `compare` command to perform a comparison of two lighthouse reports
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "compare",
Short: "Compare two lighthouse reports",
PreRunE: validateFlags,
Run: compare,
Example: `
lighthouse-keeper compare \
--input lighthouse-a.json --inputlabel before \
--input lighthouse-b.json --inputlabel after
lighthouse-keeper compare \
--input lighthouse-a.json --inputlabel before \
--input lighthouse-b.json --inputlabel after \
--github-owner giantswarm \
--github-repo lighthouse-keeper \
--github-issue 11 \
--github-token $(cat ~/.github-token) \
`,
}
Cmd is our cobra command
Functions ¶
func IsInvalidFlagsError ¶
IsInvalidFlagsError asserts invalidFlagsError
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.