{"id":32404812,"url":"https://github.com/recipe-runner/rr-cli","last_synced_at":"2026-04-15T12:37:18.009Z","repository":{"id":57046907,"uuid":"184831312","full_name":"recipe-runner/rr-cli","owner":"recipe-runner","description":"Command line tool for the Recipe Runner","archived":false,"fork":false,"pushed_at":"2019-11-16T23:13:29.000Z","size":135,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T11:33:48.546Z","etag":null,"topics":["automation","php","recipe-runner","yaml"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/recipe-runner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-03T23:21:46.000Z","updated_at":"2023-11-06T16:12:46.000Z","dependencies_parsed_at":"2022-08-23T19:00:20.736Z","dependency_job_id":null,"html_url":"https://github.com/recipe-runner/rr-cli","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/recipe-runner/rr-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recipe-runner%2Frr-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recipe-runner%2Frr-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recipe-runner%2Frr-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recipe-runner%2Frr-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/recipe-runner","download_url":"https://codeload.github.com/recipe-runner/rr-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recipe-runner%2Frr-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31842185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T11:29:19.690Z","status":"ssl_error","status_checked_at":"2026-04-15T11:29:19.171Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["automation","php","recipe-runner","yaml"],"created_at":"2025-10-25T11:23:10.457Z","updated_at":"2026-04-15T12:37:18.000Z","avatar_url":"https://github.com/recipe-runner.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RR - Recipe Runner CLI tool\r\n\r\n[![Build Status](https://img.shields.io/travis/recipe-runner/rr-cli/master.svg?style=flat-square)](https://travis-ci.org/recipe-runner/rr-cli)\r\n\r\n\r\n## Requires\r\n\r\n* PHP +7.3\r\n* Composer +1.9\r\n\r\n## Installation\r\n\r\nThe preferred installation method is [composer](https://getcomposer.org):\r\n\r\n```bash\r\ncomposer require recipe-runner/rr-cli\r\n```\r\n\r\n## Usage\r\n\r\nInside the folder `./bin`, there is an executable file called `rr`\r\n\r\n```\r\n./bin/rr\r\n```\r\n\r\n### Run your first recipe\r\n\r\n1. Copy the following YAML code into a file called `example.rr.yml`:\r\n\r\n```yaml\r\nname: \"Very simple example using IO module\"\r\n\r\nextra:\r\n  rr:\r\n    packages:\r\n      \"recipe-runner/io-module\": \"1.0.x-dev\"\r\nsteps:\r\n    - actions:\r\n        - name: \"Greeting\"\r\n          write: \"Hi user. Welcome :)\"\r\n        - ask: \"How are you? \"\r\n          register: \"response\"\r\n        - write: \"The Response was: '{{response['response']}}'\"\r\n```\r\n\r\n2. Run the recipe:\r\n```\r\n./bin/rr run example.rr.yml\r\n```\r\n\r\n## Unit tests\r\n\r\nYou can run the unit tests with the following command:\r\n\r\n```bash\r\n$ cd rr-cli\r\n$ composer test\r\n```\r\n\r\n## License\r\n\r\nThis library is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecipe-runner%2Frr-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frecipe-runner%2Frr-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecipe-runner%2Frr-cli/lists"}