{"id":18663512,"url":"https://github.com/st3iny/ycat","last_synced_at":"2026-05-15T18:04:17.011Z","repository":{"id":63635672,"uuid":"569438747","full_name":"st3iny/ycat","owner":"st3iny","description":"Concatenate multiple YAML files into a single YAML stream and write it to stdout.","archived":false,"fork":false,"pushed_at":"2024-12-23T15:06:07.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-23T16:22:02.486Z","etag":null,"topics":["cli","concatenate","rust","yaml"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/st3iny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2022-11-22T20:38:45.000Z","updated_at":"2024-12-23T15:06:11.000Z","dependencies_parsed_at":"2023-02-19T09:16:13.244Z","dependency_job_id":"d06fab8b-6f10-441e-af6c-52103b9a46ac","html_url":"https://github.com/st3iny/ycat","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st3iny%2Fycat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st3iny%2Fycat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st3iny%2Fycat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st3iny%2Fycat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/st3iny","download_url":"https://codeload.github.com/st3iny/ycat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239487733,"owners_count":19647054,"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","concatenate","rust","yaml"],"created_at":"2024-11-07T08:18:15.531Z","updated_at":"2025-11-06T08:30:26.570Z","avatar_url":"https://github.com/st3iny.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ycat\n\nConcatenate multiple YAML files into a single YAML stream and write it to stdout.\n\nI built this to easily apply Kubernetes manifests in bulk.\n\n### Example\n\n`ycat manifests/*.yaml | kubectl apply -f -`\n\nWith a modern shell (e.g. zsh):  \n`kubectl apply -f \u003c(ycat manifests/*.yaml)`\n\nSave a bundled manifest for later use:  \n`ycat manifest/*.yaml \u003e release.yaml`\n\n## Usage\n\n`ycat FILE [FILE ...]`\n\nThe concatenated YAML stream is written to stdout and can be piped to another program or a file.\n\n## Build\n\nRequirements:\n- Rust compiler (tested with \u003e= 1.68.2, older versions will probably work too)\n- Cargo\n\nRun tests: `cargo test`\n\nBuild a debug binary: `cargo build`\n\nBuild a release binary: `cargo build --release`\n\nBuild and install to `~/.cargo/bin`: `cargo install --path=.`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst3iny%2Fycat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fst3iny%2Fycat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst3iny%2Fycat/lists"}