{"id":18853546,"url":"https://github.com/openslo/oslo","last_synced_at":"2025-05-16T07:05:14.386Z","repository":{"id":37682391,"uuid":"363008455","full_name":"OpenSLO/oslo","owner":"OpenSLO","description":"CLI tool for the OpenSLO spec","archived":false,"fork":false,"pushed_at":"2025-05-06T18:13:30.000Z","size":1025,"stargazers_count":204,"open_issues_count":16,"forks_count":36,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-10T03:47:56.435Z","etag":null,"topics":["go","golang","hacktoberfest","slo","yaml"],"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/OpenSLO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2021-04-30T02:49:54.000Z","updated_at":"2025-04-30T19:53:32.000Z","dependencies_parsed_at":"2022-07-14T04:50:34.422Z","dependency_job_id":"105bfab6-b55d-4dbc-8d16-2a93e3e94c09","html_url":"https://github.com/OpenSLO/oslo","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSLO%2Foslo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSLO%2Foslo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSLO%2Foslo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenSLO%2Foslo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenSLO","download_url":"https://codeload.github.com/OpenSLO/oslo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254485057,"owners_count":22078767,"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":["go","golang","hacktoberfest","slo","yaml"],"created_at":"2024-11-08T03:44:50.200Z","updated_at":"2025-05-16T07:05:09.374Z","avatar_url":"https://github.com/OpenSLO.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"#\n\n\u003c!-- markdownlint-disable MD033--\u003e\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"images/openslo_light.png\"\u003e\n  \u003cimg alt=\"OpenSLO light theme\" src=\"images/openslo.png\"\u003e\n\u003c/picture\u003e\n\u003c!-- markdownlint-enable MD033--\u003e\n\n---\n\nCLI tool for interacting with the [OpenSLO specification](https://github.com/OpenSLO/OpenSLO)!\n\n## Installation\n\n### Prebuilt binaries\n\nDownload prebuilt binaries from the\n[published release assets](https://github.com/OpenSLO/oslo/releases/latest).\n\n### Go install\n\n```sh\ngo install github.com/OpenSLO/oslo/cmd/oslo@latest\n```\n\n### Homebrew\n\n```sh\nbrew install openslo/openslo/oslo\n```\n\n### From Docker\n\nFor example, if you have an OpenSLO spec file in the current directory called `my-service.yaml`,\nand you wanted to validate it, the full command would be:\n\n```sh\ndocker run -v \"$(pwd):/manifests\" ghcr.io/openslo/oslo:latest validate -f /manifests/my-service.yaml\n# Valid!\n```\n\n### From source\n\n1. Clone this repository.\n2. From the root of the project, run `make install`.\n   This will build and install the binary into your `GOPATH`.\n\n## Usage\n\n### Validate\n\n`oslo validate` will validate the provided OpenSLO YAML/JSON document(s).\n\nExample:\n\n```sh\noslo validate -f file1.yaml -f file2.yaml\n```\n\n### Format\n\n`oslo fmt` will format the provided OpenSLO YAML/JSON document(s).\n\nExample:\n\n```sh\noslo fmt -f file1.yaml -f file2.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenslo%2Foslo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenslo%2Foslo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenslo%2Foslo/lists"}