Documentation
¶
Overview ¶
Package audit provides the `audit` command to create a lighthouse report.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "audit",
Short: "Create a Lighthouse report",
PreRunE: validateFlags,
Run: audit,
Example: `
lighthouse-keeper audit --url https://example.com/
lighthouse-keeper audit --form-factor mobile --url https://example.com/
lighthouse-keeper audit --name mysite --form-factor mobile --url https://example.com/
lighthouse-keeper audit --url https://container:5000/ --docker-link container:container
lighthouse-keeper audit \
--name first-name --url http://first-url \
--name second-name --url http://second-url`,
}
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.