{"id":36745637,"url":"https://github.com/raylas/run","last_synced_at":"2026-01-12T12:32:32.792Z","repository":{"id":246721163,"uuid":"815356133","full_name":"raylas/run","owner":"raylas","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-13T06:56:28.000Z","size":54,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T07:33:02.508Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raylas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-06-14T23:53:01.000Z","updated_at":"2025-02-13T06:53:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"56927d8e-643b-48d1-a5cc-8942a4c888c7","html_url":"https://github.com/raylas/run","commit_stats":null,"previous_names":["linecard/run","linecard/job","raylas/run"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/raylas/run","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raylas%2Frun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raylas%2Frun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raylas%2Frun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raylas%2Frun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raylas","download_url":"https://codeload.github.com/raylas/run/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raylas%2Frun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-12T12:32:32.735Z","updated_at":"2026-01-12T12:32:32.787Z","avatar_url":"https://github.com/raylas.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# run\n\nRun autosemantic scripts in a Kubernetes context, or locally.\n\n```bash\nrun [command]\n```\n\n## Catalog\n\nPlace scripts in `catalog/`.\n\nFor positional argument discovery, use the following format for script headers:\n\n```bash\n#! /usr/bin/env nix-shell\n#! nix-shell -i bash -p inetutils\n#\n## Traceroute to a host\n# host: Host to traceroute to\n# timeout: Timeout in seconds [30]\n```\n\nWhere:\n\n- `#! /usr/bin/env nix-shell` let's Nix know what's coming\n- `#! nix-shell -i bash -p inetutils` Tells nix-shell to:\n  - Use `bash` as the shell\n  - Make `inetutils` available in said shell\n- `## Traceroute to a host` is the subcommand description\n- `# timeout: Timeout in seconds [30]` is:\n  - `timeout` is the flag name\n  - `Timeout in seconds` is the flag description\n  - `30` is the default value\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraylas%2Frun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraylas%2Frun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraylas%2Frun/lists"}