run planetfall checks from your CLI
npm install @planetfall/cli``sh-session
$ npm install -g @planetfall/cli
$ planetfall ...
`
Or run globally with npx:
`sh-session`
$ npx @planetfall/cli ...
sh-session
$ npm install -g @planetfall/cli
$ planetfall COMMAND
running command...
$ planetfall (--version)
@planetfall/cli/0.1.1 darwin-arm64 node-v18.12.1
$ planetfall --help [COMMAND]
USAGE
$ planetfall COMMAND
...
`
`sh-session
$ planetfall check https://example.comChecking... Done
Please visit the following URL to see the results:
https://planetfall.io/play/N3T4Ug8npBC
`
Help
`sh-session
$ planetfall check --helpUSAGE
$ planetfall check [URL] [-m GET|POST|PUT|DELETE|PATCH] [-r] [--noopen]
FLAGS
-m, --method=(GET|POST|PUT|DELETE|PATCH) [default: GET] HTTP method
-r, --repeat Repeat the check to similate a hot cache
--noopen Prevents your browser from being opened automatically
DESCRIPTION
describe the command here
EXAMPLES
$ planetfall check
``