{"id":13563296,"url":"https://github.com/MontFerret/cli","last_synced_at":"2025-04-03T19:32:47.217Z","repository":{"id":45545171,"uuid":"264456282","full_name":"MontFerret/cli","owner":"MontFerret","description":"Ferret CLI","archived":false,"fork":false,"pushed_at":"2024-09-19T17:07:47.000Z","size":7300,"stargazers_count":18,"open_issues_count":4,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T18:49:24.286Z","etag":null,"topics":["cli","ferret","golang","hacktoberfest","hacktoberfest2021","scraping"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MontFerret.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":[],"patreon":"ziflex","open_collective":"ferret"}},"created_at":"2020-05-16T14:34:50.000Z","updated_at":"2024-11-13T09:54:45.000Z","dependencies_parsed_at":"2024-01-15T03:57:17.486Z","dependency_job_id":"2ea86cf7-a9a2-42b9-a84d-e5d0de6143a1","html_url":"https://github.com/MontFerret/cli","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontFerret%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontFerret%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontFerret%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MontFerret%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MontFerret","download_url":"https://codeload.github.com/MontFerret/cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247065470,"owners_count":20877785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","ferret","golang","hacktoberfest","hacktoberfest2021","scraping"],"created_at":"2024-08-01T13:01:17.499Z","updated_at":"2025-04-03T19:32:46.546Z","avatar_url":"https://github.com/MontFerret.png","language":"Go","funding_links":["https://patreon.com/ziflex","https://opencollective.com/ferret"],"categories":["Go","OSS CLIs"],"sub_categories":[],"readme":"# Ferret CLI\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://goreportcard.com/report/github.com/MontFerret/cli\"\u003e\n\t\t\u003cimg alt=\"Go Report Status\" src=\"https://goreportcard.com/badge/github.com/MontFerret/cli\"\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://github.com/MontFerret/cli/actions\"\u003e\n\t\t\u003cimg alt=\"Build Status\" src=\"https://github.com/MontFerret/cli/workflows/build/badge.svg\"\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://discord.gg/kzet32U\"\u003e\n\t\t\u003cimg alt=\"Discord Chat\" src=\"https://img.shields.io/discord/501533080880676864.svg\"\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://github.com/MontFerret/cli/releases\"\u003e\n\t\t\u003cimg alt=\"Ferret release\" src=\"https://img.shields.io/github/release/MontFerret/cli.svg\"\u003e\n\t\u003c/a\u003e\n\t\u003ca href=\"https://opensource.org/licenses/Apache-2.0\"\u003e\n\t\t\u003cimg alt=\"Apache-2.0 License\" src=\"http://img.shields.io/badge/license-Apache-brightgreen.svg\"\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"lab\" src=\"https://raw.githubusercontent.com/MontFerret/cli/master/assets/logo.svg\" style=\"margin-left: auto; margin-right: auto;\" width=\"450px\" height=\"430px\" /\u003e\n\u003c/p\u003e\n\nDocumentation is available [at our website](https://www.montferret.dev/docs/introduction/).\n\n## Installation\n\n### Binary\n\nYou can download the latest binaries from [here](https://github.com/MontFerret/cli/releases).\n\n### Source (Go \u003e= 1.18)\n```bash\ngo install github.com/MontFerret/cli/ferret@latest\n```\n\n### Shell\n```shell\ncurl https://raw.githubusercontent.com/MontFerret/cli/master/install.sh | sh\n```\n\n## Quick start\n\n### REPL\n\n```bash\nferret exec\nWelcome to Ferret REPL\n\nPlease use `exit` or `Ctrl-D` to exit this program.\n```\n\n### Script execution\n```bash\nferret exec my-script.fql\n```\n\n### With browser\n\n```bash\nferret exec --browser-open my-script.fql\n```\n\n#### As headless\n\n```bash\nferret exec --browser-headless my-script.fql\n```\n\n### Query parameters\n\n```bash\nferret exec -p 'foo:\"bar\"' -p 'qaz:\"baz\"' my-script.fql\n```\n\n### With remote runtime (worker)\n\n```bash\nferret exec --runtime 'https://my-worker.com' my-script.fql\n```\n\n## Options\n\n```bash\nUsage:\n  ferret [flags]\n  ferret [command]\n\nAvailable Commands:\n  browser     Manage Ferret browsers\n  config      Manage Ferret configs\n  exec        Execute a FQL script or launch REPL\n  help        Help about any command\n  selfupdate  Update Ferret CLI\n  version     Show the CLI version information\n\nFlags:\n  -h, --help               help for ferret\n  -l, --log-level string   Set the logging level (\"debug\"|\"info\"|\"warn\"|\"error\"|\"fatal\") (default \"info\")\n\nUse \"ferret [command] --help\" for more information about a command.\n\n```\n\n## Contributors\n\u003ca href=\"https://github.com/MontFerret/ferret/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=MontFerret/cli\" /\u003e\n\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMontFerret%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMontFerret%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMontFerret%2Fcli/lists"}