Documentation is available at our website.
You can download the latest binaries from here.
go install github.com/MontFerret/cli/ferret@latest
curl https://raw.githubusercontent.com/MontFerret/cli/master/install.sh | sh
ferret exec
Welcome to Ferret REPL
Please use `exit` or `Ctrl-D` to exit this program.
ferret exec my-script.fql
ferret exec --browser-open my-script.fql
ferret exec --browser-headless my-script.fql
ferret exec -p 'foo:"bar"' -p 'qaz:"baz"' my-script.fql
ferret exec --runtime 'https://my-worker.com' my-script.fql
Usage:
ferret [flags]
ferret [command]
Available Commands:
browser Manage Ferret browsers
config Manage Ferret configs
exec Execute a FQL script or launch REPL
help Help about any command
selfupdate Update Ferret CLI
version Show the CLI version information
Flags:
-h, --help help for ferret
-l, --log-level string Set the logging level ("debug"|"info"|"warn"|"error"|"fatal") (default "info")
Use "ferret [command] --help" for more information about a command.