craft-profile icon indicating copy to clipboard operation
craft-profile copied to clipboard

A command-line utility for capturing Craft CMS Profiling output and reporting averages.

Results 5 craft-profile issues
Sort by recently updated
recently updated
newest added

Allow usage such as: `craft-profile < config.json > output.txt` `craft-profile -b http://localhost:3000 -p / -o output.txt`

When no flags/args/config provided, print usage. Add `--help` flag to print usage.

Currently, the `stdin` processing code executes after flags are parsed and validated. This needs to happen before validation.